Releases: sakra/cotire
Releases · sakra/cotire
cotire-1.3.6: Bugfix release.
- fix bug with prefix header initialization for generator Xcode.
- print cotire version upon inclusion.
cotire-1.3.5: Bugfix release.
- fix typos in function names and property descriptions.
cotire-1.3.4: Bugfix release.
- fixed bug with computing to output directory of the generated unity target (thanks shaunew).
- fixed wrong variable reference in debugging output (thanks shaunew).
cotire-1.3.3: Bugfix release.
- fixed bug with handling of policy CMP0018 relating to target property
POSITION_INDEPENDENT_CODE
. - fixed warnings relating to uninitialized variables.
- Intel XE 2013 Update 2 compatibility fixes.
cotire-1.3.2: Bugfix release.
- fixed missing curly brace (thanks shaunew).
cotire-1.3.1: Bugfix release.
- fix bug with filtering of compile options.
cotire-1.3.0: Feature and bugfix release.
- add support for Intel C and C++ compilers.
- CMake 2.8.10 compatibility fixes.
- properly clean up generated cotire log files upon invoking
clean
target. - documentation updates.
cotire-1.2.0: Feature and bugfix release.
- add support for manually maintained prefix header and unity source files.
- the target property
COTIRE_<LANG>_PREFIX_HEADER_INIT
can be set to a user provided prefix
header file to be used instead of the automatically generated one (e.g.,stdafx.h
). - the new target property
COTIRE_<LANG>_UNITY_SOURCE_INIT
can be set to a user provided unity
source file to be used instead of the automatically generated one. - the target property
COTIRE_UNITY_TARGET_NAME
is no longer read-only. It can be set to the
desired name of the unity target that will be added by cotire. - add parameters
SOURCE_DIR
andBINARY_DIR
to functioncotire
to allow for explicitly
specifying a target's source and binary directory, if target to be cotired has been added in a
different directory.
cotire-1.1.8: Bugfix release.
- when using MSVC, apply option
/bigobj
to compilation of generated unity files.
cotire-1.1.7: Bugfix release.
- cope with double slash characters in scanned include paths.