kicad/utils/idftools
Simon Richter ba66f0360a Avoid comparing filepos with integers
The filepos type is not necessarily an integer type, because it also needs
to save the multibyte character state in case we're reading from a stream
with shift states.

The convention of using -1 as a special value is from Unix ftell(), and not
portable. Instead, the stream's failbit needs to be examined after the call
to tellg().
2016-01-17 10:59:08 -05:00
..
idf_examples IDF tools: code cleanup and debugging 2014-06-05 20:37:04 +02:00
CMakeLists.txt Remove Boost library building and other build improvements. 2016-01-03 15:33:09 -05:00
dxf2idf.cpp Apply IDF tools patch from Cirilo Bernardo 2014-02-05 10:27:21 +01:00
dxf2idf.h lib_dxf: Update to version 0.5.13 (previous: 0.5.11) due to a bug (memory leak) fixed in 0.5.13, which has also more comments, and try to fix most of coverity warnings (not initialized class members). 2015-02-24 10:07:40 +01:00
dxf2idfmain.cpp idf tools: code cleanup and debugging 2014-06-01 18:55:53 +02:00
idf2vrml.cpp IDF tool export: fixes a bug in the idf2vrml tool which results in the incorrect rendering of OTHER_OUTLINE sections which are placed on the bottom layer. 2015-07-25 14:51:42 +02:00
idf_common.cpp Some minor fixes and cleanup. 2015-07-03 10:42:47 +02:00
idf_common.h Some minor fixes and cleanup. 2015-07-03 10:42:47 +02:00
idf_cylinder.cpp Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 2015-12-27 13:16:46 +01:00
idf_helpers.cpp Avoid comparing filepos with integers 2016-01-17 10:59:08 -05:00
idf_helpers.h idf tools: code cleanup and debugging 2014-06-01 18:55:53 +02:00
idf_outlines.cpp Fix IDF parse error when final EOL is missing 2016-01-11 23:02:12 -05:00
idf_outlines.h Coverity scan IDF fixes. 2015-02-16 12:45:37 -05:00
idf_parser.cpp Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 2015-12-27 13:16:46 +01:00
idf_parser.h IDF tools: code cleanup and debugging 2014-06-05 20:37:04 +02:00
idf_rect.cpp Add patch about idf export (from cirilo_bernardo) 2014-05-28 08:26:46 +02:00
vrml_layer.cpp Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 2015-12-27 13:16:46 +01:00
vrml_layer.h Coverity scan IDF fixes. 2015-02-16 12:45:37 -05:00