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
/
cmDependsJavaParserHelper.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+7
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
cmDependsJavaParserHelper: fix dangling pointer
Daniel Pfeifer
2016-06-20
1
-23/+16
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-202/+131
*
Source: Sort includes the way clang-format would
Brad King
2016-05-03
1
-1/+1
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-4/+4
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-12/+12
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-13/+13
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Fix open solaris build issue with concept checking that breaks std vector for...
Bill Hoffman
2009-09-14
1
-5/+5
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-26/+26
*
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...
Bill Hoffman
2006-03-30
1
-2/+2
*
COMP: Fix warning about printf format and given type.
Brad King
2005-02-03
1
-1/+2
*
COMP: Removed default argument from method definition.
Brad King
2005-01-28
1
-1/+1
*
ENH: Initial import of java parser
Andy Cedilnik
2005-01-28
1
-0/+433