summaryrefslogtreecommitdiff
path: root/Source/cmHexFileConverter.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Source: change parameters to std::stringVitaly Stakhovsky2019-05-191-3/+3
* Use isxdigit() to determine if a character is a hex digitDevin Nakamura2018-07-131-8/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+3
* Fix newly discovered clang-tidy issuesDaniel Pfeifer2016-10-211-1/+1
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-1/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-123/+82
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Fix warnings in CMake source code.David Cole2009-10-021-2/+4
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-1/+2
* Fix warnings in CMake source code.David Cole2009-09-301-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+2
* COMP: less warnings with msvc8Alexander Neundorf2007-05-291-1/+1
* COMP: fix warning on MSVC 8: conversion from 'size_t' to 'unsigned int', poss...Alexander Neundorf2007-05-281-1/+1
* COMP: less warnings (signed vs. unsigned)Alexander Neundorf2007-05-251-2/+2
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-0/+266