bergmann
165bf7c770
* Added FindGTest with patch GMock targets
6年前
bergmann
94b9877d65
* Use 'Find_Package_Handle_Standard_Args' for Sanitizers find modules.
6年前
bergmann
0b6aa1a7d4
Merge remote-tracking branch 'cotire/master'
6年前
bergmann
7a576e37cf
Merge remote-tracking branch 'sanitizers/master'
6年前
bergmann
fb5498f0ce
* Moved modules to cmake subdirectory.
* Added readme.
6年前
bergmann
ebbae4fbb4
* Added group to cmake tests that will generate an extra group target (e.g. 'GROUP fuubar' generates the 'fuubar-tests' target)
6年前
bergmann
3c7bb5bfa3
* Fixd bug: Reading git tags will fail if the tag is on the current commit
6年前
bergmann
6f0f8afea0
* Fixed bug: Git tag is always read from the root repository. Now it will be read from the current cmake source directory.
6年前
bergmann
29bc08806b
* Fixed bug: Git commands they do not output something on stdout are handles as error
6年前
bergmann
4953cd4cc8
* Fixed bug: ctest fail because the working directory is not set correctly
6年前
bergmann
4c999fb0c6
* Fixed bug in git helper: Do not fail if no tag could be read.
6年前
bergmann
4ca86b7d92
* Improved git helper
* Fixed bugs
6年前
bergmann
18f17b254a
* Merged changes from indusol repository
6年前
bergmann
a50f6505f4
* Improved FindLocalModele and Git Helper
6年前
bergmann
1a32531aef
* improved pedantic flags module
6年前
bergmann
3ab089eb47
* added script to find and include local cmake projects
6年前
bergmann
1e74005bc2
* updated cotire to latest version
* some small improvements and bug fixes
7年前
bergmann
0b01689a38
* fixed bug in pedantic flags
7年前
Erik Junghanns
9a495487c9
* Fixed pedantic compiler flags
7年前
bergmann
82a9329c96
* Ignore unknown pragmas (as we compile with clang and gcc in most cases)
7年前
Matt Arsenault
99e159ec9b
Merge pull request #23 from gunrot/noheaderext
handle header without extension
7年前
Matt Arsenault
e63f5614f7
Merge pull request #24 from gunrot/objectlibfix
handle objeclib only input for target
7年前
bergmann
b125a1a176
* initial commit
7年前
Gunnar Roth
798d9a29a2
handle objeclib only input for target
if compiler num is 0 this is not always an error,
as that can also happen, when having only a objectlib
as input and no other source files.
7年前
Gunnar Roth
52475588ae
handle header without extension
7年前
Matt Arsenault
aab6948fa8
Merge pull request #21 from 9fcc/master
Fix unclear error while accidentally sanitizing interface library
7年前
Andrey Dotsenko
d093052a52
Fix unclear error while accidentally sanitizing interface library
Interface libraries added since CMake 3.0 version have INTERFACE_SOURCES property instead of SOURCES so it leads to error which is unclear and prevents project from compiling. Warning would be enough it this case.
7年前
Matt Arsenault
002fdca749
Merge pull request #20 from 9fcc/shortest-ext
Fix language detection with file names containing more than one dot
7年前
Andrey Dotsenko
0590614f30
Fix language detection for files with dot in their names
7年前
Andrey Dotsenko
6f451ad0cf
Force ASAN with tests and make them passed when failed
7年前
Sascha Kratky
391bf6b760
update history
8年前
Sascha Kratky
db777590be
docu updates
8年前
Sascha Kratky
80fd4ee00f
enable parallel compilation of unity target for MSVC
8年前
Sascha Kratky
a8b50baf87
fix handing of MANUALLY_ADDED_DEPENDENCIES
8年前
Sascha Kratky
bebfeb4886
honor source file property COMPILE_OPTIONS
8年前
Sascha Kratky
150e5c6a3e
remove unnecessary quoting
8年前
Sascha Kratky
85e38d526c
make sure unparsed line file contents ends with newline
8年前
Sascha Kratky
073e1725f0
print absolute path of unparsed line log
8年前
Sascha Kratky
410b9eca7b
fix COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES property definition
8年前
Sascha Kratky
c9fe9fa65d
honor MANUALLY_ADDED_DEPENDENCIES for unity targets
8年前
Sascha Kratky
461c388bc3
add section on generator expressions to manual
8年前
Sascha Kratky
3fc4d93dc6
set default minimum number of target sources to 2
8年前
Sascha Kratky
cec55d8c78
disable unity builds if automatic Qt processing is used
8年前
Sascha Kratky
bbe7af60f2
honor new target properties
8年前
Sascha Kratky
12f74823ed
clang-cl.exe support
8年前
Sascha Kratky
1daa9d03f1
ccache configuration check hardening
8年前
Sascha Kratky
a5118909ad
use native paths for output under Windows
8年前
Sascha Kratky
7cf9c15e97
correct outdated comments
8年前
Matt Arsenault
6947cff3a9
Merge pull request #15 from TheErk/fix-README-add_sanitizer_blacklist
Fix reference to sanitizer_add_blacklist_file in README.md
8年前
Eric Noulard
0bdbdbf517
Fix reference to sanitizer_add_blacklist_file in README.md
8年前