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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Bruno Manganelli
2018-12-07
9
-88/+90
*
Merge topic 'vs-json-flag-table'
Brad King
2018-12-07
74
-4092/+18237
|
\
|
*
Remove old flag table headers
Stephan Szabo
2018-11-28
30
-3896/+0
|
*
Replace header flag tables with json reading
Stephan Szabo
2018-11-28
8
-177/+242
|
*
VS: Add flag table entry for -JMC
Stephan Szabo
2018-11-28
1
-0/+14
|
*
VS: Fix flag table entry for -Qspectre
Stephan Szabo
2018-11-28
1
-8/+1
|
*
VS: connect /Y- compiler option with "Not Using Precompiled Headers"
Stephan Szabo
2018-11-28
5
-5/+5
|
*
VS: Add v140 flag table entries for `-Zc:inline[-]`
Stephan Szabo
2018-11-28
2
-0/+14
|
*
VS: Fix regressed mapping for the cl `/Os` compiler flag
Stephan Szabo
2018-11-28
2
-14/+0
|
*
VS 14: Add flag map for -std= to CppLanguageStandard tag in project files
Stephan Szabo
2018-11-28
2
-0/+126
|
*
VS: in Clang/C2 toolset, setup correct compiler settings
Stephan Szabo
2018-11-28
2
-0/+14
|
*
VS: Fix /analyze:log flag mapping (#14858)
Stephan Szabo
2018-11-28
4
-56/+16
|
*
VS: Fix CSharp support for win32res: and win32icon: flags
Stephan Szabo
2018-11-28
5
-10/+10
|
*
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
Stephan Szabo
2018-11-28
5
-15/+30
|
*
MSVC: Add support for ARM64 architecture
Stephan Szabo
2018-11-28
1
-0/+7
|
*
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
Stephan Szabo
2018-11-28
5
-105/+20
|
*
VS: Fix support for '/guard:cf' linker flag
Stephan Szabo
2018-11-28
2
-14/+0
|
*
VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULL
Stephan Szabo
2018-11-28
2
-0/+27
|
*
VS: Map the link `/debug` to its IDE property
Stephan Szabo
2018-11-28
5
-22/+24
|
*
VS: Fix /MANIFESTUAC:NO linker option mapping
Stephan Szabo
2018-11-28
5
-25/+5
|
*
VS: Manually fix MASM flag table entries
Stephan Szabo
2018-11-28
4
-20/+20
|
*
VS: Add NASM fwin/felf switches
Stephan Szabo
2018-11-28
1
-0/+14
|
*
VS: Manually fix generated NASM flag table
Stephan Szabo
2018-11-28
1
-6/+6
|
*
VS: Add CUDA flag table entry for -maxrregcount
Stephan Szabo
2018-11-28
1
-0/+18
|
*
VS: Add more CUDA flag table entries
Stephan Szabo
2018-11-28
1
-0/+42
|
*
VS: Select CUDA code generation architectures
Stephan Szabo
2018-11-28
1
-0/+112
|
*
VS: Select the CUDA runtime library
Stephan Szabo
2018-11-28
1
-0/+30
|
*
VS: Place CUDA host compiler options in proper project file fields
Stephan Szabo
2018-11-28
2
-0/+167
|
*
Add placeholder CUDA json flag tables
Stephan Szabo
2018-11-28
2
-0/+4
|
*
Add json flag tables for C#
Stephan Szabo
2018-11-28
5
-0/+2835
|
*
Add initial NASM flag table json
Stephan Szabo
2018-11-28
1
-0/+187
|
*
Add CL, LIB, Link, MASM, RC flag json
Stephan Szabo
2018-11-28
22
-0/+14513
|
*
Convert cmIDEFlagTable to use owned strings
Stephan Szabo
2018-11-28
35
-46/+48
|
*
Update XML->JSON generation script
Stephan Szabo
2018-11-28
1
-3/+16
*
|
Merge topic 'gnu-octave'
Brad King
2018-12-07
10
-0/+228
|
\
\
|
*
|
FindOctave: Add module to find GNU octave
Michael Hirsch, Ph.D
2018-12-06
10
-0/+228
*
|
|
Merge topic 'pkg-clang-tidy'
Brad King
2018-12-07
1
-26/+19
|
\
\
\
|
*
|
|
cmCPackFreeBSDGenerator: fix clang-tidy issues
Regina Pfeifer
2018-12-06
1
-26/+19
|
|
/
/
*
|
|
Merge topic 'submit-method'
Brad King
2018-12-07
52
-923/+25
|
\
\
\
|
*
|
|
CTest: Remove special case for Dart version <= 1
Regina Pfeifer
2018-11-28
27
-87/+3
|
*
|
|
CTest: Add release note about removed submission methods
Regina Pfeifer
2018-11-28
1
-0/+6
|
*
|
|
CTest: Remove submission trigger
Regina Pfeifer
2018-11-28
6
-173/+3
|
*
|
|
CTest: Remove submit method 'ftp'
Regina Pfeifer
2018-11-28
7
-248/+6
|
*
|
|
CTest: Remove submit method 'scp'
Regina Pfeifer
2018-11-28
11
-152/+4
|
*
|
|
CTest: Remove submit method 'cp'
Regina Pfeifer
2018-11-28
7
-77/+2
|
*
|
|
CTest: Remove submit method 'xmlrpc'
Regina Pfeifer
2018-11-28
13
-192/+7
*
|
|
|
Merge topic 'misc-typos'
Brad King
2018-12-07
2
-2/+2
|
\
\
\
\
|
*
|
|
|
Misc. comment typos
luz.paz
2018-12-05
2
-2/+2
*
|
|
|
|
Merge topic 'FindCURL-components'
Brad King
2018-12-07
3
-5/+79
|
\
\
\
\
\
|
*
|
|
|
|
Help: Add notes for topic 'FindCURL-components'
Brad King
2018-12-06
1
-0/+5
[next]