1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Volodymyr
74fd5a2ff8
update StableCoder/cmake-scripts version (#187)
additional info:
https://github.com/StableCoder/cmake-scripts/releases
https://github.com/StableCoder/cmake-scripts/issues/50
2024-04-22 00:40:54 +02:00
Tobias Schmidl
776d4f36be
Added a download status (#171)
* bump the version of CPM to 0.38.1

* feature: added CPM download status

This is very useful in shaky network solutions. We want both a success
and a failure message, to determine if the download was successful.

* feature: compare CPM against a given checksum

This is more comprehensive than just comparing against an empty file.

* bump the version of Ccache.cmake to 1.2.4

* bump the version of StableCoder/cmake-scripts to 23.04

* update to use new get_cpm.cmake script

---------

Co-authored-by: Lars Melchior <lars.melchior@gmail.com>
2023-09-18 16:20:20 +02:00
Lars Melchior
742110856c
update CCache.cmake to 1.2.3 (#117) 2021-03-30 12:09:19 +00:00
Dale Lukas Peterson
b59cb2dd7d
Update Ccache.cmake and cmake-scripts (#116) 2021-03-29 12:33:23 +02:00
Dale Lukas Peterson
2df9ff4cc0
Fix tools.cmake include of cmake-scripts (#111) 2021-03-22 09:09:15 +01:00
Lars Melchior
0b21db1022
adapt shorthand syntax in other dependencies (#88) 2021-03-01 20:55:52 +00:00
friendlyanon
ed4ff7833a
Update Ccache.cmake for POSIX compliance (#60)
Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2020-09-02 16:55:28 +02:00
Lars Melchior
866ae707e5
Enable cmake formatting (#53)
* enable cmake formatting

* update style check workflow

* update readme

* update wording
2020-08-11 11:10:01 +02:00
Lars Melchior
9ede321e5d
Add static analyser support (#41)
* add static analyzers

* use 'ON/OFF' for Ccache settings
2020-06-03 10:29:12 +02:00
Lars Melchior
6a5efe38c1
Only apply tools for top-level directory (#36)
* update CPM.cmake

* only apply tools for top-level directory
2020-04-29 10:21:19 +02:00
Lars Melchior
cec2e8cf4d
Add tools.cmake (#14)
* add sanitizer support. closes #13.

* add comment

* add tools.cmake

* document tools

* cleanup

* add tools to feature list
2020-04-16 13:01:52 +02:00