Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'custom-command-refactor' | Brad King | 2010-12-21 | 13 | -144/+137 |
|\ | |||||
| * | Merge branch 'imported-target-dependencies' into custom-command-refactor | Brad King | 2010-12-08 | 2 | -9/+49 |
| |\ | |||||
| * | | Remove cmLocalGenerator::GetRealLocation | Brad King | 2010-12-08 | 3 | -24/+7 |
| * | | Factor out common custom command generator | Brad King | 2010-12-08 | 7 | -76/+119 |
| * | | Simplify VS generator ConstructScript interface | Brad King | 2010-12-08 | 5 | -47/+14 |
* | | | Merge topic 'ctest-git-send-committer' | Brad King | 2010-12-21 | 3 | -22/+43 |
|\ \ \ | |||||
| * | | | CTest: Factor out duplicate Git author/committer code | Brad King | 2010-12-20 | 1 | -44/+28 |
| * | | | CTest git update should pass the committer as well as the author | Zach Mullen | 2010-12-20 | 3 | -0/+37 |
* | | | | Merge topic 'fix_docs_for_language_property' | Brad King | 2010-12-21 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | Add more documentation for LANGUAGE property. | Bill Hoffman | 2010-12-20 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge topic 'vs2010_header_only_fix' | Brad King | 2010-12-21 | 3 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | Fix vs2010 project generation error when HEADER_FILE_ONLY is set. | Bill Hoffman | 2010-12-20 | 3 | -2/+10 |
| |/ / / | |||||
* | | | | Merge topic 'vs10-sln-msbuild-workaround' | Brad King | 2010-12-21 | 3 | -10/+18 |
|\ \ \ \ | |||||
| * | | | | Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) | Brad King | 2010-12-20 | 2 | -8/+12 |
| * | | | | Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633) | Brad King | 2010-12-20 | 1 | -0/+2 |
| * | | | | Revert "Remove unused parameter "root" in some VS generator methods" | Brad King | 2010-12-20 | 3 | -2/+4 |
* | | | | | Merge topic 'always_enable_generate' | Brad King | 2010-12-21 | 4 | -51/+146 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: always enable generate button. | Clinton Stimpson | 2010-12-18 | 4 | -51/+146 |
* | | | | | | Merge topic 'fix-11487-multiple-test-calls' | Brad King | 2010-12-21 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CTest: multiple ctest_test calls w/LABEL regexs (#11487) | Clinton Stimpson | 2010-12-17 | 1 | -0/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'fix-10587-avoid-try-compile-warnings' | Brad King | 2010-12-21 | 1 | -8/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS10: avoid warning, no nologo when verbose (#10587) | David Cole | 2010-12-17 | 1 | -8/+6 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'fix-8210-find-makensis-in-path' | Brad King | 2010-12-21 | 1 | -9/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack: look for makensis in the PATH (#8210) | David Cole | 2010-12-17 | 1 | -9/+23 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'dev/fix-cmcurl-try_run' | Brad King | 2010-12-21 | 4 | -66/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix missed _POLL_EMUL_H_ and HAVE_POLL combo | Ben Boeckel | 2010-12-17 | 1 | -1/+1 |
| * | | | | | | Toss out strerror_r macros | Ben Boeckel | 2010-12-17 | 1 | -9/+0 |
| * | | | | | | Check for poll when looking for _POLL_EMUL_H_ | Ben Boeckel | 2010-12-17 | 1 | -2/+2 |
| * | | | | | | Use _POLL_EMUL_H_ instead of HAVE_POLL_FINE | Ben Boeckel | 2010-12-16 | 3 | -14/+3 |
| * | | | | | | Ignore strerror_r since CMake isn't threaded | Ben Boeckel | 2010-12-16 | 1 | -43/+0 |
* | | | | | | | Merge topic 'fix-11533-vs10-custom-build-err' | Brad King | 2010-12-21 | 4 | -1/+30 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS10: stop build on custom command error (#11533) | David Cole | 2010-12-17 | 4 | -1/+30 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'xcode-version-3.2' | Brad King | 2010-12-21 | 1 | -2/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Xcode: Generate native 3.2 projects | Brad King | 2010-12-17 | 1 | -2/+7 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'remove-GetMaximumFilePathLength-call' | Brad King | 2010-12-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Remove call to SystemTools::GetMaximumFilePathLength | Brad King | 2010-12-16 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'file-GLOB-use-case-warning' | Brad King | 2010-12-21 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Warn in find(GLOB) docs about bad use case (#11617) | Brad King | 2010-12-16 | 1 | -1/+6 |
* | | | | | | | | | Merge topic 'CheckCCompilerFlag-strict-prototypes' | Brad King | 2010-12-21 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CheckCCompilerFlag: Strict signature of 'main' (#11615) | Brad King | 2010-12-16 | 2 | -1/+7 |
* | | | | | | | | | | Merge topic 'gnu-compiler-windows-info' | Brad King | 2010-12-21 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove unused old-style g++ info file | Brad King | 2010-12-16 | 1 | -1/+0 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge topic 'intel-compiler-windows-info' | Brad King | 2010-12-21 | 9 | -189/+118 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Modernize Intel compiler info on Windows | Brad King | 2010-12-16 | 6 | -192/+104 |
| * | | | | | | | | | | Detect Fortran target architecture on Windows | Brad King | 2010-12-16 | 4 | -1/+18 |
* | | | | | | | | | | | Merge topic 'intel-config-definitions' | Brad King | 2010-12-21 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Make Intel defines consistent with MSVC on Windows (#9904) | Brad King | 2010-12-15 | 1 | -10/+10 |
* | | | | | | | | | | | Merge topic 'ctest-depend-cycle' | Brad King | 2010-12-21 | 3 | -16/+34 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | CTest: Fix line-too-long style in DEPEND cycle error | Brad King | 2010-12-16 | 1 | -4/+4 |
| * | | | | | | | | | | | CTest: Fix test DEPEND cycle detection | Brad King | 2010-12-15 | 3 | -16/+34 |
| |/ / / / / / / / / / |