summaryrefslogtreecommitdiff
path: root/python/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-07-30Add dependency tracking to the Python code generationMark Rowe
This ensures that the Python source files are only generated and copied into the output directory if inputs have changed, rather than being done unconditionally.
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2025-05-13[CMake] Report compatibility with 3.15 to silence deprecation warningsGlenn Smith
2024-09-13Ultimate.Alexander Taylor
2024-05-13Move collaboration to coreJosh Ferrell
2023-06-08include typed file for mypy in buildsJordan Wiens
2023-03-06Add CONFIGURE_DEPENDS to CMakeLists.txtJosh Ferrell
2023-02-12Slightly clean up CMake outputJon Palmisciano
2022-05-03Remove the Python enum moduleXusheng
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
2021-08-17CMake option to set license for generatorGlenn Smith
2020-09-03Fix cmake generator target not copying python filesGlenn Smith
2020-08-27Fix generator target depending on itselfGlenn Smith
2020-07-17Switch build system to cmakeRusty Wagner