summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refine unused cache variable warningBrad King2011-03-241-2/+0
* Merge topic 'dev/strict-mode'Brad King2011-01-271-0/+2
|\
| * Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-23/+4
| |\
| * \ Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-171-2/+3
| |\ \
| * \ \ Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-171-12/+60
| |\ \ \
| * | | | Check for unused variables at the end of generateBen Boeckel2010-11-151-0/+2
* | | | | Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-10/+34
|\ \ \ \ \
| * | | | | try_compile: Allow only languages loaded in caller (#11469)Brad King2011-01-241-10/+34
| |/ / / /
* | | | | Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Record backtrace in cmCustomCommandBrad King2010-12-151-1/+1
* | | | | Remove unused GLOBAL_TARGET generation codeBrad King2010-12-131-20/+2
|/ / / /
* | | | Merge topic 'vs8-direct-depends'David Cole2010-11-161-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Store direct dependencies in solutions for VS >= 8Brad King2010-09-101-3/+2
| | |/ | |/|
* | | Merge topic 'vs-project-groups'Brad King2010-10-051-2/+3
|\ \ \ | |/ / |/| |
| * | New USE_FOLDERS property OFF by default. (#3796)David Cole2010-10-021-2/+3
* | | Merge topic 'vs-project-groups'Brad King2010-09-081-0/+40
|\ \ \ | |/ /
| * | Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+40
| |/
* | Merge topic 'vs-utility-depends'Brad King2010-08-311-10/+18
|\ \
| * | Factor out global generator ComputeTargetDepends methodBrad King2010-08-241-10/+18
| |/
* | Restore GetTargetDirectDepends const returnBrad King2010-08-251-2/+2
|/
* Fix rule hash persistence file generationBrad King2010-02-121-4/+14
* Simplify CMake self-install special caseBrad King2009-12-101-13/+4
* Avoid non-root copies of root-only targetsBrad King2009-10-061-0/+12
* Cleanup cmGlobalGenerator::GetTargetSets methodBrad King2009-10-011-18/+13
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-3/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Speed up graph traversal for project->targets mapBrad King2009-09-021-8/+6
* No /fast targets in try_compile project modeBrad King2009-08-041-2/+2
* Fix recursive try_compile callsBrad King2009-08-031-3/+15
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-1/+6
* ENH: Generate a central list of target directoriesBrad King2009-03-091-25/+11
* ENH: Extend GG::Build method for pre-parsed argsBrad King2009-03-041-3/+12
* ENH: Enforce unique binary directoriesBrad King2009-02-271-0/+4
* BUG: Fix logic of LabelFiles.txt generationBrad King2009-02-121-0/+1
* ENH: Define target and source property LABELSBrad King2009-02-101-0/+90
* COMP: Fix rule hash code during bootstrapBrad King2009-02-021-2/+1
* ENH: Refactor custom command rule hashingBrad King2009-02-021-10/+5
* BUG: fix package_source targetBill Hoffman2008-11-101-1/+1
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-4/+7
* STYLE: fix hidden variable warningBill Hoffman2008-10-011-2/+2
* BUG: fix for 7738, allow for spaces in the package target path to CPackConfig...Bill Hoffman2008-10-011-14/+23
* ENH: Make dir content cache work during configureBrad King2008-09-221-0/+1
* ENH: Simplify NOTFOUND variable checkBrad King2008-09-151-1/+2
* BUG: fix for 7496, do not just report configure done when there is an error d...Bill Hoffman2008-08-191-1/+6
* BUG: Fix crash on circular target dependenciesBrad King2008-08-061-1/+4
* BUG: fix for bug 7427, preinstall target name hard codedBill Hoffman2008-07-301-1/+1
* BUG: Fix try_compile during EnableLanguageBrad King2008-07-161-9/+32
* COMP: fix warningBill Hoffman2008-07-051-1/+1
* ENH: add initial ctest -j featureBill Hoffman2008-07-031-1/+1
* BUG: -fail with error if the CMake<LANG>Information.cmake file wasn't foundAlexander Neundorf2008-06-101-8/+24