83 Commits (db877e6a00f0d3d2a7c20183b20a112e47856cd4)

Author SHA1 Message Date
Wayne Stambaugh 5c8f4697ca Common folder housekeeping part 1. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Seth Hillbrand 77797103f7 Add ability to embed files in various elements 2 years ago
Marek Roszko f8744b7797 dsnlexer can live in kicommon 2 years ago
Seth Hillbrand bd4c2df3ba Suppress signedness warning 3 years ago
Marek Roszko 2ee6f67892 Handle leading whitespace with std::from_chars 3 years ago
Marek Roszko c418b25756 Centralize the parseDouble functions in the parsers and gcc specialcase 3 years ago
Marek Roszko f695ae5522 Generate const keyword_hash maps at compile time 3 years ago
jean-pierre charras ee5f9034f7 pcb parser: ensure the parser is reinitialized before parsing a new fp file 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Marek Roszko af2707929d Don't leak a wx header via eda_item.h 5 years ago
Ian McInerney ecd9bf696e Be consistent about using nullptr instead of 0 5 years ago
Jonathan Haas 55679be2e3 Fix some typos across the codebase 5 years ago
Werni 0e44f5128c Add const specifiers 5 years ago
Jeff Young 834c7bbe05 Report lexer issues through error reporter. 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
jean-pierre charras 13304d0870 more cleanup about removing useless include 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
jean-pierre charras 9b6ade6b1c Fix a link issue (symbol not found). 5 years ago
Jeff Young f27661fa39 Be more flexible with user input; more multibyte safety. 5 years ago
Jeff Young c415130de9 Improve parse error messages. 6 years ago
Jeff Young 160981ee71 Better error reporting for DRC rule parsing. 6 years ago
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