| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'watcom-platform-module-cleanup' | Brad King | 2014-04-03 | 1 | -23/+27 |
|\ |
|
| * | Watcom: Cleanup Windows-wcl386 configuration | Jiri Malak | 2014-04-02 | 1 | -23/+27 |
|
|
* | | Merge topic 'ExternalProject_exclude-from-all' | Brad King | 2014-04-03 | 1 | -5/+19 |
|\ \ |
|
| * | | ExternalProject: Add EXCLUDE_FROM_ALL option to ExternalProject_Add | Daniele E. Domenichelli | 2014-04-01 | 1 | -0/+10 |
|
|
| * | | ExternalProject: Add EXCLUDE_FROM_MAIN option to ExternalProject_Add_Step | Daniele E. Domenichelli | 2014-04-01 | 1 | -5/+9 |
| |/ |
|
* | | Merge topic 'FindGTest-TEST_P' | Brad King | 2014-04-03 | 1 | -2/+10 |
|\ \
| |/
|/| |
|
| * | FindGTest: Teach GTEST_ADD_TESTS about TEST_P | Jack Morrison | 2014-04-01 | 1 | -2/+10 |
|
|
* | | Merge topic 'find_package-check-quiet' | Brad King | 2014-04-01 | 29 | -49/+186 |
|\ \ |
|
| * | | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 13 | -11/+54 |
|
|
| * | | Check*.cmake : Add CMAKE_REQUIRED_QUIET flag. | Clinton Stimpson | 2014-03-30 | 16 | -38/+132 |
| |/ |
|
* | | Merge topic 'hpux-processorcount' | Brad King | 2014-04-01 | 1 | -0/+12 |
|\ \ |
|
| * | | ProcessorCount: use mpsched on HPUX if machinfo is not present | Rolf Eike Beer | 2014-03-28 | 1 | -0/+12 |
| |/ |
|
* | | Merge topic 'ExternalProject_GitUpdate' | Brad King | 2014-04-01 | 1 | -7/+101 |
|\ \ |
|
| * | | ExternalProject: Improve handling of git remote branches | Daniele E. Domenichelli | 2014-04-01 | 1 | -7/+99 |
|
|
| * | | ExternalProject: Strip trailing space from git hash | Daniele E. Domenichelli | 2014-04-01 | 1 | -0/+2 |
|
|
* | | | Merge topic 'link-line-quoting' | Brad King | 2014-04-01 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Makefile: Generate single-quoted object lists for Watcom | Jiri Malak | 2014-03-27 | 1 | -0/+5 |
|
|
* | | | | Merge topic 'UseSWIG-NO_SONAME' | Brad King | 2014-04-01 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | UseSWIG: Enable NO_SONAME on swig modules (#14815) | Julien Schueller | 2014-04-01 | 1 | -0/+1 |
|
|
* | | | | Merge topic 'threads-cleanup' | Brad King | 2014-03-27 | 1 | -17/+16 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | FindThreads: simplify checking for SunOS | Rolf Eike Beer | 2014-03-25 | 1 | -1/+1 |
|
|
| * | | | FindThreads: avoid useless checks if a thread library is already found | Rolf Eike Beer | 2014-03-25 | 1 | -16/+15 |
|
|
| * | | | FindThreads: replace MATCHES with STREQUAL | Rolf Eike Beer | 2014-03-25 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge topic 'dev/find-boost-graph_parallel' | Brad King | 2014-03-26 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | FindBoost: Search next to MPI libs for graph_parallel (#14832) | Ben Boeckel | 2014-03-25 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge topic 'simplify-empty-LDFLAGS' | Brad King | 2014-03-26 | 1 | -6/+12 |
|\ \ \ |
|
| * | | | Avoid trailing space in CMAKE_*_LINKER_FLAGS when LDFLAGS is empty | Jiri Malak | 2014-03-24 | 1 | -6/+12 |
| |/ / |
|
* | | | Merge topic 'FindPkgConfig-stop-on-missing' | Brad King | 2014-03-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindPkgConfig: Stop processing when REQUIRED package not found (#14381) | Christoph GrĂ¼ninger | 2014-03-24 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'haiku-updates' | Brad King | 2014-03-26 | 1 | -11/+16 |
|\ \ \ |
|
| * | | | Haiku: Fix compiler detection when using distcc | Adrien Destugues | 2014-03-21 | 1 | -11/+16 |
| |/ / |
|
* | | | Merge topic 'fix-Qt4-moc-commands-depends' | Brad King | 2014-03-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Qt4: Fix moc command dependencies for incremental build. | Stephen Kelly | 2014-03-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'UseJava-fix-resource-copy' | Brad King | 2014-03-26 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | UseJava: Copy resource files before compiling the jar (#13360) | Bruno Nova | 2014-03-20 | 1 | -3/+5 |
| |/ / |
|
* | | | Merge topic 'compile-m-as-c' | Brad King | 2014-03-26 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Treat .m files consistently as C across all generators | Tim Blechmann | 2014-03-20 | 2 | -2/+2 |
| |/ / |
|
* | | | Merge topic 'UseSWIG-revert-bad-fix-0010080' | Brad King | 2014-03-26 | 1 | -4/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Revert "UseSWIG: Name extra generated files after module name (#10080)" | Julien Schueller | 2014-03-20 | 1 | -4/+3 |
|
|
* | | | Merge topic 'watcom-updates' | Brad King | 2014-03-20 | 5 | -23/+67 |
|\ \ \ |
|
| * | | | Watcom: Introduce OpenWatcom compiler id and fix compiler version | Jiri Malak | 2014-03-17 | 4 | -23/+39 |
|
|
| * | | | Watcom: Detect compiler target architecture and platform | Jiri Malak | 2014-03-17 | 1 | -0/+28 |
| | |/
| |/| |
|
* | | | Merge topic 'ExternalProject-no-download-progress' | Brad King | 2014-03-20 | 1 | -3/+11 |
|\ \ \ |
|
| * | | | ExternalProject: Add option to disable download progress (#14807) | Brad King | 2014-03-17 | 1 | -3/+11 |
| |/ / |
|
* | | | Merge topic 'FindPkgConfig_Extend-PKG_CONFIG_PATH_2' | Brad King | 2014-03-20 | 1 | -24/+31 |
|\ \ \ |
|
| * | | | FindPkgConfig: small refactoring | Daniele E. Domenichelli | 2014-03-17 | 1 | -24/+31 |
| |/ / |
|
* | | | Merge topic 'CheckTypeSize_#14056' | Brad King | 2014-03-20 | 1 | -3/+10 |
|\ \ \ |
|
| * | | | CheckTypeSize: Support for CXX when C language is not enabled | Daniele E. Domenichelli | 2014-03-15 | 1 | -3/+10 |
|
|
* | | | | Merge topic 'Android-platform' | Brad King | 2014-03-20 | 1 | -0/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Modules: Add an Andriod platform file | Stephen Kelly | 2014-03-20 | 1 | -0/+5 |
| |/ / |
|