Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Honor CMAKE_(MODULE|SHARED)_LINKER_FLAGS_<CONFIG> (#14161) | Matthew Bentham | 2013-05-22 | 1 | -17/+13 |
* | Merge topic 'fix-include_directories-whitespace-handling' | Brad King | 2013-05-21 | 3 | -2/+25 |
|\ | |||||
| * | include_directories: Fix handling of empty or space-only entries | Stephen Kelly | 2013-05-21 | 3 | -2/+25 |
* | | Merge topic 'fix-genex-comma-parse' | Brad King | 2013-05-21 | 3 | -5/+24 |
|\ \ | |||||
| * | | Fix handling of commas in arbitrary content in genexes. | Stephen Kelly | 2013-05-16 | 3 | -5/+24 |
* | | | Merge topic 'unused-cleanup' | Brad King | 2013-05-21 | 3 | -4/+0 |
|\ \ \ | |||||
| * | | | Remove unused vector population. | Stephen Kelly | 2013-05-20 | 1 | -2/+0 |
| * | | | Remove unused typedef. | Stephen Kelly | 2013-05-17 | 1 | -1/+0 |
| * | | | Remove unused marker for a variable which is now used. | Stephen Kelly | 2013-05-16 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge topic 'vs-asm-listing-location' | Brad King | 2013-05-21 | 2 | -4/+7 |
|\ \ \ | |||||
| * | | | VS: Allow /Fa to set AssemblerListingLocation (#14153) | Brad King | 2013-05-20 | 2 | -4/+7 |
* | | | | Merge topic 'fix-style' | Brad King | 2013-05-21 | 3 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Fix brace indentation. | Stephen Kelly | 2013-05-18 | 1 | -2/+2 |
| * | | | | Fix style. | Stephen Kelly | 2013-05-16 | 2 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'implicit-link-sanitize-regex' | Brad King | 2013-05-21 | 2 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Sanitize linker name to parse implicit link line (#14154) | Brad King | 2013-05-17 | 2 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'error-on-exported-missing-include-dir' | Brad King | 2013-05-21 | 8 | -3/+69 |
|\ \ \ \ | |||||
| * | | | | Error on relative path in INCLUDE_DIRECTORIES target property. | Stephen Kelly | 2013-05-21 | 8 | -3/+69 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'fix-build-without-qt4-with-qt5' | Brad King | 2013-05-21 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | FindQt4: Fix QUIET failure with Qt 5 but not Qt 4 | Stephen Kelly | 2013-05-21 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'shared-libs-with-number-suffix' | Brad King | 2013-05-21 | 2 | -5/+12 |
|\ \ \ \ | |||||
| * | | | | Recognize shared library files with a numerical suffix | Stephen Kelly | 2013-05-21 | 2 | -5/+12 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'cmake-help-generators-fix' | Brad King | 2013-05-21 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Docs: cmake -G selects a "build system" generator | Stephen Kelly | 2013-05-21 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge topic 'fix-sublime-source-flags' | Brad King | 2013-05-21 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Sublime: Honor source-level COMPILE_FLAGS property | Stephen Kelly | 2013-05-21 | 1 | -1/+1 |
* | | | | | Merge topic 'vs-windows-forms' | Brad King | 2013-05-21 | 11 | -3/+275 |
|\ \ \ \ \ | |||||
| * | | | | | VS: Add Windows Forms Support | John Farrier | 2013-05-16 | 11 | -3/+275 |
* | | | | | | Merge topic 'test-moc-with-empty-COMPILE_DEFINITIONS' | Brad King | 2013-05-21 | 3 | -0/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Test the use of target transitive compile definitions with moc. | Stephen Kelly | 2013-05-15 | 3 | -0/+47 |
* | | | | | | | Merge topic 'Automoc-Qt4-Qt5' | Brad King | 2013-05-21 | 5 | -15/+55 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Remove an endif() followed by an if() for the same condition. | Stephen Kelly | 2013-03-16 | 1 | -2/+1 |
| * | | | | | | Add a test for Qt5Automoc | Stephen Kelly | 2013-03-16 | 3 | -8/+42 |
| * | | | | | | Make the QtAutomoc test compile with either Qt 4 or Qt 5 | Stephen Kelly | 2013-03-16 | 2 | -6/+13 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-21 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-20 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-19 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-18 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2013-05-17 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-moc-with-empty-COMPILE_DEFINITIONS' | Brad King | 2013-05-16 | 1 | -7/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | automoc: Read target defines unconditionally | Stephen Kelly | 2013-05-16 | 1 | -7/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'CTest-less-cd' | Brad King | 2013-05-16 | 1 | -2/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CTest: avoid useless changing of directory | Rolf Eike Beer | 2013-05-15 | 1 | -2/+1 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cpack-reg-key-doc' | Brad King | 2013-05-16 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY. | Clinton Stimpson | 2013-05-14 | 1 | -2/+2 |
* | | | | | | | Merge topic 'vs-configurations' | Brad King | 2013-05-16 | 3 | -5/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators | Brad King | 2013-05-13 | 3 | -5/+10 |
* | | | | | | | | Merge topic 'MemChecker-improvements' | Brad King | 2013-05-16 | 37 | -385/+236 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Tests: ignore Guard Malloc messages in MemChecker tests | Rolf Eike Beer | 2013-05-14 | 1 | -1/+7 |
| * | | | | | | | | Tests: add a test with custom options passed to valgrind | Rolf Eike Beer | 2013-05-09 | 2 | -0/+15 |