Dipl.-Ing. Raoul Rubien, BSc
3ecca6116d
fixes compiler warnings ( #9619 )
...
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies
* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma
* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument
* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))
* compiler warnings: uninitialized variables, missing parentheses, missing curly braces
* compiler warnings: ? as lower precedence than <<
* compiler warnings: unused variable
* compiler warnings: unused result
* compiler warnings: undefined/unused variable
* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
Maciej Lisiewski
2490564f7f
Fix building with GCC 15 ( #9643 )
...
* Patch GMP to build on GCC15
* Add cstdint include - GCC15 defaults to C23
* Update GMP PATCH_COMMAND to work without a valid git repo
* Set GMP_DIRECTORY_FLAG
2025-05-16 23:48:59 +08:00
Vovodroid
f6ac67e601
Fix VS2022 17.13 build failure ( #8481 )
2025-02-26 18:08:29 +08:00
Scott Mudge
3433e7bfa0
Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind ( #2229 )
...
Fix build warnings on windows, fix various bugs/logic errors/missing returns/etc, update boost::bind.
2023-09-27 23:55:23 +08:00
SoftFever
2a478ab4f9
post changes after merging BS1.7.4
...
Remove tracking etc..
2023-08-26 18:45:43 +08:00
Arsalan Afzal
85f3145ea5
Fix mcut for GCC 13
...
GCC 13 requires an explicit #include <cstdint> for the std::uint32_t data type used by this file. Adding this include allows for the whole project to successfully be compiled on GCC 13
2023-07-10 12:02:11 +08:00
jianjia.ma
de29527d5b
ENH: Change MCUT version to 1.2.0
...
https://github.com/cutdigital/mcut/releases/tag/v1.2.0
Change-Id: I6eb053986c6155333bf399b4cfd8c634e6fafefa
(cherry picked from commit 110a088a5da0b9f4409e56fe3e1c2d8516691856)
2023-07-07 17:29:08 +08:00
Arthur
c7ed4e7e14
ENH: revert boolean tool to mcut
...
Change-Id: I1aca763869e107a996519cb74e025043407005f2
(cherry picked from commit f7865828cf4b7b3ab8987bf0fc3d45efad2f08fe)
2023-07-07 17:29:08 +08:00