11 Commits

Author SHA1 Message Date
Cristy ffc0b62cac eliminate g++ 14 exceptions 2024-11-02 21:58:44 -04:00
Dirk Lemstra eee94e6199 Revert patch to allow support for compilers that don't support C++11 (#7322) 2024-05-17 11:41:20 +02:00
Dirk Lemstra af2139ce1c Use to_string instead of our custom implementation. 2024-05-04 11:33:15 +02:00
Dirk Lemstra 8cadb7b5eb Added new security policy setting called max-profile-size that can be used to limit the size of a profile. 2024-04-16 17:49:27 +02:00
Dirk Lemstra 2056a1f772 Changed copyright headers. 2022-02-05 18:18:38 +01:00
Dirk Lemstra f7ff309b0b Moved using namespace std after ImageMagick header files to fix issues when enabling ISO C++ 17 and ISO C17 2021-10-09 09:52:19 +02:00
Cristy 39dcd9eef9 ... 2019-01-02 10:56:09 -05:00
Dirk Lemstra 7e6f42e4e9 Fixed copy paste mistake. 2018-01-14 22:53:18 +01:00
Dirk Lemstra 35c4e72934 Use our own implementation of to_string to fix the build. 2018-01-14 22:48:40 +01:00
Dirk Lemstra 6a45e1b1a1 Try to see if the build is fixed when the std:: namespace is added. 2018-01-14 22:37:43 +01:00
Dirk Lemstra 9b83ac984b Added new class to change settings in the security policy.
Credit to OSS-Fuzz
2018-01-14 02:02:49 +01:00