Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 gadi atpakaļ |
Aaron Orenstein
|
4a6348dbbd
Performance: Improve efficiency of source file lookup in cmMakefile
|
8 gadi atpakaļ |
Pavel Solodovnikov
|
2548615630
Improved checking for number of arguments passed
|
8 gadi atpakaļ |
Pavel Solodovnikov
|
86dc86dd6c
Add const-reference qualifications
|
8 gadi atpakaļ |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 gadi atpakaļ |
Daniel Pfeifer
|
cac529dd49
clang-tidy: apply performance-faster-string-find fixes
|
8 gadi atpakaļ |
Daniel Pfeifer
|
602b78aa79
Remove redundant c_str() calls
|
9 gadi atpakaļ |
Daniel Pfeifer
|
f69e768d94
Separate compilation for commands included in cmCommands
|
9 gadi atpakaļ |
Junghyun Kim
|
50b27de421
aux_source_directory: Sort results to make it deterministic
|
9 gadi atpakaļ |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 gadi atpakaļ |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 gadi atpakaļ |
Brad King
|
180538c706
Source: Stabilize include order
|
9 gadi atpakaļ |
Stephen Kelly
|
780bff5279
cmake: Store hardcoded lists of sources and headers
|
10 gadi atpakaļ |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 gadi atpakaļ |
Stephen Kelly
|
c3a60cc9cc
cmMakefile: Remove AddExtraDirectory method.
|
10 gadi atpakaļ |
Stephen Kelly
|
607e19384f
Replace 'foo.size() != 0' pattern with !foo.empty().
|
10 gadi atpakaļ |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 gadi atpakaļ |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 gadi atpakaļ |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 gadi atpakaļ |
Bill Hoffman
|
7fe2737dd9
BUG: fix for bug 6911, aux source dir was broken from a previous fix
|
17 gadi atpakaļ |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 gadi atpakaļ |
Bill Hoffman
|
ff04863d9d
BUG: fix for bug 6197, absolute paths were not supported
|
18 gadi atpakaļ |
Brad King
|
35936433e1
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 gadi atpakaļ |
Ken Martin
|
5d11564c35
ENH: allow source file properties to chain to Directories and up
|
19 gadi atpakaļ |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 gadi atpakaļ |
Ken Martin
|
aae0bcdacf
STYLE: fix line length
|
19 gadi atpakaļ |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 gadi atpakaļ |
Bill Hoffman
|
af60114ffb
BUG: fix for bug 1636 add extensions to AUX_SOURCE_DIRECTORY files
|
20 gadi atpakaļ |
Ken Martin
|
bab4bcb570
fix compiler warnings
|
22 gadi atpakaļ |
Brad King
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
22 gadi atpakaļ |