Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Resolve ambiguity warning regarding use of && and ||. | Stephen Kelly | 2012-11-13 | 1 | -2/+2 | |
| * | | | | | | | | | | Resolve warnings about shadowing parameters and local variables. | Stephen Kelly | 2012-11-13 | 6 | -16/+18 | |
| * | | | | | | | | | | Resolve warnings about used enum values in switch blocks. | Stephen Kelly | 2012-11-13 | 3 | -0/+7 | |
| * | | | | | | | | | | Resolve warnings about unused variables. | Stephen Kelly | 2012-11-07 | 4 | -3/+1 | |
* | | | | | | | | | | | Merge topic 'doc-fixups' | Brad King | 2012-11-13 | 12 | -24/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Documentation: Clarify configure_file behavior | Brad King | 2012-11-07 | 1 | -6/+14 | |
| * | | | | | | | | | | | Documentation: Clarify some command descriptions | Andreas Mohr | 2012-11-07 | 5 | -7/+14 | |
| * | | | | | | | | | | | Documentation: Correct typos and grammar | Andreas Mohr | 2012-11-07 | 9 | -11/+11 | |
* | | | | | | | | | | | | Merge topic 'deprecate-load_command' | Brad King | 2012-11-13 | 2 | -1/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | load_command: Deprecate and document pending removal | Brad King | 2012-11-07 | 2 | -1/+18 | |
* | | | | | | | | | | | | | Merge topic 'fix-13604-ccmake-del-key' | Brad King | 2012-11-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | ccmake: Allow DEL key in first column | Matthew Woehlke | 2012-11-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-11 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-10 | 1 | -1/+1 | |
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-09 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-08 | 1 | -1/+1 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'import-KWSys-subtree' | Brad King | 2012-11-07 | 9 | -351/+1640 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-11-06 | 1 | -28/+38 | |
| * | | | | | | | | | | Merge branch 'ctest-SUBMIT_INDEX-cdash' into import-KWSys-subtree | Brad King | 2012-11-01 | 3 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-10-31 | 6 | -133/+657 | |
| * | | | | | | | | | | | KWSys: Submit dashboard builds to PublicDashboard | Brad King | 2012-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-10-01 | 6 | -339/+1094 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-07 | 1 | -1/+1 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'ctest-SUBMIT_INDEX-cdash' | Brad King | 2012-11-06 | 3 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | CTest: Allow SUBMIT_INDEX with CDash | Brad King | 2012-11-01 | 3 | -1/+6 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'FixImplicitDepends2' | Brad King | 2012-11-06 | 11 | -165/+191 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) | Alex Neundorf | 2012-11-06 | 3 | -5/+13 | |
| * | | | | | | | | | | cmDepends: No dependency-vector erasure in CheckDependencies | Michael Wild | 2012-11-06 | 1 | -2/+4 | |
| * | | | | | | | | | | cmDepends: allow multiple dependees per depender | Alex Neundorf | 2012-11-06 | 8 | -47/+72 | |
| * | | | | | | | | | | cmDependsC: fix indentation | Alex Neundorf | 2012-11-06 | 1 | -105/+105 | |
| * | | | | | | | | | | cmDependsC: remove code duplication | Alex Neundorf | 2012-11-03 | 1 | -14/+8 | |
| * | | | | | | | | | | cmDependsC: remove unused member variable | Alex Neundorf | 2012-09-30 | 1 | -3/+0 | |
* | | | | | | | | | | | Merge topic 'EclipseFixIndexerBySettingSourcePath' | Brad King | 2012-11-06 | 1 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Eclipse: set source path once to fix Eclipse indexer (#13596) | Alex Neundorf | 2012-11-06 | 1 | -5/+7 | |
* | | | | | | | | | | | | Merge topic 'start-contributing-irc-session' | Brad King | 2012-11-06 | 2 | -36/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | file: remove dead code | Amine Chadly | 2012-11-02 | 1 | -10/+5 | |
| * | | | | | | | | | | | | Consolidate list() argument count testing | Petr Kmoch | 2012-11-02 | 1 | -26/+10 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'deb-rpm-all_components_in_one' | Brad King | 2012-11-06 | 2 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE" | Clinton Stimpson | 2012-11-06 | 2 | -4/+20 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'fix-13571-avoid-empty-sln-folders' | Brad King | 2012-11-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | VS: Avoid empty, unreferenced solution folders... (#13571) | David Cole | 2012-10-24 | 1 | -0/+2 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'fix-genex-CONFIG' | Brad King | 2012-11-06 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | GenEx: Use case insensitive comparison for $<CONFIG:...> | Stephen Kelly | 2012-11-05 | 1 | -1/+4 | |
* | | | | | | | | | | | | Merge topic 'copyright-year' | Brad King | 2012-11-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update programmatically-reported copyright year (#13638) | Brad King | 2012-11-05 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'pdb-default-outdir' | Brad King | 2012-11-06 | 2 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fix default PDB output directory (#13644) | Brad King | 2012-11-02 | 2 | -5/+8 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-06 | 1 | -1/+1 | |