61 Commits (a14b552d893a90329b94d59a9dc72a3e483a1dcb)

Author SHA1 Message Date
Jeff Young b8fd2f3c79 Revert "Don't be pedantic about the file format." 8 years ago
Jeff Young 1537cbc59c Don't be pedantic about the file format. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Konrad Beckmann c4ea54227e Remove redundant statement in DSNLEXER::PopReader 9 years ago
jean-pierre charras c2227abb36 Specctra import: accept layer names like numbers (i.e. +12). 9 years ago
unknown b3b791961a coverity common folder fixes (mainly not initialized members). 11 years ago
Wayne Stambaugh 4c6ca81f2c More Coverity scan error fixes. 11 years ago
jean-pierre charras d83eb11aa6 Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy) 11 years ago
jean-pierre charras 0e996cac9e Pcbnew: fix Bug #1395594 (pcbplotparams parser sensitive to formatting) 11 years ago
Dick Hollenbeck acbe6290c5 switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 12 years ago
Dick Hollenbeck 8c2d3d12fc comment improvements 13 years ago
Dick Hollenbeck 9d6ec5a265 dsnlexer.cpp's isNumber() was recently stupid-ized, un-stupid-ize it. 13 years ago
Dick Hollenbeck caf5fc8d8d DSNLEXER::NextTok() organizes the specctraMode code better, into one if block mostly. 13 years ago
Dick Hollenbeck 44d31a1897 Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction 13 years ago
Dick Hollenbeck 1f9ee2e45e Support for 'initial single line comments' in the pretty footprint format. 13 years ago
Dick Hollenbeck 94338e072f comment 13 years ago
Dick Hollenbeck 0390fbf978 speedups 13 years ago
Dick Hollenbeck 5c98951954 add support for exponents in dsnlexer.cpp's DSN_NUMBER token 13 years ago
Dick Hollenbeck d8f87cca3c factor out isNumber() in dsnlexer.cpp, add support for numbers with exponents, leave commented out for further testing 13 years ago
Dick Hollenbeck 0eae829b11 factor out isNumber() in dsnlexer.cpp, add support for numbers with exponents, leave commented out for further testing 13 years ago
Dick Hollenbeck 000ec33af2 remove temporary debug printf()s I no longer need. 13 years ago
Dick Hollenbeck 9634fa5c07 fix 2 corner case bugs in specctra import 13 years ago
jean-pierre charras 0d41a7a523 All: fix some issues in messages to translate. Remove fully outdated files 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio b525e3be55 Factored out text anchor drawing 13 years ago
Dick Hollenbeck 063907211e more fp_lib_table work, enhance parser 13 years ago
Dick Hollenbeck bb383e22b3 optimize isSpace for negative 8 bit bytes 13 years ago
Dick Hollenbeck 56796a950c *) Use fgetc() technique to avoid strlen() in FILE_LINE_READER::ReadLine(), 13 years ago
jean-pierre charras 3a8bf14c9f Fix an issue (only found using gcc under mingw) in dsnlexer.cpp, using ::isspace( ) function that accepts only a 7 bit ASCII value under gcc/ mingw. 14 years ago
Dick Hollenbeck 3fa7c200b7 Add tools/parser_gen.cpp which is the beginnings of an s-expression parser 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh baa0d7920a EESchema bug fixes and other minor changes (fixes lp:793373). 15 years ago
Dick Hollenbeck f8263c0e62 sweet parser work 15 years ago
Dick Hollenbeck 0093f4f612 ++common: 15 years ago
Dick Hollenbeck 604edcac3a ++all: 15 years ago
Dick Hollenbeck ed8c021f63 ++all: 15 years ago
Dick Hollenbeck 2dd1287141 filter_reader.cpp 15 years ago
Dick Hollenbeck c42af9387d oops 15 years ago
Dick Hollenbeck 62a4072c92 minor bugs 15 years ago
Dick Hollenbeck e5dfd601da changes 15 years ago
Dick Hollenbeck 84ed5f501d ++new: 15 years ago
Dick Hollenbeck d2cc77ac71 see CHANGELOG.txt 15 years ago
Dick Hollenbeck 85477537ce more richio enhancements, /new work, SCH::LIB_TABLE nearly finished 15 years ago
Dick Hollenbeck a7c11a0b11 implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio 15 years ago
Dick Hollenbeck bdbd28a9f4 complete initial version of LIB_TABLE::Parse() 15 years ago
Dick Hollenbeck 067bf8518c change IOError class name spelling to IO_ERROR to conform to coding standards 15 years ago
Dick Hollenbeck 27a02d3226 fully implement nul termination for LINE_READER::ReadLine() 15 years ago
Dick Hollenbeck 8b4cad8a3e make LINE_READERs have dynamic buffer sizes 15 years ago