Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-06 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2014-03-05 | 7 | -9/+268 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-03-04 | 7 | -9/+268 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'fix-check-build-system-crash' | Brad King | 2014-03-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | cmake: Fix --check-build-system argument count check (#14784) | Brad King | 2014-03-04 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'fix-CMP0017-check' | Brad King | 2014-03-05 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CMP0017: Fix check when including from CMake source tree | Brad King | 2014-03-04 | 1 | -1/+2 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-05 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-04 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'wix-additions' | Brad King | 2014-03-03 | 6 | -0/+82 | |
|\ \ \ \ \ | ||||||
| * | | | | | CPackWIX: support installation of empty directories | Nils Gladitz | 2014-03-01 | 3 | -0/+36 | |
| * | | | | | CPackWIX: Allow Windows Installer property customization | Nils Gladitz | 2014-03-01 | 4 | -0/+46 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-03 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-03-01 | 1 | -1/+1 | |
* | | | | | Merge topic 'vs-Fortran-use-OBJECT-lib' | Brad King | 2014-02-28 | 1 | -4/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: For Intel Fortran .vfproj put OBJECT libs in link line (#14777) | Brad King | 2014-02-27 | 1 | -4/+4 | |
* | | | | | | Merge topic 'no_gcov_error_msg' | Brad King | 2014-02-28 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CTest: notify user if gcov cannot be found | Zack Galbreath | 2014-02-28 | 1 | -0/+6 | |
* | | | | | | | Merge topic 'wix-refactor' | Brad King | 2014-02-28 | 18 | -534/+846 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPackWIX: refactor and cleanup | Nils Gladitz | 2014-02-26 | 18 | -534/+846 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-28 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-27 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'fix-showinclude-warnings' | Brad King | 2014-02-26 | 2 | -2/+18 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | CTest: exclude /showIncludes notes when scraping logs | Nils Gladitz | 2014-02-25 | 2 | -2/+18 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'msvc-compiler-pdb-files' | Brad King | 2014-02-26 | 10 | -11/+202 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | MSVC: Add properties to configure compiler PDB files (#14762) | Brad King | 2014-02-26 | 10 | -1/+141 | |
| * | | | | cmTarget: Add per-config compilation info | Brad King | 2014-02-24 | 2 | -0/+50 | |
| * | | | | cmTarget: Refactor ComputePDBOutputDir interface | Brad King | 2014-02-24 | 2 | -6/+7 | |
| * | | | | Makefile: Fix per-config linker PDB output directory | Brad King | 2014-02-24 | 3 | -4/+4 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-26 | 1 | -1/+1 | |
* | | | | | Merge topic 'dev/faster-parsers' | Brad King | 2014-02-25 | 3 | -71/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmGeneratorExpression: Improve parsing in StripEmptyListElements | Ben Boeckel | 2014-02-21 | 1 | -3/+10 | |
| * | | | | | cmGeneratorExpressionLexer: Use a switch statement to parse | Ben Boeckel | 2014-02-21 | 1 | -35/+35 | |
| * | | | | | ExpandListArguments: Optimize the parser | Ben Boeckel | 2014-02-21 | 1 | -33/+18 | |
* | | | | | | Merge topic 'target-SOURCES-refactor' | Brad King | 2014-02-25 | 13 | -495/+775 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Handle Mac OSX source flags for individual files lazily. | Stephen Kelly | 2014-02-24 | 1 | -26/+17 | |
| * | | | | | | cmGeneratorTarget: Classify sources on demand, not up front. | Stephen Kelly | 2014-02-24 | 3 | -126/+241 | |
| * | | | | | | cmGeneratorTarget: Use a method to access the definition file. | Stephen Kelly | 2014-02-24 | 5 | -12/+20 | |
| * | | | | | | cmTarget: Add GetTransitiveTargetClosure method. | Stephen Kelly | 2014-02-24 | 2 | -19/+60 | |
| * | | | | | | cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibility | Stephen Kelly | 2014-02-24 | 1 | -8/+9 | |
| * | | | | | | cmTarget: Avoid computing languages when computing transitive targets. | Stephen Kelly | 2014-02-24 | 3 | -12/+108 | |
| * | | | | | | cmTarget: Move ComputeLinkInterface to the internal class. | Stephen Kelly | 2014-02-24 | 2 | -24/+28 | |
| * | | | | | | cmTarget: Extract a ComputeLinkInterfaceLibraries method. | Stephen Kelly | 2014-02-24 | 2 | -72/+99 | |
| * | | | | | | cmTarget: Re-arrange the ComputeLinkInterface method. | Stephen Kelly | 2014-02-24 | 1 | -5/+15 | |
| * | | | | | | cmTarget: Extract a ComputeLinkImplementationLanguages method. | Stephen Kelly | 2014-02-24 | 2 | -0/+7 | |
| * | | | | | | cmTarget: Change GetTransitivePropertyLinkLibraries to output targets. | Stephen Kelly | 2014-02-24 | 4 | -42/+71 | |
| * | | | | | | cmTarget: Find source files on request. | Stephen Kelly | 2014-02-24 | 4 | -51/+4 | |
| * | | | | | | cmTarget: Move SourceFileFlags to cmGeneratorTarget. | Stephen Kelly | 2014-02-24 | 7 | -168/+166 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-02-25 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | |