17 Commits (61f1f7d94852d8091488da48430549390c27690c)

Author SHA1 Message Date
Mark Roszko 1082402b33 Convert UNDO_REDO_T to an enum class 5 years ago
jean-pierre charras bc5dcf182f keepout in footprint: fix some crashes and issues. Create a specific type (PCB_MODULE_ZONE_AREA_T) for zones in footprint. The new class (MODULE_ZONE_CONTAINER) is the same as ZONE_CONTAINER, but the type ID is PCB_MODULE_ZONE_AREA_T instead of PCB_ZONE_AREA_T. 6 years ago
Seth Hillbrand c84752b9a7 commit: protect against un-copyable error 7 years ago
Seth Hillbrand 76f151b4d8 Fix issue with prev d83cff63f 8 years ago
Seth Hillbrand d83cff63f6 fix memory leak 8 years ago
Tomasz Włostowski 9932ff32ae refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
Maciej Suminski fe89fdfb24 Removed incorrectly defined assert 9 years ago
Maciej Suminski 984ac70106 Added COMMIT::GetStatus() and minor refactor 9 years ago
Tomasz Włostowski 5c0edbabab Fixes for the connectivity & board cleanup algorithms 9 years ago
Maciej Suminski 74b5858665 Fixed a crash when removing zones using the Global Deletion dialog 9 years ago
Maciej Suminski 6481ff75c9 Changed one of COMMIT::Stage() methods to COMMIT::Modified() 9 years ago
Maciej Suminski 65b1225231 Added CHT_DONE flag to COMMIT::Stage to skip add/remove step 9 years ago
Maciej Suminski 940765f4b3 COMMIT class: removed m_committed flag, added clear() and Empty() methods. 10 years ago
Maciej Suminski b8350f037b COMMIT: Added an interface to store items that already have a copy created. 10 years ago
Maciej Suminski 0223425d30 COMMIT: changed BOOST_FOREACH to for. 10 years ago
Maciej Suminski dac7c5aa1f Store parent object when creating a COMMIT. 10 years ago
Tomasz Wlostowski 9588a7974c Added classes COMMIT & BOARD_COMMIT. 10 years ago