summaryrefslogtreecommitdiffstats
path: root/Source/cmHexFileConverter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+2
| | | | Alex
* COMP: less warnings with msvc8Alexander Neundorf2007-05-291-1/+1
| | | | Alex
* COMP: fix warning on MSVC 8: conversion from 'size_t' to 'unsigned int', ↵Alexander Neundorf2007-05-281-1/+1
| | | | | | possible loss of data Alex
* COMP: less warnings (signed vs. unsigned)Alexander Neundorf2007-05-251-2/+2
| | | | Alex
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-251-0/+266
the compiler is completely unknown and even if it produces intel hex or motorola s-record files, with test Alex