Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cmake-packages-manual' | Brad King | 2013-12-20 | 2 | -31/+62 |
|\ | |||||
| * | Split the find_dependency macro into a separate file. | Stephen Kelly | 2013-12-13 | 2 | -31/+62 |
* | | Merge topic 'add-platform-MirBSD' | Brad King | 2013-12-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add MirBSD platform support (#14659) | Brad King | 2013-12-19 | 1 | -0/+1 |
* | | | Merge topic 'doc-TestCXXAcceptsFlag-cleanup' | Brad King | 2013-12-20 | 1 | -7/+9 |
|\ \ \ | |||||
| * | | | TestCXXAcceptsFlag: Update documentation (#14657) | Brad King | 2013-12-19 | 1 | -7/+9 |
| |/ / | |||||
* | | | Merge topic 'find_backtrace' | Brad King | 2013-12-20 | 1 | -7/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | FindBacktrace: Search and report only when not already found | Vadim Zhukov | 2013-12-19 | 1 | -7/+10 |
* | | | Merge topic 'wix-fragment-injection' | Brad King | 2013-12-19 | 1 | -0/+51 |
|\ \ \ | |||||
| * | | | CPackWiX: allow customization of generated WiX sources | Nils Gladitz | 2013-12-17 | 1 | -0/+51 |
| |/ / | |||||
* | | | Merge topic 'Qt4-NO_DEBUG-define' | Brad King | 2013-12-19 | 2 | -0/+5 |
|\ \ \ | |||||
| * | | | Use a config-specific moc parameters file, if needed. | Stephen Kelly | 2013-12-12 | 1 | -0/+1 |
| * | | | Define QT_NO_DEBUG for non-debug use of Qt 4. | Stephen Kelly | 2013-12-10 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge topic 'FindSubversion-TortoiseSVN' | Brad King | 2013-12-19 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | FindSubversion: Use TortoiseSVN registry key to locate svn | Daniele E. Domenichelli | 2013-12-11 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge topic 'FindFreetype-2.5' | Brad King | 2013-12-19 | 1 | -3/+13 |
|\ \ \ | |||||
| * | | | FindFreetype: Remove duplicates in FREETYPE_INCLUDE_DIRS | Daniele E. Domenichelli | 2013-12-09 | 1 | -0/+1 |
| * | | | FindFreetype: Detect version string with Freetype 2.5 | Daniele E. Domenichelli | 2013-12-09 | 1 | -2/+8 |
| * | | | FindFreetype: Find ftheader.h with Freetype 2.5 | Daniele E. Domenichelli | 2013-12-09 | 1 | -1/+4 |
* | | | | Merge topic 'xcode-5.1' | Brad King | 2013-12-19 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1 | Ted Kremenek | 2013-12-09 | 1 | -1/+1 |
* | | | | Merge topic 'qt4-qmake-exe' | Brad King | 2013-12-09 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly. | Simon Sasburg | 2013-12-06 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | Fortran: Improve pointer size detection in gfortran on MinGW | Brad King | 2013-12-06 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-05 | 1 | -14/+23 |
|\ \ \ | |||||
| * | | | CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND | Brad King | 2013-12-04 | 1 | -14/+23 |
* | | | | Merge topic 'filter-showincludes-in-launcher' | Brad King | 2013-12-03 | 1 | -3/+25 |
|\ \ \ \ | |||||
| * | | | | CTest: filter /showIncludes output from ninja compile launcher | Nils Gladitz | 2013-12-03 | 1 | -3/+25 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'Haiku-CPU-count' | Brad King | 2013-12-03 | 1 | -0/+14 |
|\ \ \ \ | |||||
| * | | | | ProcessorCount: make it work on Haiku | Rolf Eike Beer | 2013-12-02 | 1 | -0/+14 |
| |/ / / | |||||
* | | | | Merge topic 'lang-flag-var-helpstrings' | Brad King | 2013-12-03 | 3 | -12/+12 |
|\ \ \ \ | |||||
| * | | | | Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) | Brad King | 2013-12-03 | 3 | -3/+3 |
| * | | | | Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) | Brad King | 2013-12-02 | 3 | -6/+6 |
| * | | | | Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) | Brad King | 2013-12-02 | 3 | -3/+3 |
| |/ / / | |||||
* | | | | Merge topic 'osx-cross-compile-fixup' | Brad King | 2013-12-03 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | OS X: Fix app bundle search path during cross compiling (#14603) | Flynn Marquardt | 2013-12-02 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge topic 'wix-components' | Brad King | 2013-12-02 | 2 | -1/+9 |
|\ \ \ \ | |||||
| * | | | | CPackWiX: add CPack component support | Nils Gladitz | 2013-11-26 | 2 | -1/+9 |
* | | | | | Merge topic 'FindSWIG-3498' | Brad King | 2013-12-02 | 1 | -2/+0 |
|\ \ \ \ \ | |||||
| * | | | | | FindSWIG: allow to provide SWIG_DIR (#3498) | Julien Schueller | 2013-12-01 | 1 | -2/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'UseSWIG-octave' | Brad King | 2013-12-02 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * | | | | | UseSWIG: Handle octave extensions. | Julien Schueller | 2013-11-29 | 1 | -1/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'UseSWIG-fix12184' | Brad King | 2013-12-02 | 1 | -2/+12 |
|\ \ \ \ \ | |||||
| * | | | | | UseSWIG: set .bundle ext on OSX and no prefix (#12184) | Julien Schueller | 2013-11-28 | 1 | -2/+12 |
| |/ / / / | |||||
* | | | | | Merge topic 'UseSWIG-fix13318' | Brad King | 2013-12-02 | 1 | -4/+7 |
|\ \ \ \ \ | |||||
| * | | | | | UseSWIG: Name python module according to swig flags (#13318) | Julien Schueller | 2013-11-26 | 1 | -4/+7 |
* | | | | | | Merge topic 'KateProjectGenerator2' | Brad King | 2013-12-02 | 1 | -0/+31 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | kate: add project generator for the Kate project plugin | Alex Neundorf | 2013-11-25 | 1 | -0/+31 |
| |/ / / / | |||||
* | | | | | Merge topic 'cross-compiling-toolchain-variables' | Brad King | 2013-11-26 | 1 | -2/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Update the Clang pattern to specify compiler options. | Stephen Kelly | 2013-11-25 | 1 | -2/+7 |
| |/ / / / |