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
/
Utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: introduce header cmext/algorithm with append functions
Marc Chevrier
2019-12-17
3
-0/+108
*
Memory management: cast functions for managed pointers
Marc Chevrier
2019-11-27
3
-0/+79
*
setup-user: switch to git-var to check if username and e-mail are set
Arkadiusz Drabczyk
2019-11-24
1
-4/+4
*
Merge topic 'cmake-e-rm'
Kyle Edwards
2019-11-15
2
-2/+2
|
\
|
*
replace remove and remove_directory with rm in tests
Johnny Jazeix
2019-11-13
2
-2/+2
*
|
cmFileLockPool: enhance items management
Marc Chevrier
2019-11-14
1
-0/+2
*
|
Merge topic 'update-expat'
Brad King
2019-11-12
24
-4843/+4037
|
\
\
|
|
/
|
/
|
|
*
expat: Update CMake build for 2.2.9
Brad King
2019-11-11
1
-1/+0
|
*
Merge branch 'upstream-expat' into update-expat
Brad King
2019-11-11
22
-4840/+4036
|
*
expat: Update script to get Expat 2.2.9
Brad King
2019-11-11
1
-2/+1
*
|
Merge topic 'ctest-resource-groups'
Kyle Edwards
2019-11-07
1
-1/+1
|
\
\
|
*
\
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
1
-1/+1
|
|
\
\
|
|
*
|
CTest: Rename "Processes" lexer to "ResourceGroups"
Brad King
2019-11-05
1
-1/+1
|
|
|
/
*
|
|
Refactor: Modernize `foreach` code and fix some bugs
Alex Turbov
2019-11-06
1
-0/+1
|
/
/
*
|
Utilities/Release: Teach "push" script to create destination subdirectory
Brad King
2019-10-10
1
-0/+3
|
/
*
CTest: Add lexer for PROCESSES property
Kyle Edwards
2019-10-02
1
-0/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
2
-5/+5
*
cm/algorithm: Provide function cm::clamp
Regina Pfeifer
2019-09-25
1
-0/+38
*
Merge topic 'HP-UX_Port_GCC'
Brad King
2019-09-23
9
-6/+70
|
\
|
*
libuv: Add partial port to HP-UX
Earle Lowe
2019-09-20
8
-4/+67
|
*
jsoncpp: Fix compilation on HP-UX 11.31 ia64 with GCC 4.9.3
Earle Lowe
2019-09-20
1
-2/+3
*
|
cmstd: Extend header <cm/iterator>
Marc Chevrier
2019-09-20
1
-0/+138
*
|
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
10
-1/+1094
|
/
*
Add compatibility with the cl.exe /permissive- compiler option
Alexej Harm
2019-09-11
1
-1/+2
*
Merge topic 'docker-rel-linux'
Brad King
2019-08-30
2
-2/+3
|
\
|
*
Utilities/Release: Add docker spec for STGZ package on Linux
Brad King
2019-08-29
2
-2/+3
*
|
Merge topic 'precompile-headers'
Brad King
2019-08-29
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+2
*
|
Merge topic 'docker-rel-linux'
Brad King
2019-08-29
16
-75/+437
|
\
\
|
|
/
|
/
|
|
*
Utilities/Release: Drop linux64 script in favor of docker build
Brad King
2019-08-28
2
-56/+0
|
*
Utilities/Release: Drop source archive generation in scripts
Brad King
2019-08-28
3
-2/+3
|
*
Utilities/Release: Add docker specs to build and test Linux binaries
Brad King
2019-08-28
11
-0/+408
|
*
Utilities/Release: Add README.rst describing directory content
Brad King
2019-08-23
1
-0/+27
|
*
Utilities/Release: Drop machine-specific README
Brad King
2019-08-23
1
-18/+0
*
|
Utilities/Release: Select MSVC runtime library via abstraction
Brad King
2019-08-23
2
-4/+2
*
|
Configure CMake itself with policies through CMake 3.15
Brad King
2019-08-23
3
-8/+14
|
/
*
CMakeVersion: Move computation logic to main script
Brad King
2019-07-29
2
-2/+2
*
OpenSSL: Issue an error if OpenSSL is not found
Kyle Edwards
2019-07-18
1
-1/+6
*
CMake.qch: Don't include the version in the file name
Craig Scott
2019-07-17
3
-12/+2
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-0/+2
*
Utilities/Release: Replace batch scripts with individual scripts
Brad King
2019-07-11
1
-30/+14
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-2/+9
*
Merge topic 'elseif'
Brad King
2019-07-10
1
-1/+1
|
\
|
*
Fix elseif() in place of else()
Artalus
2019-07-03
1
-1/+1
*
|
Merge topic 'update-expat'
Brad King
2019-07-02
24
-1570/+2056
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'upstream-expat' into update-expat
Brad King
2019-07-01
23
-1569/+2055
|
*
expat: Update script to get Expat 2.2.7
Brad King
2019-07-01
1
-1/+1
*
|
libuv: fix compilation with macOS 10.10 SDK
Brad King
2019-06-19
1
-1/+1
*
|
libuv: Add uv__statx() stub to cmake-bootstrap.c
Kyle Edwards
2019-06-18
1
-0/+9
*
|
Merge branch 'upstream-libuv' into update-libuv
Brad King
2019-06-18
47
-356/+1847
|
/
[next]