index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Allow custom commands with VERBATIM option to have $(SomeVar) make varia...
Brad King
2008-06-04
1
-0/+2
*
COMP: fix warning
Ken Martin
2008-06-02
1
-4/+4
*
ENH: make end of file checking for close if, foreach, macro, functions etc en...
Ken Martin
2008-05-31
1
-8/+9
*
ENH: Allow users to specify macro-like #include line transforms for dependenc...
Brad King
2008-05-14
1
-0/+26
*
BUG: Remove check for files written by file(WRITE) being loaded.
Brad King
2008-04-30
1
-27/+0
*
ENH: add support for Intel Fortran Visual studio IDE
Bill Hoffman
2008-04-30
1
-1/+1
*
ENH: In cmMakefile::IssueMessage report the directory-level context even if n...
Brad King
2008-04-29
1
-4/+13
*
ENH: Allow policy CMP0000 to be set explicitly
Brad King
2008-03-31
1
-11/+56
*
BUG: Fix impl of CMP0005 regex to match value-less definitions.
Brad King
2008-03-13
1
-1/+1
*
ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.
Brad King
2008-03-13
1
-5/+33
*
ENH: Improve error message when invalid policy is given.
Brad King
2008-03-13
1
-4/+5
*
ENH: Improve new error/warning message generation
Brad King
2008-03-13
1
-91/+31
*
ENH: change CMP_ to CMP
Ken Martin
2008-03-13
1
-5/+5
*
ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...
Bill Hoffman
2008-03-13
1
-1/+8
*
STYLE: fix line len
Bill Hoffman
2008-03-12
1
-2/+4
*
ENH: fix warning message a bit
Bill Hoffman
2008-03-11
1
-1/+5
*
ENH: add a way to suppress the new policy warnings, still need ccmake and gui's
Bill Hoffman
2008-03-11
1
-2/+20
*
ENH: add enum to IssueMessage
Bill Hoffman
2008-03-11
1
-20/+10
*
ENH: Enforce matching PUSH/POP calls for cmake_policy.
Brad King
2008-03-10
1
-7/+19
*
ENH: Add directory-level context information to error/warning messages when n...
Brad King
2008-03-10
1
-0/+15
*
COMP: Avoid using operator-> on const_reverse_iterator to help old compilers.
Brad King
2008-03-08
1
-3/+3
*
ENH: Cleanup policy generic documentation. Cleanup some policy error/warning...
Brad King
2008-03-08
1
-3/+4
*
ENH: Finish creating, documenting, and enforcing policy CMP_0002.
Brad King
2008-03-07
1
-30/+3
*
ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format t...
Brad King
2008-03-07
1
-30/+9
*
ENH: Improve handling of old-style compatibility.
Brad King
2008-03-07
1
-19/+24
*
BUG: Do not produce whitespace-only lines when indenting messages in new erro...
Brad King
2008-03-07
1
-1/+1
*
ENH: New format for warning and error messages
Brad King
2008-03-07
1
-49/+163
*
BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...
Ken Martin
2008-03-06
1
-6/+9
*
ENH: Improve cmake_policy command signature
Brad King
2008-03-05
1
-6/+9
*
BUG: some fixes, still a few to go
Ken Martin
2008-03-05
1
-1/+3
*
BUG: Make sure at least one policy stack entry is created for every cmMakefil...
Brad King
2008-03-04
1
-1/+4
*
COMP: fix warning
Ken Martin
2008-03-02
1
-1/+2
*
BUG: bad loop index unsigned compared to zero
Ken Martin
2008-03-01
1
-1/+2
*
COMP: fix some warnings
Ken Martin
2008-03-01
1
-1/+2
*
ENH: add first cut and policies still need to add the doc support
Ken Martin
2008-03-01
1
-19/+129
*
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...
Bill Hoffman
2008-02-29
1
-9/+0
*
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...
Brad King
2008-02-14
1
-13/+69
*
ENH: Re-enable diagnosis of non-unique target names.
Brad King
2008-02-14
1
-5/+4
*
BUG: Disable enforcement of unique target names until CTestTargets can be fixed.
Brad King
2008-02-12
1
-0/+2
*
ENH: Enforce global target name uniqueness.
Brad King
2008-02-11
1
-0/+39
*
ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL...
Brad King
2008-02-11
1
-0/+15
*
BUG: Fix misuse of stl vector that caused definitions to be dropped by cmMake...
Brad King
2008-01-30
1
-1/+8
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-31/+56
*
ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm...
Brad King
2008-01-24
1
-20/+6
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-8/+14
*
BUG: don't crash if cmMakefile::RaiseScope() is called from a cmake file in
Alexander Neundorf
2008-01-18
1
-2/+2
*
ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...
Brad King
2008-01-18
1
-3/+28
*
BUG: COMPILE_DEFINITIONS directory property needs to be inherited from parent...
Brad King
2008-01-18
1
-0/+4
*
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...
Brad King
2008-01-18
1
-0/+102
*
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...
Brad King
2008-01-17
1
-0/+36
[next]