Sascha Kratky
7c22a36899
output terser log messages when using Visual Studio IDE
há 10 anos
Sascha Kratky
dc1bc8ff17
suppress pointless warning for Ninja
há 10 anos
Sascha Kratky
c999d641a7
start 1.7.7
há 10 anos
Sascha Kratky
9cfda4cb38
Merge pull request #83 from jcelerier/patch-1
Don't disable PCH if CMAKE_xx_COMPILER_ID is not set
há 10 anos
Jean-Michaël Celerier
9b59ef0590
Don't disable PCH if CMAKE_xx_COMPILER_ID is not set
Should fix #82
há 10 anos
Sascha Kratky
5767073df6
doc updates
há 10 anos
Sascha Kratky
c55aeec380
do not add file-dependency on target's generated files
há 10 anos
Sascha Kratky
9d22e96b5c
honor CMake 3.4 target properties
há 10 anos
Sascha Kratky
cda1975e88
remove redundant initialization
há 10 anos
Sascha Kratky
48ab9a72c1
start 1.7.6
há 10 anos
Sascha Kratky
9730d1ddaf
update history
há 10 anos
Sascha Kratky
d06a5110fe
doc updates
há 10 anos
Sascha Kratky
47964fc7bd
better handling of framework and system framework include directories
há 10 anos
Sascha Kratky
884e8fd2cc
better handling of includes and system include directories
há 10 anos
Sascha Kratky
5a5e8525b5
use CMAKE_INCLUDE_FLAG_C and CMAKE_INCLUDE_FLAG_CXX
há 10 anos
Sascha Kratky
ac016a1805
parse additional system include directories from target compile flags
há 10 anos
Sascha Kratky
6aa5b5daf7
refactor handing of system include directories
há 10 anos
Sascha Kratky
35193044c2
handle visibility target properties
há 10 anos
Sascha Kratky
6ea9ef6f11
remove 1.7.4
há 10 anos
Sascha Kratky
bfc32c57ef
activate policies
há 10 anos
Sascha Kratky
c82f2e5d84
start 1.7.5
há 10 anos
Sascha Kratky
7803fd36db
update history
há 10 anos
Sascha Kratky
feb6bdd38f
typo fix
há 10 anos
Sascha Kratky
504b2f4b6f
set up single unity file for prefix header generation
há 10 anos
Sascha Kratky
9f34ff37c9
omit COTIRE_*_INIT variables from generated target script
há 10 anos
Sascha Kratky
e18049baec
remove obsolete variable
há 10 anos
Sascha Kratky
8338e4259c
increase MSVC default PCH memory to 128M
há 10 anos
Sascha Kratky
69496eb5db
use DIRECTORY instead of PATH with get_filename_component
há 10 anos
Sascha Kratky
c299bfe326
start 1.7.4
há 10 anos
Sascha Kratky
17725e64cc
update history
há 10 anos
Sascha Kratky
d1b6fc0f68
add COTIRE_UNITY_TARGET_NAME example to manual
há 10 anos
Sascha Kratky
dcf05bb6a8
remove effect of COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES on unity targets
há 10 anos
Sascha Kratky
65c7e85f18
apply user provided prefix header to unity build target
há 10 anos
Sascha Kratky
b7e36448fb
remove 1.7.2
há 10 anos
Sascha Kratky
6121cb6b48
handle language standard target properties
há 10 anos
Sascha Kratky
39744c50bc
start 1.7.3
há 10 anos
Sascha Kratky
d99d509b01
ignore .idea dir
há 10 anos
Sascha Kratky
6a75b1e77d
Merge pull request #65 from kode9/kode9-patch-1-typo
Fix typo in MANUAL.md
há 11 anos
Pierre-Luc
bed5526c42
Fix typo in MANUAL.md
Correct 'make us' to 'make use'.
há 11 anos
Sascha Kratky
d0eadcd2a2
cotire 1.7.2
há 11 anos
Sascha Kratky
e1d331d6e4
fix typo in history
há 11 anos
Sascha Kratky
c5d2d69289
cotire 1.7.1
há 11 anos
Sascha Kratky
2dd30b5909
cotire 1.7.0
há 11 anos
Sascha Kratky
3c21d60e8d
fix a few COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH issues
há 11 anos
Sascha Kratky
a2c3b3c405
Merge branch 'ArnaudD-FR-master'
há 11 anos
Sascha Kratky
b1c7a21765
Merge branch 'master' of https://github.com/ArnaudD-FR/cotire into ArnaudD-FR-master
há 11 anos
Sascha Kratky
6647224a5e
Merge branch 'alkino-master'
há 11 anos
Nicolas Cornu
7ff33be792
Fix typo Incude -> Include
há 11 anos
Sascha Kratky
98f862ea29
Merge branch 'peterhuene-import-library-fix'
há 11 anos
Peter Huene
aaefd8f10d
Copy IMPORT_PREFIX and IMPORT_SUFFIX target properties for unity targets.
For unity targets, the PREFIX and SUFFIX target properties were being
copied so that library output file names would make the non-unity
target. However, this wasn't the case for IMPORT_PREFIX and
IMPORT_SUFFIX which control the import library file name on Windows. As
a result, the unity target and the original target differed in the
output file name for import libraries.
This fix simply adds IMPORT_PREFIX and IMPORT_SUFFIX to the list of
properties being copied from the original target.
há 11 anos