summaryrefslogtreecommitdiff
path: root/Source/cmDependsJavaParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Modernize memory managementMarc Chevrier2020-02-271-6/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+7
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-8/+5
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+3
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-26/+14
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-3/+3
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-3/+3
* | IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* cmDependsJavaParserHelper: fix dangling pointerDaniel Pfeifer2016-06-201-23/+16
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-202/+131
* Source: Sort includes the way clang-format wouldBrad King2016-05-031-1/+1
* 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