ArnaudD-FR
4c799a70f2
Allow to organize by priority prefix header file
11 年前
Sascha Kratky
b4933c8863
cotire 1.6.8
11 年前
Sascha Kratky
880b748f37
cotire 1.6.7
11 年前
Sascha Kratky
9d91facfdd
add link to blog
11 年前
Sascha Kratky
3d6d933f65
cotire 1.6.6
11 年前
Sascha Kratky
4e000931f7
cotire 1.6.5
11 年前
Sascha Kratky
775e716f44
Merge pull request #36 from nickhutchinson/master
Fix `-isystem` includes being incorrectly passed to execute_process()
11 年前
Nicholas Hutchinson
d8a2560c31
Fix `-isystem` includes being incorrectly passed to execute_process()
The external command was being invoked with arguments: ["clang", ...,
"-isystem /foo/bar/baz", ...], which meant that the compiler treated
the whitespace between the flag and the path as being part of the path
itself. (i.e. it was looking for " /foo/bar/baz").
Fixed by passing the argument to execute_process() as
'-isystem/foo/bar/baz'; I also needed to ensure we normalized the value
of CMAKE_INCLUDE_SYSTEM_FLAG_<LANG>, which itself contains trailing
whitespace in some cases.
11 年前
Sascha Kratky
2c4985c713
Merge pull request #35 from dpantele/patch-1
Update a link to problems with unity builds
11 年前
dpantele
b49d6caa3a
Update a link to problems with unity builds
Lee Winder have moved hist blog to the new place, old link doesn't work now, but I believe I have found the correct one
11 年前
Sascha Kratky
44998a0cd7
Merge pull request #34 from smspillaz/fix_33
Check for empty architectures before setting -arch flag.
11 年前
Sam Spilsbury
c75d787791
Check for empty architectures before setting -arch flag.
11 年前
Sascha Kratky
63fe98d508
cotire 1.6.4
11 年前
Sascha Kratky
32b57b92be
Merge pull request #30 from gjasny/handle-system-includes
Preserve system flag for includes when generating PCH
12 年前
Gregor Jasny
64e710122b
Preserve system flag for includes when generating PCH
If the compiler understands system include paths it exposes the
necessary flag within the CMAKE_INCLUDE_SYSTEM_FLAG_${LANG}
variable.
System include paths for targets could be queried via the target
property INTERFACE_SYSTEM_INCLUDE_DIRECTORIES. Here the system
include paths are listed in addition of being available in
the INTERFACE_INCLUDE_DIRECTORIES property.
Note: Currently there is no way to query the SYSTEM flag for
directory include properties.
12 年前
Sascha Kratky
18c6d21a97
Merge pull request #29 from gjasny/check-for-empty-variable
Check for empty variable
12 年前
Gregor Jasny
9816302c51
Use (public) interface link libraries
12 年前
Gregor Jasny
7398cb2819
Check if variable is set before adding to list
12 年前
Sascha Kratky
9f6e5b0c73
cotire 1.6.3
12 年前
Sascha Kratky
9480ee2dee
cotire 1.6.2
12 年前
Sascha Kratky
03f64d36a0
cotire 1.6.1
12 年前
Sascha Kratky
550c590ec9
cotire 1.6.0
12 年前
Sascha Kratky
8b8cab8f2c
add missing link to manual
12 年前
Sascha Kratky
c1f6960db8
add note on ccache usage to manual
12 年前
Sascha Kratky
862630a8b4
cotire 1.5.2
12 年前
Sascha Kratky
845e0a4497
cotire 1.5.1
12 年前
Sascha Kratky
f486a9dece
cotire 1.5.0
12 年前
Sascha Kratky
b9a5113a4a
cotire 1.4.3
12 年前
Sascha Kratky
d503793baf
cotire 1.4.2
12 年前
Sascha Kratky
eb63dcabf0
cotire 1.4.1
13 年前
Sascha Kratky
cb1a037eb8
cotire 1.4.0
13 年前
Sascha Kratky
bdc118b5a4
cotire 1.3.6
13 年前
Sascha Kratky
0ef11cade1
cotire 1.3.5
13 年前
Sascha Kratky
1efc6d24a8
cotire 1.3.4
13 年前
Sascha Kratky
8a34657a7b
cotire 1.3.3
13 年前
Sascha Kratky
76fa218381
cotire 1.3.2
13 年前
Sascha Kratky
6695cc2672
fix broken link in README.md
13 年前
Sascha Kratky
a1fb0f0f7b
cotire 1.3.1
13 年前
Sascha Kratky
4ac39b0d9f
cotire 1.3.0
13 年前
Sascha Kratky
1c37a8651b
cotire 1.2.0
13 年前
Sascha Kratky
938d8dd90c
cotire 1.1.8
13 年前
Sascha Kratky
ed34001862
cotire 1.1.7
13 年前
Sascha Kratky
1b680fe697
cotire 1.1.6
13 年前
Sascha Kratky
0787b381e3
cotire 1.1.5
13 年前
Sascha Kratky
95e10831a4
cotire 1.1.4
13 年前
Sascha Kratky
7691926a70
cotire 1.1.3
13 年前
Sascha Kratky
5d14a50ae7
new patches related to llvm-3.1
14 年前
Sascha Kratky
1f92f153a6
cotire 1.1.2
14 年前
Sascha Kratky
94dc7ae8c3
cotire 1.1.1
14 年前
Sascha Kratky
127a097464
cotire 1.1.0
14 年前