Skip to content

Tags: FlameTeamIt/CMakeFlameResolver

Tags

v1.5.2

Toggle v1.5.2's commit message
Add option for showing header targes in-place

v1.5.1

Toggle v1.5.1's commit message
Add config header generation and function for generating compilers id…

… header (#36)

v1.5

Toggle v1.5's commit message
Add option for creating object libraries in current source dir (#33)

v1.4.1

Toggle v1.4.1's commit message
Fix problems for compilling with Clang

v1.4

Toggle v1.4's commit message
Conan 1.x support (#30)

* Add minimal conan supporting

* Remove parameter 'NO_DEFAULT_PATH' with executing process

* Update conan instalation script

* Add 'CONAN_COMMAND' for cmake-conan module

* Installing fixed conan version (#29)

v1.3.3

Toggle v1.3.3's commit message
Move interface target for linking pthread library (#26)

v1.3.2

Toggle v1.3.2's commit message
Fix platform and compiler options for thread usage (#25)

v1.3.1

Toggle v1.3.1's commit message
Fix enabling warning flags and update documentation (#24)

* Fix enabling warning flags
* Update russian documentation

v1.3

Toggle v1.3's commit message
Add installing targets (#21)

* Add platform specific directory names

* Add default install path variable

* Add 'LOCAL_INSTALL_PREFIX' value parameter to 'flame_settings()'

* Add 'INSTALL_DIR' value parameter to 'flame_header_library()'

* Add 'STATIC_INSTALL_DIR' and 'SHARED_INSTALL_DIR' value paramters to 'flame_compile_library()'

* Add 'INSTALL_DIR' value parameter to 'flame_compile_binary()'

* Add option for enable install

* Add 'ENABLE_INSTALL' option parameter for 'flame_settings()'

* Add check enabling install

* Add handling install dirs and paths to 'flame_compile_library()'

* Add handling install dirs and paths to 'flame_compile_binary()'

* Add install path parameter to virtual targets for header libraries

* Add install path parameter to virtual targets for static and shared libraries

* Add install path parameter to virtual targets for binaries

* Add instalation for header libraries

* Add instalation for static and shared libraries

* Add instalation for binaries

* Rename 'flame_settings()' -> 'flame_resolver_settings()'

* Update russian README

* Fix russian README

* Remove commented warning options

* Remove useless output from resolve functions

* Rename '*ENABLE_INSTALL' -> '*INSTALL' and '*INSTALL_DIR' -> '*INSTALL_SUBDIR'. Add comments and update russian readme

* Many changes

* Rename 'FLAME_PLATFORM_INSTALL*' -> 'FLAME_INSTALL*'
* Use 'GNUInstallDirs' for getting install directories
* Variable 'FLAME_INSTALL_SHARED_DIR' uses 'FLAME_INSTALL_SHARED_DIR' defined in Prlatform/*
* Add 'INSTALL*' parameters to 'flame_resolver_settings()'

* Update README.ru.md

* Fix install path for implib (*.dll.lib) for Windows

v1.2

Toggle v1.2's commit message
Merge pull request #12 from kachsheev/dev

For v1.2