index
:
cmake-common
aur
master
Utilities to help develop C++/CMake projects
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
project
/
cmake
/
build.py
(
unfollow
)
Commit message (
Expand
)
Author
2023-03-02
add runtime version information
Egor Tensin
2021-05-09
project.cmake: use -DVAR instead of -D VAR
Egor Tensin
2021-05-09
project.cmake: always enable CMAKE_EXPORT_COMPILE_COMMANDS
Egor Tensin
2021-05-08
add --help-toolsets parameter
Egor Tensin
2021-05-07
project.toolset: support versioned MSVC toolsets
Egor Tensin
2021-05-07
project.toolset: merge both other modules to this one
Egor Tensin
2021-05-07
project.cmake.toolset: rework a bit
Egor Tensin
2021-05-06
brush up import lists
Egor Tensin
2021-05-06
"toolchain" -> "toolset", part 2
Egor Tensin
2021-05-06
"toolchain" -> "toolset", part 1
Egor Tensin
2021-04-14
update script names in README and --help output
Egor Tensin
2021-04-13
remove excessive logging & obsolete project.ci.* packages
Egor Tensin
2021-03-25
project.cmake.build: -H must be at the end
Egor Tensin
2021-03-24
project.cmake: set CMAKE_BUILD_PARALLEL_LEVEL
Egor Tensin
2021-03-23
project: minor refactoring
Egor Tensin
2021-03-20
project.cmake.build: refactoring & cleanup
Egor Tensin
2021-03-20
project.platform: add platform 'auto'
Egor Tensin
2021-03-14
project.boost.download: create missing directories
Egor Tensin
2021-01-19
project.cmake: --toolset auto shouldn't set any compiler flags
Egor Tensin
2021-01-18
project.cmake: create the build dir if necessary
Egor Tensin
2021-01-17
GIANT CLUSTERFUCK OF A COMMIT
Egor Tensin
2020-03-30
project.cmake: make it --boost aware
Egor Tensin
2020-03-30
project.cmake: make it --platform aware
Egor Tensin
2020-03-30
project.cmake.build: refactoring
Egor Tensin
2020-03-30
project: minor-ish refactoring
Egor Tensin
2020-03-29
project: add os.py
Egor Tensin
2020-03-29
fix READMEs, code style, etc.
Egor Tensin
2020-03-29
project.cmake: insignificant refactoring
Egor Tensin
2020-03-29
project.cmake: factor out common utils
Egor Tensin
2020-03-28
project.boost: factor out Configuration/Platform/Linkage
Egor Tensin
2020-03-28
WIP: restructure
Egor Tensin
2020-01-18
support all 4 cmake default configurations
Egor Tensin
2020-01-09
better usage messages & READMEs
Egor Tensin
2020-01-08
fix PyLint-discovered bugs
Egor Tensin
2020-01-07
cmake/build: remove the --clean parameter
Egor Tensin
2020-01-03
rearrange all files completely
Egor Tensin
2020-01-01
ci/build.py: split -D from its argument
Egor Tensin
2019-12-15
build: clean up silly cmd line params
Egor Tensin
2019-12-14
fix PyLint warnings
Egor Tensin
2019-12-13
build/ -> ci/
Egor Tensin
2019-12-13
build/boost: add generic build.py script
Egor Tensin
2019-12-10
add simple build scripts
Egor Tensin