- Apr 06, 2023
-
-
Rye Mutt authored
-
- Apr 05, 2023
-
-
Bennett Goble authored
-
- Apr 04, 2023
- Apr 03, 2023
-
-
Rye Mutt authored
-
- Apr 02, 2023
- Mar 12, 2023
-
-
Rye Mutt authored
-
- Dec 28, 2022
-
-
Rye Mutt authored
-
- Dec 26, 2022
-
-
Rye Mutt authored
-
- Dec 15, 2022
-
-
Rye Mutt authored
-
- Dec 12, 2022
-
-
Use FindPython module built into cmake. Bump requirement to CMake 3.15 for Python3_FIND_VIRTUALENV()
-
Rye Mutt authored
-
- Dec 11, 2022
-
-
Rye Mutt authored
-
- Dec 08, 2022
-
-
Rye Mutt authored
-
- Oct 25, 2022
-
-
Brad Kittenbrink authored
-
- Sep 20, 2022
-
-
Nat Goodspeed authored
-
- Sep 17, 2022
-
-
Andrey Kleshchev authored
-
- Aug 26, 2022
-
-
Nat Goodspeed authored
-
- Jun 17, 2022
-
-
Howard Stearns authored
-
- Jun 13, 2022
-
-
Howard Stearns authored
-
- Jun 05, 2022
-
-
Nicky authored
-
- Apr 17, 2022
-
-
Nicky authored
Remvoe -D that had been passed in front of each entry of add_compile_definitions, this lead to '-D-D<value>'
-
- Apr 16, 2022
- Apr 13, 2022
-
-
Nicky authored
Rework cmake, the original plan was to maybe be able to use conan targets with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard().
-
Nicky authored
-
- Apr 09, 2022
-
-
Nicky authored
Fix warning supression for Linux/OSX, this was broken after the first round of cmake changes on Windows. -Wno-unused-but-set-variable/-Wno-unused-variable moved from just Linux to also OSX (clang) as there's a lot of those in the code where newer xcode complains. Fixing all those places is going beyond the scope of modernizing cmake.
-
Nicky authored
this everythig was over the place how it was set, worse even with wrong functions like: - add_definitions( /arch:SSE2 ) - add_definitions(/WX) Those are each options to cl, not definitons.
-
- Apr 06, 2022
- Feb 11, 2022
-
-
Nicky authored
-
- Feb 10, 2022
-
-
Rye Mutt authored
-
- Jan 20, 2022
-
-
Xenhat Hex authored
-
- Jan 17, 2022
-
-
Rye Mutt authored
-
- Nov 16, 2021
-
-
Dave Houlton authored
-
Dave Houlton authored
-