23 Commits (b8819b4636d8c394b8c0f88879216bb94991a5f9)

Author SHA1 Message Date
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Marek Roszko 19584cfc2e Remove unused hash function 3 years ago
Marek Roszko 5d3609b20b Nix the deprecated binary/unary base class that aren't actually needed 4 years ago
Seth Hillbrand 9a8d1246cc We don't keep a CHANGELOG.TXT 4 years ago
Marek Roszko 5bb6f8c5e3 hashtables.h doesn't need eda_item.h 4 years ago
Ian McInerney f03ca3259e Remove unused Boost code/includes 4 years ago
Jon Evans 4fbbdc31ba Squash clang warnings about hashtables.h 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Wayne Stambaugh a1fae02427 Header clean up round 2. 5 years ago
Marek Roszko b2e9f6987d Split base_struct into eda_item and eda_rect 5 years ago
Dick Hollenbeck e24990146d Pcbnew: major swig fix. 9 years ago
Simon Wells 09ef795a02 Minor coding style fixes in headers 10 years ago
jean-pierre charras c1bbf3ecb4 Temporary back to boost::polygon in 3d-viewer. Fix an assert warning in hashtables.h, when a wxString contains non basic ASCII chars (Bug #1470078). 10 years ago
Maciej Suminski bf80cc770e Changed the way of looking up NETINFO_ITEM using net names (using boost::unordered_map). Added a hash function (wxString) for that. Introduced NETINFO_ITEM::GetNetItem( wxString ). BOARD::FindNet() uses the map. 12 years ago
Dick Hollenbeck e8ad48adf4 more DIALOG_FP_PLUGIN_OPTIONS work, make PROPERTIES a map instead of a hashtable for alphabetical iteration. 12 years ago
Dick Hollenbeck afd6f292e7 *) Switch over to FP_LIB_TABLE::Footprint*() functions. 12 years ago
Dick Hollenbeck 74ce031e62 Set PROPERTIES* into FP_LIB_TABLE::ROW, which is a parsed (binary) form of the 'options'. 12 years ago
Dick Hollenbeck e135b7f669 treat chars as unsigned when hashing 12 years ago
Dick Hollenbeck 44d31a1897 Speed up DSNLEXER::findToken() to such an extent that it resulted in an approximate 13% reduction 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 ffd57d88d7 move all hashtable declarations into include/hashtables.h, prepare for boost usage 14 years ago
Dick Hollenbeck 0cad6e7913 carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago