summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsJavaParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-12/+12
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-13/+13
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix open solaris build issue with concept checking that breaks std vector for...Bill Hoffman2009-09-141-5/+5
* STYLE: fix line lengthKen Martin2006-05-101-26/+26
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-2/+2
* COMP: Fix warning about printf format and given type.Brad King2005-02-031-1/+2
* COMP: Removed default argument from method definition.Brad King2005-01-281-1/+1
* ENH: Initial import of java parserAndy Cedilnik2005-01-281-0/+433