summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* run_compile_commands: Avoid extra stl vector conversionBrad King2011-05-183-3/+20
* run_compile_commands: Avoid shadow in std::map<>::at workaroundBrad King2011-05-171-2/+2
* Provide std::map<>::at for use in run_compile_commandsBrad King2011-05-171-2/+0
* Make std::map usage more portable in language=>flags/defines mapsBrad King2011-05-172-16/+25
* Fix run_compile_commands build on Apple GCC 3.3Brad King2011-05-161-1/+13
* Fix signed/unsigned comparison in EscapeJSONBrad King2011-05-161-1/+1
* Only offer the compile command output feature on unix systemsManuel Klimek2011-05-163-7/+18
* Adds a test for the compile command line output.Manuel Klimek2011-04-259-0/+166
* make compile command output optionalManuel Klimek2011-04-253-2/+6
* implement cxx command outputManuel Klimek2011-04-253-2/+66
* cache flags and definesManuel Klimek2011-04-252-45/+54
* refactor flags and definesManuel Klimek2011-04-252-55/+68
* KWSys Nightly Date StampKWSys Robot2011-04-251-1/+1
* KWSys Nightly Date StampKWSys Robot2011-04-241-1/+1
* KWSys Nightly Date StampKWSys Robot2011-04-231-1/+1
* KWSys Nightly Date StampKWSys Robot2011-04-221-1/+1
* KWSys Nightly Date StampKWSys Robot2011-04-211-1/+1
* KWSys Nightly Date StampKWSys Robot2011-04-201-1/+1
* Merge topic 'find_package-system-registry'Brad King2011-04-194-30/+137
|\
| * find_package: Fix system package registry test path conversionBrad King2011-04-141-1/+1
| * find_package: Test system package registry when possibleBrad King2011-04-132-0/+42
| * find_package: Check both 32-bit and 64-bit registry viewsBrad King2011-04-132-6/+40
| * find_package: Search a "system package registry"Brad King2011-04-132-14/+39
| * find_package: Document user package registry locationsBrad King2011-04-131-3/+10
| * find_package: Cleanup user package registry less aggressivelyBrad King2011-04-131-4/+3
| * find_package: Rename implementation of user package registryBrad King2011-04-132-7/+7
* | Merge topic 'FindITK-passthru'Brad King2011-04-191-7/+9
|\ \
| * | FindITK: Use passthru find_package config mode for messagesBrad King2011-04-181-7/+9
* | | Merge topic 'add-svn-trust-cert-to-ExternalProject'Brad King2011-04-192-2/+14
|\ \ \
| * | | ExternalProject: Always use --non-interactive with svnDavid Cole2011-04-181-4/+4
| * | | ExternalProject: Add SVN_TRUST_CERT argumentDavid Cole2011-04-112-2/+14
* | | | Merge topic 'CPackRPM-fix12096'Brad King2011-04-192-0/+36
|\ \ \ \
| * | | | CPackRPM Fix #12096: handle absolute install path with component installEric NOULARD2011-04-172-0/+36
* | | | | Merge topic 'improve-debug-trycompile-help-text'Brad King2011-04-192-6/+13
|\ \ \ \ \
| * | | | | CMake: Clarify the --debug-trycompile help textDavid Cole2011-04-122-6/+13
* | | | | | Merge topic 'MoreGraphVizFeatures'Brad King2011-04-193-25/+177
|\ \ \ \ \ \
| * | | | | | Also generate dependers-graphviz files.Alex Neundorf2011-02-063-0/+140
| * | | | | | GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressionsAlex Neundorf2011-02-052-25/+31
| * | | | | | Make it possible to exlude external libs from dot filesAlex Neundorf2011-02-052-2/+8
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-04-191-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-04-181-1/+1
| |_|/ / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-04-171-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2011-04-161-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2011-04-151-1/+1
* | | | | KWSys Nightly Date StampKWSys Robot2011-04-141-1/+1
* | | | | KWSys: Remove unused CheckCXXSourceRuns cmake moduleBrad King2011-04-131-62/+0
| |_|_|/ |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-04-131-1/+1
| |/ / |/| |
* | | Merge topic 'vs10-custom-working-directory-issue-11938'Brad King2011-04-124-15/+58
|\ \ \
| * | | VS10: Fix exit code of custom commands with setlocal/endlocal (#11938)Brad King2011-04-111-4/+8
| * | | VS: Use setlocal/endlocal only in VS 10 custom commandsBrad King2011-04-113-13/+39