7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 01:36:56 +00:00
kicad/pcbnew/api
Jeff Young 60a26308ae COMMIT lifetime safety.
If we pass a COMMIT to a posted action, the COMMIT
may no longer exist when the action is run.
Equally problematic, if another COMMIT is pushed
in between we'd probably also run into trouble.

We still allow the API to do this because we don't
have a better solution at present.  But we need
one.
2025-03-29 21:24:08 +00:00
..
api_handler_pcb.cpp COMMIT lifetime safety. 2025-03-29 21:24:08 +00:00
api_handler_pcb.h API: Add board origin setter/getter 2025-02-25 20:13:16 -05:00
api_pcb_enums.cpp Fix a collision with a Windows define and our use of the same var name. 2025-03-02 11:34:30 +01:00
api_pcb_utils.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
api_pcb_utils.h Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00