summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build object library targets in MakefilesBrad King2012-03-136-11/+55
* Add OBJECT_LIBRARY target typeBrad King2012-03-1312-4/+104
* Merge branch 'test-RunCMake' into object-libraryBrad King2012-03-1246-133/+111
|\
| * Use generalized RunCMake test infrastrucure for build_command testBrad King2012-03-1213-100/+27
| * Use generalized RunCMake test infrastrucure for find_package testBrad King2012-03-1234-84/+19
| * Add stronger infrastructure for CMake-only testsBrad King2012-03-124-4/+120
* | Pre-compute and store target object directory in cmGeneratorTargetBrad King2012-03-123-0/+22
* | Rename/constify build-time config placeholder lookupBrad King2012-03-098-9/+9
* | Remove unused cmSourceGroup methodBrad King2012-03-092-7/+0
* | Pre-compute object file names before VS project generationBrad King2012-03-0910-136/+104
* | Pre-compute object file names before Makefile generationBrad King2012-03-098-55/+50
* | Simplify cmVisualStudio10TargetGenerator using cmGeneratorTargetBrad King2012-03-092-29/+12
* | Simplify cmMakefileTargetGenerator using cmGeneratorTargetBrad King2012-03-092-53/+42
* | Create a cmGeneratorTarget for each cmTarget during generationBrad King2012-03-092-0/+57
* | Add cmGeneratorTarget to represent a target during generationBrad King2012-03-094-0/+127
* | Merge branch 'cleanup-object-file-names' into object-libraryBrad King2012-03-0918-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-091-1/+1
* | Merge topic 'qt4-deploy'David Cole2012-03-081-0/+6
|\ \
| * | DeployQt4: Add path to Qt dlls on Windows.Clinton Stimpson2012-03-071-0/+6
* | | Merge topic 'find_package_fatal_error_if_required_and_config_not_found'David Cole2012-03-0813-3/+30
|\ \ \
| * | | find_package: Test that REQUIRED aborts processing correctlyBrad King2012-03-0712-3/+26
| * | | find_package: error out if REQUIRED Config has not been foundAlex Neundorf2012-03-061-0/+4
* | | | Merge topic 'MakingConfigFilesEasier_ConfigureMacro'David Cole2012-03-085-32/+228
|\ \ \ \
| * | | | wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-074-35/+44
| * | | | add CMakePackageConfigHelpers: configure_package_config_file()Alex Neundorf2012-03-073-0/+187
* | | | | Merge topic 'fix-12189-support-SBCS-in-VS'David Cole2012-03-088-3/+61
|\ \ \ \ \
| * | | | | VS6: Avoid SBCS test on VS6 (#12189)David Cole2012-03-061-1/+3
| * | | | | 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-177-0/+54
* | | | | | Merge topic 'CPackNSIS-addMissingDoc'David Cole2012-03-082-10/+23
|\ \ \ \ \ \
| * | | | | | Add some missing CPACK_NSIS_xxx doc and move some to common CPack section.Eric NOULARD2012-03-062-10/+23
* | | | | | | Merge topic 'fixCPackDocTypo'David Cole2012-03-081-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix some typos in CPACK_SET_DESTDIR docEric NOULARD2012-03-061-4/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'fix-cygwin-hint-file'David Cole2012-03-081-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Use correct "requires" line in cygwin setup hint fileDavid Cole2012-03-061-1/+1
| * | | | | | | Remove trailing white spaceDavid Cole2012-03-061-3/+3
| |/ / / / / /
* | | | | | | Merge topic 'target-include-directories'David Cole2012-03-0823-245/+397
|\ \ \ \ \ \ \
| * | | | | | | 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-2218-125/+204
| * | | | | | | 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