| Commit message (Expand) | Author | Age | Files | Lines |
* | VisibilityInlinesHidden: only apply -fvisibility-inlines-hidden to C++ sources | Nils Gladitz | 2014-02-01 | 1 | -1/+5 |
|
|
* | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 1 | -0/+2 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+4 |
|
|
* | cmLocalGenerator: Remove VTK include hack (#11338). | Stephen Kelly | 2013-12-20 | 1 | -21/+0 |
|
|
* | Merge topic 'minor-cleanup' | Brad King | 2013-12-19 | 1 | -0/+8 |
|\ |
|
| * | Avoid certain actions on IMPORTED targets. | Stephen Kelly | 2013-12-11 | 1 | -0/+8 |
|
|
* | | cmLocalGenerator: Constify target definitions access | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|/ |
|
* | CTest: filter /showIncludes output from ninja compile launcher | Nils Gladitz | 2013-12-03 | 1 | -0/+1 |
|
|
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+9 |
|
|
* | Introduce CMAKE_STAGING_PREFIX variable. | Stephen Kelly | 2013-11-21 | 1 | -0/+5 |
|
|
* | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling. | Stephen Kelly | 2013-11-19 | 1 | -1/+19 |
|
|
* | Allow toolchain files to specify an external toolchain. | Stephen Kelly | 2013-11-19 | 1 | -0/+16 |
|
|
* | Add compiler target compile options. | Stephen Kelly | 2013-11-19 | 1 | -0/+15 |
|
|
* | Move TraceDependencies to cmGeneratorTarget. | Stephen Kelly | 2013-10-30 | 1 | -3/+4 |
|
|
* | Move GenerateTargetManifest to cmGeneratorTarget. | Stephen Kelly | 2013-10-27 | 1 | -3/+4 |
|
|
* | Drop compatibility with CMake < 2.4 | Brad King | 2013-10-23 | 1 | -12/+3 |
|
|
* | OS X: Encode -F framework search flag in per-language platform variable | Brad King | 2013-10-10 | 1 | -9/+23 |
|
|
* | Merge topic 'haiku-updates' | Brad King | 2013-10-09 | 1 | -5/+7 |
|\ |
|
| * | Haiku: Remove use of B_COMMON_DIRECTORY | Adrien Destugues | 2013-10-08 | 1 | -5/+7 |
|
|
* | | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+8 |
|
|
* | | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -37/+38 |
|/ |
|
* | Revert "Add compiler target compile options." | Stephen Kelly | 2013-08-09 | 1 | -14/+0 |
|
|
* | Add support for CMAKE_STATIC_LINKER_FLAGS | Patrick Gansterer | 2013-07-31 | 1 | -0/+7 |
|
|
* | Unify the way the flags of a static library are read | Patrick Gansterer | 2013-07-31 | 1 | -20/+13 |
|
|
* | Remove TODO to uniq COMPILE_OPTIONS | Stephen Kelly | 2013-07-18 | 1 | -1/+1 |
|
|
* | Merge topic 'drop-old-vs-dependency' | Brad King | 2013-07-16 | 1 | -7/+1 |
|\ |
|
| * | VS,Xcode: Drop incorrect legacy dependency trace (#14291) | Brad King | 2013-07-15 | 1 | -7/+1 |
|
|
* | | Merge topic 'tid-system-argument' | Brad King | 2013-07-16 | 1 | -4/+4 |
|\ \ |
|
| * | | Add Target API to determine if an include is a system include. | Stephen Kelly | 2013-07-02 | 1 | -3/+4 |
|
|
| * | | Remove unused variable. | Stephen Kelly | 2013-07-02 | 1 | -1/+0 |
| |/ |
|
* | | Merge topic 'compile-defs-debugging' | Brad King | 2013-07-15 | 1 | -0/+17 |
|\ \ |
|
| * | | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 1 | -0/+11 |
|
|
| * | | Overload cmLocalGenerator::AppendDefines to add a list. | Stephen Kelly | 2013-07-10 | 1 | -0/+6 |
| |/ |
|
* | | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 1 | -5/+1 |
|/ |
|
* | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling | Brad King | 2013-06-27 | 1 | -12/+40 |
|
|
* | Escape target flags taken from COMPILE_OPTIONS | Brad King | 2013-06-27 | 1 | -3/+10 |
|
|
* | Merge topic 'COMPILER_TARGET' | Brad King | 2013-06-26 | 1 | -0/+14 |
|\ |
|
| * | Add compiler target compile options. | Stephen Kelly | 2013-06-11 | 1 | -0/+14 |
|
|
* | | Merge topic 'set-sysroot' | Brad King | 2013-06-24 | 1 | -1/+5 |
|\ \ |
|
| * | | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -1/+5 |
| |/ |
|
* | | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'VISIBILITY_PRESET-property' | Brad King | 2013-06-05 | 1 | -0/+75 |
|\ |
|
| * | Add a COMPILE_OPTION for a VISIBILITY_INLINES_HIDDEN target property. | Stephen Kelly | 2013-06-02 | 1 | -20/+47 |
|
|
| * | Introduce target property <LANG>_VISIBILITY_PRESET | Stephen Kelly | 2013-06-02 | 1 | -0/+48 |
|
|
* | | Add COMPILE_OPTIONS target property. | Stephen Kelly | 2013-06-02 | 1 | -0/+8 |
|
|
* | | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 1 | -0/+12 |
|/ |
|
* | Merge topic 'unused-cleanup' | Brad King | 2013-05-21 | 1 | -2/+0 |
|\ |
|
| * | Remove unused vector population. | Stephen Kelly | 2013-05-20 | 1 | -2/+0 |
|
|