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
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a cmGlobalGenerator::ResolveLanguageCompiler function
Peter Collingbourne
2011-10-02
1
-0/+73
*
Merge topic 'UsingCMakeLikePkgConfig2'
David Cole
2011-08-25
1
-1/+1
|
\
|
*
Replace cmake::GetScriptMode() with GetWorkingMode()
Alex Neundorf
2011-08-09
1
-1/+1
*
|
Fix bootstrap test with automoc
Alex Neundorf
2011-08-17
1
-0/+2
*
|
Move automoc processing from add_executable/library to cmGlobalGenerator
Alex Neundorf
2011-08-15
1
-0/+32
*
|
Remove trailing whitespace
Alex Neundorf
2011-08-15
1
-14/+14
*
|
RunSingleCommand: Replace verbose boolean with enum
Johan Björk
2011-07-28
1
-3/+3
|
/
*
Refine unused cache variable warning
Brad King
2011-03-24
1
-2/+0
*
Merge topic 'dev/strict-mode'
Brad King
2011-01-27
1
-0/+2
|
\
|
*
Merge branch 'dev/add_test-working-directory' into dev/strict-mode
Brad King
2011-01-27
1
-23/+4
|
|
\
|
*
\
Merge branch 'ImprovedDotSupport2' into dev/strict-mode
Brad King
2010-12-17
1
-2/+3
|
|
\
\
|
*
\
\
Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-mode
Brad King
2010-12-17
1
-12/+60
|
|
\
\
\
|
*
|
|
|
Check for unused variables at the end of generate
Ben Boeckel
2010-11-15
1
-0/+2
*
|
|
|
|
Merge topic 'recursive-CMAKE_USER_MAKE_RULES_OVERRIDE'
Brad King
2011-01-26
1
-10/+34
|
\
\
\
\
\
|
*
|
|
|
|
try_compile: Allow only languages loaded in caller (#11469)
Brad King
2011-01-24
1
-10/+34
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'custom-command-generator-expressions'
Brad King
2010-12-21
1
-1/+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Record backtrace in cmCustomCommand
Brad King
2010-12-15
1
-1/+1
*
|
|
|
|
Remove unused GLOBAL_TARGET generation code
Brad King
2010-12-13
1
-20/+2
|
/
/
/
/
*
|
|
|
Merge topic 'vs8-direct-depends'
David Cole
2010-11-16
1
-3/+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Store direct dependencies in solutions for VS >= 8
Brad King
2010-09-10
1
-3/+2
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'vs-project-groups'
Brad King
2010-10-05
1
-2/+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
New USE_FOLDERS property OFF by default. (#3796)
David Cole
2010-10-02
1
-2/+3
*
|
|
Merge topic 'vs-project-groups'
Brad King
2010-09-08
1
-0/+40
|
\
\
\
|
|
/
/
|
*
|
Add FOLDER target property, for IDEs (#3796)
David Cole
2010-09-03
1
-0/+40
|
|
/
*
|
Merge topic 'vs-utility-depends'
Brad King
2010-08-31
1
-10/+18
|
\
\
|
*
|
Factor out global generator ComputeTargetDepends method
Brad King
2010-08-24
1
-10/+18
|
|
/
*
|
Restore GetTargetDirectDepends const return
Brad King
2010-08-25
1
-2/+2
|
/
*
Fix rule hash persistence file generation
Brad King
2010-02-12
1
-4/+14
*
Simplify CMake self-install special case
Brad King
2009-12-10
1
-13/+4
*
Avoid non-root copies of root-only targets
Brad King
2009-10-06
1
-0/+12
*
Cleanup cmGlobalGenerator::GetTargetSets method
Brad King
2009-10-01
1
-18/+13
*
Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...
David Cole
2009-09-30
1
-3/+6
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Speed up graph traversal for project->targets map
Brad King
2009-09-02
1
-8/+6
*
No /fast targets in try_compile project mode
Brad King
2009-08-04
1
-2/+2
*
Fix recursive try_compile calls
Brad King
2009-08-03
1
-3/+15
*
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
Bill Hoffman
2009-06-25
1
-1/+6
*
ENH: Generate a central list of target directories
Brad King
2009-03-09
1
-25/+11
*
ENH: Extend GG::Build method for pre-parsed args
Brad King
2009-03-04
1
-3/+12
*
ENH: Enforce unique binary directories
Brad King
2009-02-27
1
-0/+4
*
BUG: Fix logic of LabelFiles.txt generation
Brad King
2009-02-12
1
-0/+1
*
ENH: Define target and source property LABELS
Brad King
2009-02-10
1
-0/+90
*
COMP: Fix rule hash code during bootstrap
Brad King
2009-02-02
1
-2/+1
*
ENH: Refactor custom command rule hashing
Brad King
2009-02-02
1
-10/+5
*
BUG: fix package_source target
Bill Hoffman
2008-11-10
1
-1/+1
*
BUG: 4244, add a --build option to cmake that can build projects configured b...
Bill Hoffman
2008-10-15
1
-4/+7
*
STYLE: fix hidden variable warning
Bill Hoffman
2008-10-01
1
-2/+2
*
BUG: fix for 7738, allow for spaces in the package target path to CPackConfig...
Bill Hoffman
2008-10-01
1
-14/+23
*
ENH: Make dir content cache work during configure
Brad King
2008-09-22
1
-0/+1
*
ENH: Simplify NOTFOUND variable check
Brad King
2008-09-15
1
-1/+2
[next]