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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Convert: Inline uses of START_OUTPUT
Stephen Kelly
2016-09-19
1
-1/+3
*
Convert: Move access to CurrentBinaryDirectory out of loops
Stephen Kelly
2016-09-19
1
-4/+4
*
Convert: Avoid START_OUTPUT enum when converting to relative paths
Stephen Kelly
2016-09-19
1
-3/+4
*
Convert: Remove last use of START enum value
Stephen Kelly
2016-09-19
1
-1/+2
*
Fix CTest test file generation for spaces in subdirectory names
Stefano Soffia
2016-09-13
1
-0/+1
*
cmLocalGenerator: Refactor test subdirectory generation loop
Stefano Soffia
2016-09-13
1
-8/+6
*
Re-order link line to place RPATH entries before libraries
Dan Kegel
2016-09-12
1
-3/+3
*
tidy: Fix readability-redundant-string-cstr issues
Gregor Jasny
2016-09-04
1
-1/+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+10
*
Convert: Replace Convert(FULL) with equivalent
Stephen Kelly
2016-08-27
1
-2/+5
*
Convert: Replace trivial conversion with new method
Stephen Kelly
2016-08-27
1
-4/+6
*
Convert: Replace uses of Convert(NONE)
Stephen Kelly
2016-08-27
1
-4/+4
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-18/+11
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-4/+5
*
Fix typos.
Felix Geyer
2016-07-10
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-17/+17
*
cmOutputConverter: remove unused 'local' argument
Daniel Pfeifer
2016-06-20
1
-3/+3
*
cmLocalGenerator: Adopt target compile flag generation
Tobias Hunger
2016-06-17
1
-0/+27
*
cmLocalGenerator: Add method to get Fortran-specific compiler flags
Brad King
2016-06-17
1
-0/+7
*
Merge topic 'avoid-cmMakefile-IssueMessage-after-configure'
Brad King
2016-06-13
1
-1/+2
|
\
|
*
cmLocalGenerator: Store Backtrace for the directory
Stephen Kelly
2016-06-12
1
-1/+2
*
|
cmLocalGenerator: Add GetTargetDefines to get all defines for a target
Tobias Hunger
2016-06-10
1
-0/+14
*
|
cmLocalGenerator: Constify AppendDefines and AddCompileDefinitions
Brad King
2016-06-10
1
-3/+4
|
/
*
cmLocalGenerator: Move GetFrameworkFlags implementation to private helper
Tobias Hunger
2016-06-09
1
-9/+19
*
cmLocalGenerator: Adopt GetFrameworkFlags method
Tobias Hunger
2016-06-09
1
-0/+48
*
cmLocalGenerator: Pass configuration to GetTargetFlags
Tobias Hunger
2016-06-08
1
-6/+4
*
cmLocalGenerator: Consolidate conditions in AddArchitectureFlags
Brad King
2016-06-02
1
-5/+1
*
Remove unnecessary local copies.
Daniel Pfeifer
2016-05-26
1
-3/+2
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-6/+6
|
\
|
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-4/+4
|
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-2/+2
*
|
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-1/+1
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1304/+877
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-43/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+18
*
GHS: Shorten long object paths with duplicate source names
Geoff Viola
2016-05-06
1
-1/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
cmLocalGenerator: Simplify IssueMessage implementation
Brad King
2016-04-15
1
-11/+1
*
cmLocalGenerator: Use own IssueMessage method
Brad King
2016-04-15
1
-2/+2
*
Merge topic 'fix-target-alias-in-subdir'
Brad King
2016-04-05
1
-13/+2
|
\
|
*
Rename local target lookup methods to clarify purpose
Brad King
2016-04-01
1
-2/+2
|
*
Fix lookup of an ALIAS target outside aliased target's directory (#16044)
Brad King
2016-04-01
1
-11/+0
*
|
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-1/+1
*
|
Merge topic 'fix-target-lookup-performance-regression'
Brad King
2016-02-09
1
-0/+2
|
\
\
|
|
/
|
*
Improve internal generator target structure lookup
Brad King
2016-02-08
1
-0/+2
*
|
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-3/+3
|
/
*
Port CMake from cmIML to KWIML
Brad King
2015-12-18
1
-2/+2
*
Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-f...
Brad King
2015-11-25
1
-4/+2
|
\
|
*
cmLocalGenerator: Use ScopePushPop RAII class to manage local variable scopes
Brad King
2015-11-25
1
-4/+2
[next]