1 Commits (df863e44e20c2eaf96fc4f9129a93b0aa19ca963)

Author SHA1 Message Date
jean-pierre charras 39fc0656d1 move specctra. files in a specific folder specctra_import_export 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
jean-pierre charras c536364f05 Fix a few coverity warnings. very minor other changes. 8 years ago
jean-pierre charras 9bd5522419 Add a gerber test file 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
jean-pierre charras 806e71b17e update 9 years ago
jean-pierre charras c2227abb36 Specctra import: accept layer names like numbers (i.e. +12). 9 years ago
jean-pierre charras 853310da6e Remove duplicate definition of LAYER_PAIR, defined both in gendrill_Excellon_writer.h and specctra.h 9 years ago
jean-pierre charras 30df041de6 fix shadowed local variables 9 years ago
jp-charras 69e4231303 Sch editor and Simulator: close the simulator frame when the schematic editor is closed, to avoid crash, due to the fact the simulator can try to access to a no more existing frame.. 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
jean-pierre charras a4658ab6be Fix a few compil warnings (not used vars, shadowed local vars) 10 years ago
jean-pierre charras bbe42d0f47 Fix very minor issues: compil warnings (mainly deprecated and shadowed vars warnings). 10 years ago
jean-pierre charras 53c031257d Fix a few shadowed local vars, and coding style issues. 10 years ago
unknown eaef5c1043 * Replace questionable wxString::PrintfV() call (which doesn't work reliably on different platforms) with wxString::Format() 10 years ago
unknown bea46ddde3 Fix a regression in session back-import from specctra, broken recently (The symptoms of this regression is that all tracks are moved to the front layer as they are back imported) 10 years ago
unknown 1c8fd8b207 Eeschema: remove the run cvpcb menu entry from eeschema tools menu when running as stand alone. 10 years ago
Wayne Stambaugh 25b9a42ea3 More Coverity scan error fix goodness. 11 years ago
Wayne Stambaugh d1d1e2b58a Lots of Coverity scan error fixes. 11 years ago
Wayne Stambaugh f4d5e349bf Fix a bunch of Coverity scan "unhandled exception" errors. 11 years ago
Wayne Stambaugh f2edf02b35 Coverity error fixes. 11 years ago
Dick Hollenbeck ad750defb6 LAYER_ID work 11 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 11 years ago
maciej. 76aa0ba756 Fix compile errors when wx3.x is built with --enable-stl 12 years ago
Lorenzo Marcantonio e5dae4b149 Fixed LAYER_NUM usage in the specctra code. 13 years ago
Lorenzo Marcantonio 78e41187b3 Moved utilities for angles in trigo.h 13 years ago
Dick Hollenbeck 9634fa5c07 fix 2 corner case bugs in specctra import 13 years ago
Dick Hollenbeck f92cfcaee6 fix compiler warnings, comments, debug crash, and conceptual issues in specctra 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
Dick Hollenbeck 9ae4e60911 start using FILE_LINE_READER( const wxString& ) 13 years ago
Dick Hollenbeck dd519d68ea remove unused #include <wxfstream.h> from several places 13 years ago
Dick Hollenbeck 7c5e42b4d0 switch from STREAM_OUTPUTFORMATTER to FILE_OUTPUTFORMATTER mostly throughout,and minor richio factoring 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck 6d39b53efb try and support Electra *.ses files 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago
Dick Hollenbeck 60ff82bf44 specctra back import of session file can have numeric net names 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 d2cc77ac71 see CHANGELOG.txt 15 years ago
Dick Hollenbeck 5b5db5557d change order of constructor args of DSNLEXER::DSNLEXER() 15 years ago
Dick Hollenbeck 067bf8518c change IOError class name spelling to IO_ERROR to conform to coding standards 15 years ago
Dick Hollenbeck 0267b05938 add PushReader and PopReader to DSNLEXER, make FILE_LINE_READER own its FILE* 15 years ago
Dick Hollenbeck fb0bb79a8d TokenList2DsnLexer.cmake, netform.cpp enhancements 15 years ago
Dick Hollenbeck f285c8295b S-expression in xnode.cpp 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 a6cbee35c5 use Unexpected not Expected 16 years ago
Dick Hollenbeck f3d5c4948b meet Ralph, a big harry template fieldnames patch 16 years ago