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
/
cmCreateTestSourceList.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
create_test_sourcelist: Add support for more special characters in paths
Klaas Speller
2022-08-17
1
-3/+1
*
Source: Fix clang -Wunused-but-set-variable warnings
Brad King
2022-04-06
1
-2/+0
*
cmCreateTestSourceList: avoid generating duplicate declarations
Ben Boeckel
2021-02-24
1
-3/+8
*
create_test_sourcelist: fix typo in placeholder name
Sergey Bronnikov
2020-12-21
1
-1/+1
*
configure_file: Add option for user defined permissions
Asit Dhal
2020-10-24
1
-1/+1
*
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-1/+1
*
cmCreateTestSourceList: Port away from cmCommand
Regina Pfeifer
2019-09-12
1
-22/+17
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-8/+5
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-6/+5
*
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-2/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+4
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+1
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-73/+47
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Avoid depending on CMAKE_ROOT cache entry internally (#16015)
Brad King
2016-03-16
1
-2/+1
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-2/+2
*
Run vim spellcheck on some files
Yury G. Kudryashov
2012-02-29
1
-1/+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: Merging changes from branch CMake-SourceFile2-b between tags
Brad King
2007-06-18
1
-19/+7
*
ENH: allow source file properties to chain to Directories and up
Ken Martin
2006-12-13
1
-3/+2
*
ENH: make properties a bit more formal with documentation and chaining
Ken Martin
2006-12-07
1
-0/+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-16/+17
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-23/+29
*
ENH: use GetRequiredDefinition instead of GetDefinition and crash
Bill Hoffman
2004-08-11
1
-1/+1
*
BUG: When creating a test driver, do not remove the old file, so if nothing c...
Andy Cedilnik
2004-05-27
1
-11/+6
*
ENH: make test driver more flexible by using a configured file instead of gen...
Bill Hoffman
2004-04-28
1
-155/+28
*
fix compiler warning
Ken Martin
2003-12-15
1
-1/+0
*
ENH: null terminate at the end of the list
Bill Hoffman
2003-07-03
1
-1/+3
*
undid change because other changes make it no longer neccesary
Ken Martin
2003-06-06
1
-1/+1
*
minor fix
Ken Martin
2003-06-05
1
-1/+1
*
BUG: Generate 0 into test driver instead of NULL.
Brad King
2003-02-05
1
-1/+1
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-6/+4
*
ENH: Improved implementation of MSVC debug hook to only add the hook if DART_...
Brad King
2002-12-11
1
-8/+9
*
ENH: Generate code to setup MSVC debug library hook. The test driver program...
Brad King
2002-12-11
1
-9/+29
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
Rename variables to remove warnings
Andy Cedilnik
2002-10-17
1
-4/+4
*
removed some includes
Ken Martin
2002-09-27
1
-1/+1
*
modified how source files store properties
Ken Martin
2002-08-16
1
-2/+2
*
fixed some compiler warnings and leaks
Ken Martin
2002-08-08
1
-0/+2
*
fixed some compiler warnings and leaks
Ken Martin
2002-08-07
1
-1/+1
*
fixed some compiler warnings and leaks
Ken Martin
2002-08-07
1
-15/+4
*
fixed support for C test programs
Ken Martin
2002-07-31
1
-4/+4
[next]