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
/
CursesDialog
/
cmCursesMainForm.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-11/+6
|
\
|
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-11/+6
*
|
cmSystemTools: MessageCallback and Message() accept std::string argument
Vitaly Stakhovsky
2019-02-07
1
-1/+2
|
/
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-13/+9
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+3
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-4/+4
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-1/+1
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-9/+12
*
ccmake: fix status line buffer overflow on very wide terminals
Tianhao Chai
2018-03-13
1
-1/+1
*
CursesDialog: avoid calling strcpy()
Rolf Eike Beer
2017-09-25
1
-33/+16
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-18/+18
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+1
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
clang-tidy: remove else after break and continue
Daniel Pfeifer
2017-04-21
1
-3/+2
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-4/+2
*
ccmake: Correctly display edit mode and associated keys
Sylvain Joubert
2016-11-15
1
-48/+43
*
ccmake: Add missing spaces to match the previous text length
Sylvain Joubert
2016-11-15
1
-1/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-15/+16
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CursesDialog: include what you use
Daniel Pfeifer
2016-09-03
1
-8/+9
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-2/+2
*
ccmake: Add VIM-like bindings for navigation
Paul Seyfert
2016-08-02
1
-7/+11
*
ccmake: Revise documentation for [d]
Paul Seyfert
2016-08-02
1
-2/+2
*
ccmake: Fix typo in help (it's -> its)
Paul Seyfert
2016-08-02
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-17/+17
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-654/+482
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+2
*
ccmake: Pass format string to 'printw' (#15738)
Joerg Sonnenberger
2015-09-16
1
-8/+9
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-20/+19
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-23/+24
*
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-08
1
-60/+89
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-1/+1
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-90/+61
*
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-06
1
-60/+89
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-1/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-11/+2
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-5/+5
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-2/+2
*
ccmake: Extend clear line.
Nicolas Despres
2012-02-06
1
-1/+1
*
ccmake: Factor clear line.
Nicolas Despres
2012-02-05
1
-6/+5
*
ccmake: Factor toggle key help instructions.
Nicolas Despres
2011-10-23
1
-9/+7
[next]