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
*
Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommand
Sebastian Holtermann
2017-09-09
1
-32/+2
*
cmMakefile: Add GetOrCreateSourceGroup methods
Sebastian Holtermann
2017-09-09
2
-0/+33
*
cmMakefile: Collect source group methods in one place
Sebastian Holtermann
2017-09-09
2
-57/+49
*
CMake Nightly Date Stamp
Kitware Robot
2017-09-09
1
-1/+1
*
Merge topic 'autogen-digests'
Brad King
2017-09-08
10
-1320/+1458
|
\
|
*
Autogen: Smarter target dependency computation
Sebastian Holtermann
2017-09-07
2
-74/+97
|
*
Autogen: Set CM_DISABLE_COPY in cmQtAutoGenerators
Sebastian Holtermann
2017-09-07
1
-0/+1
|
*
Autogen: Replace CM_AUTO_PTR with std::unique_ptr
Sebastian Holtermann
2017-09-07
1
-6/+5
|
*
Autogen: Refactor logging
Sebastian Holtermann
2017-09-07
3
-265/+373
|
*
Autogen: More use of scoped lambdas
Sebastian Holtermann
2017-09-07
1
-35/+28
|
*
Autogen: More use of scoped lambdas
Sebastian Holtermann
2017-09-07
1
-16/+11
|
*
Autogen: More use of scoped lambdas
Sebastian Holtermann
2017-09-07
2
-118/+96
|
*
Autogen: Use scoped lambdas intead of named functions
Sebastian Holtermann
2017-09-07
1
-29/+26
|
*
Autogen: Touch moc_predefs.h when it's content didn't change
Sebastian Holtermann
2017-09-07
1
-0/+7
|
*
Autogen: Use list of lists functions for UIC options
Sebastian Holtermann
2017-09-07
3
-49/+30
|
*
Autogen: Pass RCC build names and function names in info file
Sebastian Holtermann
2017-09-07
4
-183/+162
|
*
Autogen: Add functions to read/write a list of lists
Sebastian Holtermann
2017-09-07
2
-0/+53
|
*
Autogen: Use single KeyRegExp filter struct
Sebastian Holtermann
2017-09-07
2
-26/+39
|
*
Autogen: Use the same algorithm for RCC and UIC option merging
Sebastian Holtermann
2017-09-07
5
-79/+90
|
*
Autogen: Replace cmsys::SystemTools:: with cmSystemTools::
Sebastian Holtermann
2017-09-07
3
-33/+33
|
*
Autogen: Iterate source files only once
Sebastian Holtermann
2017-09-07
10
-658/+658
*
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-08
1
-1/+1
|
/
*
CMake Nightly Date Stamp
Kitware Robot
2017-09-07
1
-1/+1
*
Merge topic 'static_cast'
Brad King
2017-09-06
4
-6/+6
|
\
|
*
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
4
-6/+6
*
|
Merge topic 'vs-csharp-ref-no-asm'
Brad King
2017-09-06
3
-0/+23
|
\
\
|
*
\
Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asm
Brad King
2017-09-05
3
-0/+23
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
VS: Do not reference output assemblies if not possible for CSharp target
Michael Stürmer
2017-09-05
3
-0/+23
|
|
*
Merge branch 'fix-find-package-mode' into release-3.9
Brad King
2017-08-29
1
-1/+1
|
|
|
\
|
|
*
\
Merge branch 'cpack-dmg-iwyu' into release-3.9
Brad King
2017-08-29
1
-0/+1
|
|
|
\
\
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-06
1
-1/+1
*
|
|
|
|
Merge topic 'update-kwsys'
Brad King
2017-09-05
4
-10/+82
|
\
\
\
\
\
|
*
|
|
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-09-01
4
-10/+82
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-05
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-04
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-03
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-09-02
1
-1/+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'server-refactor'
Brad King
2017-09-01
7
-119/+230
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
server: Added thread check to protect writedata
Justin Berger
2017-08-31
3
-0/+21
|
*
|
|
|
server: Protect several fields from potentially pointing to bad memory
Justin Berger
2017-08-31
2
-1/+7
|
*
|
|
|
server: Added assert to monitor uv_run status
Justin Berger
2017-08-31
1
-2/+10
|
*
|
|
|
server: Made connections in a server have a mutex to avoid use after frees
Justin Berger
2017-08-31
2
-7/+29
|
*
|
|
|
server: Moved buffer formatting into bufferstrategy
Justin Berger
2017-08-31
5
-3/+25
|
*
|
|
|
server: Made stdio connection accept different types of streams
Justin Berger
2017-08-31
3
-57/+112
|
*
|
|
|
server: Remove unused fields / functions
Justin Berger
2017-08-31
2
-22/+1
|
*
|
|
|
server: Fixed minor memory leaks
Justin Berger
2017-08-31
1
-4/+1
|
*
|
|
|
server: Fixed mismatched new/delete; added proper shutdown procedure
Justin Berger
2017-08-31
6
-28/+29
*
|
|
|
|
Merge topic 'vs-std-cxx17-flag-map'
Brad King
2017-09-01
1
-0/+1
|
\
\
\
\
\
|
*
|
|
|
|
VS: Add v141 flag table entry for -std:c++17
Brad King
2017-08-31
1
-0/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'tll-global-unknown-lib'
Brad King
2017-09-01
1
-0/+1
|
\
\
\
\
\
[next]