summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in the docs comments.Stephen Kelly2012-03-191-5/+5
* KWSys Nightly Date StampKWSys Robot2012-03-181-1/+1
* KWSys Nightly Date StampKWSys Robot2012-03-171-1/+1
* KWSys Nightly Date StampKWSys Robot2012-03-161-1/+1
* KWSys Nightly Date StampKWSys Robot2012-03-151-1/+1
* KWSys Nightly Date StampKWSys Robot2012-03-141-1/+1
* Merge topic 'doc-Fortran-mod-dir-issue-13034'Brad King2012-03-131-1/+6
|\
| * Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034)Brad King2012-03-121-1/+6
* | Merge topic 'fix-cpack-hdiutil-retry-loops'Brad King2012-03-132-5/+9
|\ \
| * | CPack: Fix retry logic when calls to hdiutil failDavid Cole2012-03-092-5/+9
| |/
* | Merge topic 'ctest-match-valgrind'Brad King2012-03-131-1/+1
|\ \
| * | CTest: Match valgrind errors with "points to" (#12922)Alexandru Ciobanu2012-03-091-1/+1
* | | Merge topic 'ctest-clang-in-xcode'Brad King2012-03-131-0/+1
|\ \ \
| * | | CTest: Detect Xcode error "Command ... failed with exit code"Alexandru Ciobanu2012-03-091-0/+1
* | | | Merge topic 'cleanup-object-file-names'Brad King2012-03-1318-279/+73
|\ \ \ \
| * | | | Hide Makefile local object info inside local generatorBrad King2012-03-083-31/+39
| * | | | VS: Simplify object name computationBrad King2012-03-065-71/+34
| * | | | Remove unused partial OBJECT_FILES property implementationBrad King2012-03-0614-177/+0
* | | | | KWSys Nightly Date StampKWSys Robot2012-03-131-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2012-03-121-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2012-03-111-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2012-03-101-1/+1
| |_|_|/ |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2012-03-091-1/+1
| |/ / |/| |
* | | Merge topic 'find_package_fatal_error_if_required_and_config_not_found'David Cole2012-03-081-0/+4
|\ \ \
| * | | find_package: error out if REQUIRED Config has not been foundAlex Neundorf2012-03-061-0/+4
* | | | Merge topic 'MakingConfigFilesEasier_ConfigureMacro'David Cole2012-03-081-1/+1
|\ \ \ \
| * | | | wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-071-1/+1
* | | | | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-085-3/+29
|\ \ \ \ \
| * | | | | VS6: Avoid _MBCS define when _SBCS is defined (#12189)David Cole2012-02-211-3/+5
| * | | | | Visual Studio: Allow setting Single Byte Character Set (#12189)Aaron C. Meadows2012-02-174-0/+24
* | | | | | Merge topic 'fixCPackDocTypo'David Cole2012-03-081-4/+4
|\ \ \ \ \ \
| * | | | | | Fix some typos in CPACK_SET_DESTDIR docEric NOULARD2012-03-061-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'target-include-directories'David Cole2012-03-0820-245/+359
|\ \ \ \ \ \
| * | | | | | Fix shadowed variable warning on dashboard resultsDavid Cole2012-02-231-1/+1
| * | | | | | Fix compiler warning reported on older Borland dashboard.David Cole2012-02-221-2/+4
| * | | | | | Fix compiler error reported on older Borland dashboard.David Cole2012-02-221-2/+3
| * | | | | | Update the documentation regarding INCLUDE_DIRECTORIES.David Cole2012-02-223-10/+51
| * | | | | | Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIESDavid Cole2012-02-221-0/+14
| * | | | | | Make search paths ordered and uniqueDavid Cole2012-02-221-1/+14
| * | | | | | Remove cmMakefile::GetIncludeDirectoriesDavid Cole2012-02-222-29/+0
| * | | | | | Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-2215-125/+166
| * | | | | | Keep the INCLUDE_DIRECTORIES target property up to date.Stephen Kelly2012-02-222-0/+14
| * | | | | | Add API to get the ordered includes for a target.Stephen Kelly2012-02-222-0/+27
| * | | | | | CMake: Eliminate cmMakefile::IncludeDirectoriesDavid Cole2012-02-223-84/+71
| * | | | | | Remove include flags memoization.Stephen Kelly2012-02-222-15/+3
| * | | | | | Make it safe to call this method without creating duplicates.Stephen Kelly2012-02-221-2/+6
| * | | | | | Refactor GetIncludeFlags to take includes instead of fetching themStephen Kelly2012-02-224-10/+21
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-081-1/+1
* | | | | | | KWSys Nightly Date StampKWSys Robot2012-03-071-1/+1
* | | | | | | Merge topic 'skip-install-rpath'David Cole2012-03-063-3/+22
|\ \ \ \ \ \ \