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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmVisualStudio10TargetGenerator: store managed reference information in maps
Michael Stürmer
2018-04-24
2
-7/+60
*
cmVisualStudio10TargetGenerator: make some methods config aware
Michael Stürmer
2018-04-23
2
-12/+22
*
cmVisualStudio10TargetGenerator: /clr compatible flags for managed tgt
Michael Stürmer
2018-04-23
1
-1/+6
*
remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget
Michael Stürmer
2018-04-23
4
-40/+14
*
cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp target
Michael Stürmer
2018-04-23
1
-2/+7
*
cmGeneratorTarget: change GetManagedType() result if language is CSharp
Michael Stürmer
2018-04-23
1
-3/+5
*
CMake Nightly Date Stamp
Kitware Robot
2018-04-23
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2018-04-22
1
-1/+1
*
CMake Nightly Date Stamp
Kitware Robot
2018-04-21
1
-1/+1
*
Merge topic 'vs-sdk-dirs'
Brad King
2018-04-20
1
-0/+49
|
\
|
*
VS: Add variables to set SDK directories in vcxproj files
Bastien Schatt
2018-04-19
1
-0/+49
*
|
Merge topic 'ninja-simplify-paths'
Brad King
2018-04-20
3
-34/+10
|
\
\
|
*
|
Ninja: Drop unnecessary ident encoding logic for paths
Brad King
2018-04-19
3
-34/+10
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-20
1
-1/+1
*
|
|
Merge topic 'CheckIncludeFile-required-libs'
Brad King
2018-04-19
7
-10/+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES
Brad King
2018-04-18
1
-1/+4
|
*
|
cmake_policy: Add undocumented PARENT_SCOPE option to GET
Brad King
2018-04-18
5
-9/+20
|
*
|
OpenWatcom: Add workaround for lack of error on missing library
Brad King
2018-04-18
1
-0/+7
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-19
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-18
1
-1/+1
|
/
/
*
|
Merge topic 'list-TRANSFORM'
Brad King
2018-04-17
7
-109/+758
|
\
\
|
*
|
list: Add TRANSFORM sub-command
Marc Chevrier
2018-04-16
2
-0/+557
|
*
|
string() Refactoring: creates an helper for REGEX REPLACE
Marc Chevrier
2018-04-16
5
-109/+201
*
|
|
Merge topic 'vs-conditional-reference-assembly'
Brad King
2018-04-17
1
-4/+2
|
\
\
\
|
*
|
|
VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible
Bastien Schatt
2018-04-13
1
-4/+2
|
|
|
/
|
|
/
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-17
1
-1/+1
*
|
|
Merge topic 'vs-cuda-pdb'
Brad King
2018-04-16
1
-0/+14
|
\
\
\
|
*
|
|
VS: Add workaround for CUDA compiler PDB location
Brad King
2018-04-13
1
-0/+14
*
|
|
|
Merge topic 'fix-explicit-CMakeLists.txt'
Brad King
2018-04-16
4
-9/+36
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'backport-fix-explicit-CMakeLists.txt'
Brad King
2018-04-13
4
-9/+36
|
|
\
\
\
|
|
*
|
|
Restore support for explicitly referenced CMakeLists.txt sources
Brad King
2018-04-13
4
-9/+36
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-16
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-15
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-14
1
-1/+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'update-kwsys'
Brad King
2018-04-13
1
-2/+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2018-04-12
1
-2/+0
|
|
|
/
|
|
/
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-13
1
-1/+1
|
/
/
*
|
Merge topic 'add_support_for_clr_targets'
Brad King
2018-04-12
11
-24/+151
|
\
\
|
*
|
cmVisualStudio10TargetGenerator: set /clr compiler flag from property
Michael Stürmer
2018-04-05
1
-0/+16
|
*
|
cmExportFileGenerator: add target property for managed targets
Michael Stürmer
2018-04-05
1
-0/+14
|
*
|
cmGeneratorTarget: add handling of managed assemblies to HasImportLibrary()
Michael Stürmer
2018-04-05
1
-1/+4
|
*
|
cmGeneratorTarget: Make import library checks config-aware
Michael Stürmer
2018-04-05
9
-23/+26
|
*
|
cmGeneratorTarget: add GetManagedType() and CheckManagedType() methods
Michael Stürmer
2018-04-05
2
-0/+73
|
*
|
cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages()
Michael Stürmer
2018-04-05
2
-0/+18
*
|
|
Merge topic 'variable_watch-on-PARENT_SCOPE'
Brad King
2018-04-12
1
-0/+9
|
\
\
\
|
*
|
|
variable_watch: trigger on variables set via PARENT_SCOPE
Matteo Settenvini
2018-04-11
1
-0/+9
*
|
|
|
Merge topic 'attr-escape'
Brad King
2018-04-12
1
-47/+48
|
\
\
\
\
|
*
|
|
|
cmVisualStudio10TargetGenerator: Properly escape attributes
Vitaly Stakhovsky
2018-04-06
1
-47/+48
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2018-04-12
1
-1/+1
*
|
|
|
|
Merge topic 'cpack-trace-nullptr'
Brad King
2018-04-11
1
-4/+4
|
\
\
\
\
\
[next]