40 Commits (fd0b364b914b2c3da1f71d5eca8ccc8bdec76182)

Author SHA1 Message Date
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Wayne Stambaugh 4c6ca81f2c More Coverity scan error fixes. 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 11 years ago
Dick Hollenbeck 611592029f fix Inner1.Cu in pcb_parser.cpp, start cvpcb work. 11 years ago
Dick Hollenbeck 4f7c7eb174 Make pretty prettier by striving for single line module pads. Add slick std::string based strprintf(), twice. 12 years ago
Dick Hollenbeck 8c2d3d12fc comment improvements 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 98086a8891 Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
Dick Hollenbeck 5634bc3381 move PCB_PARSER into PCB_IO as a member 13 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 baa0d7920a EESchema bug fixes and other minor changes (fixes lp:793373). 15 years ago
Dick Hollenbeck fa37d84030 sweet parsing of pins started 15 years ago
Dick Hollenbeck f8263c0e62 sweet parser work 15 years ago
Dick Hollenbeck 2cda6f4b4f early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf() 15 years ago
Dick Hollenbeck 604edcac3a ++all: 15 years ago
Dick Hollenbeck 6be7640c41 fix minor /new compile error, swig warnings 15 years ago
Dick Hollenbeck ed8c021f63 ++all: 15 years ago
Dick Hollenbeck 2dd1287141 filter_reader.cpp 15 years ago
Dick Hollenbeck e5dfd601da changes 15 years ago
Dick Hollenbeck 84ed5f501d ++new: 15 years ago
Dick Hollenbeck 85477537ce more richio enhancements, /new work, SCH::LIB_TABLE nearly finished 15 years ago
Dick Hollenbeck bdbd28a9f4 complete initial version of LIB_TABLE::Parse() 15 years ago
Dick Hollenbeck 4f956712e2 fill out more /new files 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
Dick Hollenbeck 3213832411 enhance and better document PopReader() 15 years ago
Dick Hollenbeck 0267b05938 add PushReader and PopReader to DSNLEXER, make FILE_LINE_READER own its FILE* 15 years ago
jean-pierre charras a188f9d06e added orto2 patch 15 years ago
Dick Hollenbeck fb0bb79a8d TokenList2DsnLexer.cmake, netform.cpp enhancements 15 years ago
Dick Hollenbeck 0361ad6a55 factor some pioneering code into a the stable building block class DSNLEXER, generalize expected valued for name and value within the template field parser. 16 years ago
Dick Hollenbeck f3d5c4948b meet Ralph, a big harry template fieldnames patch 16 years ago
stambaughw 143526462c First pass at DSN token file generator and other minor changes. 16 years ago
dickelbeck f1f11cf66d revive target 'dsntest' from common, start exploring pasting text from clipboard, primitively. 16 years ago
dickelbeck a800351eab Switch the LINE_READER being used by DSN_LEXER as owned, and accessible via pointer. 16 years ago
dickelbeck 6700c604aa DSNLEXER now supports: 16 years ago
dickelbeck 58fc9d8f09 layer widget incorporation into pcbnew 16 years ago
dickelbeck ceb6ad1a72 * Factored out the DSNLEXER class so it can be re-used more generally. The 16 years ago