28 Commits (f59c5a9a26458994124b582f6b17f7b598e8cd60)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jan Wichmann 66d8f5cae4 pcb_calculator: Feature Calculation of voltage regulator with tolerances 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Marek Roszko 3233bbe0ba Make exported date time strings use ISO8601 format 2 years ago
Ian McInerney 708050aa55 pcb_calculator: Some code cleaning 4 years ago
Ian McInerney 1f4955a632 Reorganize the pcb_calculator directory to make it more logical 4 years ago
jean-pierre charras a74851bb5d pcb_calculator rework: move transline panel to its own files panel_transline_xx 4 years ago
jean-pierre charras 0f48522342 pcb_calculator rework: move regulator panel to its own files panel_regulator_xx 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 4c457b5ed3 More NULL expunging. 4 years ago
Ian McInerney e5446f8d7d Remove wx/wx.h include from some pcb calculator headers 4 years ago
Ian McInerney 31e626f279 Cleanup creation of all our smart pointers 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Marek Roszko 2ade8031dc Clean up pcb_calculator includes a bit and rename files 5 years ago
jean-pierre charras 460d1f2a15 pcb_calculator: code cleanup. Remove a few duplicate code. 7 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
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Simon Richter b0f9864bc4 Clean up warnings from exception handlers 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
jean-pierre charras 6a7544a2ca Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 10 years ago
Dick Hollenbeck 4011953455 Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck a93637b14f remove -std=c++0x compiler option since nobody is ready for it, and accordingly back into auto_ptr from unique_ptr 13 years ago
Dick Hollenbeck 9bbff22d96 1) Switch to boost hashtable support from wx macros which did not handle std::string. 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
jean-pierre charras 7ce97878e8 pcb_calculator: enhancement in Regulators page dialog: 14 years ago