summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix issue with -D and cache forceBill Hoffman2008-11-211-2/+8
* BUG: Finish fix to old DEFINITIONS propertyBrad King2008-10-091-0/+2
* ENH: Return utility target after creationBrad King2008-10-091-6/+8
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* BUG: Skip a command if its arguments fail to parseBrad King2008-09-241-1/+2
* ENH: Improve argument parsing error messagesBrad King2008-09-241-15/+47
* ENH: Add unset() command.Brad King2008-08-251-0/+5
* BUG: Linking to modules is for 2.2 compat onlyBrad King2008-08-191-8/+11
* ENH: Improve errors when a policy is REQUIREDBrad King2008-08-181-61/+77
* ENH: add a --trace optionBill Hoffman2008-07-311-0/+15
* BUG: Fix computed directory property DEFINITIONS.Brad King2008-06-261-21/+28
* ENH: Update documentation of computed directory properites.Brad King2008-06-261-1/+59
* BUG: Fix PARENT_DIRECTORY property in top-level to not crash.Brad King2008-06-261-2/+4
* BUG: fix for bug 7239, DEFINITIONS property not backwards compatible to 2.4Bill Hoffman2008-06-251-2/+15
* ENH: Allow custom commands with VERBATIM option to have $(SomeVar) make varia...Brad King2008-06-041-0/+2
* COMP: fix warningKen Martin2008-06-021-4/+4
* ENH: make end of file checking for close if, foreach, macro, functions etc en...Ken Martin2008-05-311-8/+9
* ENH: Allow users to specify macro-like #include line transforms for dependenc...Brad King2008-05-141-0/+26
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-27/+0
* ENH: add support for Intel Fortran Visual studio IDEBill Hoffman2008-04-301-1/+1
* ENH: In cmMakefile::IssueMessage report the directory-level context even if n...Brad King2008-04-291-4/+13
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-311-11/+56
* BUG: Fix impl of CMP0005 regex to match value-less definitions.Brad King2008-03-131-1/+1
* ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.Brad King2008-03-131-5/+33
* ENH: Improve error message when invalid policy is given.Brad King2008-03-131-4/+5
* ENH: Improve new error/warning message generationBrad King2008-03-131-91/+31
* ENH: change CMP_ to CMPKen Martin2008-03-131-5/+5
* ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...Bill Hoffman2008-03-131-1/+8
* STYLE: fix line lenBill Hoffman2008-03-121-2/+4
* ENH: fix warning message a bitBill Hoffman2008-03-111-1/+5
* ENH: add a way to suppress the new policy warnings, still need ccmake and gui'sBill Hoffman2008-03-111-2/+20
* ENH: add enum to IssueMessageBill Hoffman2008-03-111-20/+10
* ENH: Enforce matching PUSH/POP calls for cmake_policy.Brad King2008-03-101-7/+19
* ENH: Add directory-level context information to error/warning messages when n...Brad King2008-03-101-0/+15
* COMP: Avoid using operator-> on const_reverse_iterator to help old compilers.Brad King2008-03-081-3/+3
* ENH: Cleanup policy generic documentation. Cleanup some policy error/warning...Brad King2008-03-081-3/+4
* ENH: Finish creating, documenting, and enforcing policy CMP_0002.Brad King2008-03-071-30/+3
* ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format t...Brad King2008-03-071-30/+9
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-19/+24
* BUG: Do not produce whitespace-only lines when indenting messages in new erro...Brad King2008-03-071-1/+1
* ENH: New format for warning and error messagesBrad King2008-03-071-49/+163
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-6/+9
* ENH: Improve cmake_policy command signatureBrad King2008-03-051-6/+9
* BUG: some fixes, still a few to goKen Martin2008-03-051-1/+3
* BUG: Make sure at least one policy stack entry is created for every cmMakefil...Brad King2008-03-041-1/+4
* COMP: fix warningKen Martin2008-03-021-1/+2
* BUG: bad loop index unsigned compared to zeroKen Martin2008-03-011-1/+2
* COMP: fix some warningsKen Martin2008-03-011-1/+2
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-19/+129
* ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...Bill Hoffman2008-02-291-9/+0