summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-7/+0
| * | | | | Default to marking things as usedBen Boeckel2010-09-011-1/+1
| * | | | | Rename find-unused to warn-unusedBen Boeckel2010-09-011-8/+8
| * | | | | Detect unused variablesBen Boeckel2010-09-011-2/+63
| * | | | | Complete strict-mode checks for uninitialized varsBen Boeckel2010-09-011-1/+34
| * | | | | Add a warning when variables are used uninitialized.Bill Hoffman2010-09-011-0/+11
* | | | | | Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'Brad King2011-01-261-1/+1
|\ \ \ \ \ \
| * | | | | | try_compile: Allow only languages loaded in caller (#11469)Brad King2011-01-241-1/+1
| |/ / / / /
* | | | | | Merge topic 'try_compile-Makefile-config'Brad King2011-01-191-0/+12
|\ \ \ \ \ \
| * | | | | | Honor CMAKE_TRY_COMPILE_CONFIGURATION in Makefile generators (#10809)Brad King2011-01-171-0/+12
* | | | | | | Combine duplicate COMPILE_DEFINITIONS disclaimerBrad King2011-01-171-8/+2
|/ / / / / /
* | | | | | Merge topic 'policy-CMP0017'Brad King2011-01-111-20/+85
|\ \ \ \ \ \
| * | | | | | Prefer files from CMAKE_ROOT when including from CMAKE_ROOTAlex Neundorf2011-01-041-20/+85
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'cygwin'Brad King2010-12-211-4/+6
|\ \ \ \ \ \
| * | | | | | Cygwin: Do not define 'WIN32' (#10122)Brad King2010-12-171-4/+6
| |/ / / / /
* | | | | | Merge topic 'custom-command-generator-expressions'Brad King2010-12-211-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Record backtrace in cmCustomCommandBrad King2010-12-151-2/+3
| |/ / / /
* | | | | Document target_link_libraries target scope (#11058)Brad King2010-12-151-2/+2
* | | | | Fix dependency tracing of INSTALL and PACKAGE (#11598)Brad King2010-12-131-0/+6
|/ / / /
* | | | Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-191-20/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)Alex Neundorf2010-09-281-0/+6
| * | | Remove trailing whitespaceAlex Neundorf2010-09-281-20/+20
| | |/ | |/|
* | | Fix for bug #11274, VS10 custom commands that create files in INTDIR fix.Bill Hoffman2010-09-291-0/+8
|/ /
* | No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)Brad King2010-09-081-10/+26
|/
* Merge branch 'version'Brad King2010-05-171-5/+3
|\
| * New version scheme to support branchy workflowBrad King2010-04-231-5/+3
* | Remove unused cmData and cmMakefile::DataMapBrad King2010-04-261-57/+0
|/
* Warn on set(PARENT_SCOPE) at top scopeBrad King2009-11-021-2/+8
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-51/+0
* Do not collapse path of NOTFOUND valuesBrad King2009-10-071-1/+4
* Create explicit cmTarget::FinishConfigure stepBrad King2009-10-051-1/+1
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+13
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+25
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-0/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Remove old check for duplicate subdirectoriesBrad King2009-09-171-15/+0
* Initialize directory scope with closure of parentBrad King2009-09-161-2/+10
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+51
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-101-17/+0
* Record backtrace for every add_test commandBrad King2009-08-111-2/+1
* No /fast targets in try_compile project modeBrad King2009-08-041-0/+2
* ENH: Keep only FinalPass commands in memoryBrad King2009-07-241-1/+1
* ENH: Improve dynamic variable scope implementationBrad King2009-07-221-91/+41
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-11/+29
* ENH: add group support and fix borland errorBill Hoffman2009-07-111-1/+1
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-2/+2
* ENH: Clarify COMPILE_DEFINITIONS separator in docsBrad King2009-06-241-1/+2
* ENH: Create CMP0013 to disallow duplicate dirsBrad King2009-06-171-10/+49
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+3
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-3/+3