previous page
r3790 file changeset diff or repo changeset diff igor22016-10-05T05:46:31.182828Z
 
[io] -Cleanup: startup errors/warnings related to default.pcb or font not found
r3383 file changeset diff or repo changeset diff igor22016-09-17T04:58:14.722548Z
 
[c89] -Del: <stdbool.h> - use pcb_bool.h instead
r3125 file changeset diff or repo changeset diff hzeller2016-09-10T23:44:09.307617Z
 
CheckAndOpenFile(): take const char* filename
r3124 file changeset diff or repo changeset diff hzeller2016-09-10T23:40:51.304880Z
 
o Make filenames passed to SaveXXX() and WriteXXX() functions const char*.
r3118 file changeset diff or repo changeset diff hzeller2016-09-10T23:14:32.270065Z
 
o SaveBufferElements(): make filename const char*
r2928 file changeset diff or repo changeset diff igor22016-09-05T04:26:39.515636Z
 
[io] -Fix: const correctness: file name should not be changed by the plugins
r2925 file changeset diff or repo changeset diff igor22016-09-05T04:08:42.189811Z
 
[io] -Add: format argument in low level "real pcb loader" [io] -Add: format argument in buffer loading
r2923 file changeset diff or repo changeset diff igor22016-09-05T04:01:58.055481Z
 
[io] -Add: optional format argument for LoadPCB (mirrors SavePCB API)
r2644 file changeset diff or repo changeset diff igor22016-08-20T08:24:03.221146Z
 
[io] -Add: format-neutral save priority for io_plugins - used for ordering plugins when there's no format specified yet
r2642 file changeset diff or repo changeset diff igor22016-08-20T08:06:22.843399Z
 
[io] -Add: helper function to list all plugins that can handle a given format for a given I/O type
r2641 file changeset diff or repo changeset diff igor22016-08-20T07:07:00.854632Z
 
[io] -Add: infra for io plugins to provide their default format string and a short description
r2640 file changeset diff or repo changeset diff igor22016-08-20T06:52:25.016224Z
 
[io] -Add: io type in the prio handler API - not all plugins will support all operations at the same priority
r2449 file changeset diff or repo changeset diff igor22016-08-09T06:49:23.721770Z
 
[mods] -Add: import plugin API [mods] -Split: move out netlist read from the io plug code to a separate import plugin [mods] -Cleanup: remove edif stub, convert edif to an import plugin
r2233 file changeset diff or repo changeset diff igor22016-07-14T02:53:56.147030Z
 
-Cleanup: C89 always has atexit() and there's no on_exit
r2224 file changeset diff or repo changeset diff igor22016-07-10T17:19:29.669328Z
 
[mods] -Fix: io plug's format prio function gets the context pointer as first arg
r2223 file changeset diff or repo changeset diff igor22016-07-10T16:02:17.922883Z
 
[mods] -Add: io API to query which modules support a given format
r2222 file changeset diff or repo changeset diff igor22016-07-10T15:33:49.224583Z
 
[mods] -Change: API change: all save-related functions have a const char *fmt that describes the file format; the SaveTo() action has an optional format argument
r2038 file changeset diff or repo changeset diff igor22016-06-24T05:11:28.191027Z
 
[conf] -Add: new config level: CFR_DEFAULTPCB - default.pcb settings are loaded here so it doesn't get reset when a new PCB is loaded onto CFR_DESIGN
r1782 file changeset diff or repo changeset diff igor22016-06-02T03:06:06.652567Z
 
[io_pcb] -Fix: load settings into CFR_DESIGN, not into conf_core; load settings only when requested
r1781 file changeset diff or repo changeset diff igor22016-06-01T17:23:21.666275Z
 
[io_pcb] -Add: declare a field in pcb data to remember which io plugin has loaded a pcb
r1778 file changeset diff or repo changeset diff igor22016-06-01T06:26:25.802738Z
 
[io_pcb] -Add: convert io_pcb into a real replacable plugin
r1776 file changeset diff or repo changeset diff igor22016-06-01T06:18:39.959916Z
 
[io_pcb] -Fix: move real_load_pcb() back from the io_pcb plugin to core - it deals much more about how to work around the global PCB variable than how to interpret the file format
r1775 file changeset diff or repo changeset diff igor22016-06-01T06:01:44.397860Z
 
[io_pcb] -Add: most parse/write calls go through the hook system
r1774 file changeset diff or repo changeset diff igor22016-06-01T05:28:20.490695Z
 
[io_pcb] -Fix: wrong comment
r1773 file changeset diff or repo changeset diff igor22016-06-01T05:23:12.140560Z
 
[io_pcb] -Add: output hook func ptrs
r1770 file changeset diff or repo changeset diff igor22016-06-01T04:11:28.940980Z
 
[io_pcb] -Change: move another layer of generic save (WritePipe vs. save to file) to central plug_io
r1767 file changeset diff or repo changeset diff igor22016-06-01T04:00:45.492022Z
 
[io_pcb] -Add: plug_io API and common prototypes [io_ocb] -Move: common, file-format independent code back from the plugin to plug_io.c

Command line to view the complete history:
svn log -v svn://svn.repo.hu/pcb-rnd/trunk/src/plug_io.h