previous page | next page
r2597 file changeset diff or repo changeset diff igor22016-08-16T03:36:19.678996Z
 
[core] -Add: central function for looking up a routing style using a sparse list of properties

M /trunk/src/route_style.c
M /trunk/src/route_style.h
r2596 file changeset diff or repo changeset diff igor22016-08-16T03:21:52.329102Z
 
[core] -Cleanup: move route-style specific function from action-oriented set.c to object-oriented route-style.c

M /trunk/src/route_style.c
M /trunk/src/set.c
M /trunk/src/route_style.h
M /trunk/src/set.h
r2595 file changeset diff or repo changeset diff igor22016-08-15T06:37:16.954947Z
 
[w32] -Change: new gtk patch (get demo to compile)

A /trunk/w32/patches/gtk+/02-example.patch
D /trunk/w32/patches/gtk+/01-mousewheel.patch
r2594 file changeset diff or repo changeset diff igor22016-08-15T05:13:11.512031Z
 
-Add: changelog gen script

A /trunk/util/devhelpers/chlog.sh
r2593 file changeset diff or repo changeset diff igor22016-08-15T05:01:59.541840Z
 
[rebranding] -Fix: convert somelines to whole sentences

M /trunk/doc-rnd/index_new.html
r2592 file changeset diff or repo changeset diff igor22016-08-15T05:01:35.724178Z
 
[doc-rnd] -Fix: typos

M /trunk/doc-rnd/contrib.html
r2591 file changeset diff or repo changeset diff igor22016-08-15T04:57:58.015746Z
 
[doc-rnd] -Add: release version from which pcb-rnd runs on mac

M /trunk/doc-rnd/mac.txt
r2590 file changeset diff or repo changeset diff igor22016-08-15T04:56:12.902012Z
 
[rebranding] -Add: link mac.txt

M /trunk/doc-rnd/index_new.html
r2589 file changeset diff or repo changeset diff igor22016-08-15T04:53:40.589012Z
 
[rebranding] -Add: more links [doc-rnd] -Fix: broken link in gpmi

M /trunk/doc-rnd/features/gpmi.html
M /trunk/doc-rnd/index_new.html
r2588 file changeset diff or repo changeset diff igor22016-08-15T04:47:33.703692Z
 
[rebranding] -Add: link motivation [doc-rnd] -Add: recent community building in motivation, plus year intervals for the phases

M /trunk/doc-rnd/index_new.html
M /trunk/doc-rnd/motivation.html
r2587 file changeset diff or repo changeset diff igor22016-08-15T04:42:11.441398Z
 
[rebranding] -Add: feature list (ex-index.html), link it from the new index.html

A /trunk/doc-rnd/features/index.html
M /trunk/doc-rnd/index_new.html
r2586 file changeset diff or repo changeset diff igor22016-08-14T17:08:53.996749Z
 
[doc-rnd] -Add: windows test systems were pro

M /trunk/doc-rnd/windows.txt
r2585 file changeset diff or repo changeset diff igor22016-08-14T17:03:12.237700Z
 
[doc-rnd] -Add: comment about what the user needs and what the developer needs

M /trunk/doc-rnd/windows.txt
r2584 file changeset diff or repo changeset diff igor22016-08-14T17:01:03.277795Z
 
[doc-rnd] -Add: windows experiences

M /trunk/doc-rnd/windows.txt
r2583 file changeset diff or repo changeset diff igor22016-08-14T13:14:10.846867Z
 
[gsch2pcb-rnd] -Fix: do not use non-portable strdup()

M /trunk/util/gsch2pcb-rnd/gsch2pcb.c
r2582 file changeset diff or repo changeset diff igor22016-08-14T12:56:30.554340Z
 
[scconfig] -Del: remaining references to config.auto.h

M /trunk/util/gsch2pcb-rnd/Makefile.in
M /trunk/src/unit.h
r2581 file changeset diff or repo changeset diff igor22016-08-14T12:53:46.860385Z
 
[scconfig] -Update: gts' deps: don't depend on config.auto.h

M /trunk/src_3rd/gts/Makefile.dep
r2580 file changeset diff or repo changeset diff igor22016-08-14T12:46:17.154462Z
 
-Update: deps (mainly for config.auto.h)

M /trunk/src/Makefile.dep
r2579 file changeset diff or repo changeset diff igor22016-08-14T12:45:54.833330Z
 
[gtk] -Fix: compile window placement code as a separate .o

M /trunk/src_plugins/hid_gtk/gui-utils.c
M /trunk/src_plugins/hid_gtk/Plug.tmpasm
r2578 file changeset diff or repo changeset diff igor22016-08-14T12:38:43.508402Z
 
[scconfig] -Cleanup: use config.h.in -> config.h, remove config.auto.h* - no more manual settings, everything is autogenerated

D /trunk/config.h
A /trunk/config.h.in
D /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2577 file changeset diff or repo changeset diff igor22016-08-14T09:32:07.772581Z
 
[scconfig] -Del: last hardwired, TODO-marked #define - everything important is autodetected by scconfig by now

M /trunk/config.auto.h.in
r2576 file changeset diff or repo changeset diff igor22016-08-14T09:29:15.542984Z
 
[scconfig] -Fix: remove direct sys/stat.h and dirent.h includes, use compat_inc.h where really needed

M /trunk/src/plug_io.c
M /trunk/src/conf.c
M /trunk/src/plug_footprint.c
M /trunk/src_plugins/fp_fs/fp_fs.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src_plugins/hid_gtk/gui.h
r2575 file changeset diff or repo changeset diff igor22016-08-14T09:24:55.195657Z
 
[scconfig] -Fix: opendir/readdir is a must

M /trunk/scconfig/hooks.c
r2574 file changeset diff or repo changeset diff igor22016-08-14T09:24:28.638081Z
 
[scconfig] -Add: detect readdir (and opendir) and add includes in compat_inc.h

M /trunk/src/compat_inc.h.in
M /trunk/src/hid_init.c
M /trunk/scconfig/hooks.c
r2573 file changeset diff or repo changeset diff igor22016-08-14T09:21:45.685209Z
 
[scconfig] -Fix: includes: hid_init gets all dl-related system dependent includes through compat_dl.h

M /trunk/src/hid_init.c
r2572 file changeset diff or repo changeset diff igor22016-08-14T09:12:32.713980Z
 
[gerber] -Fix: don't include sys/types.h - not in use

M /trunk/src_plugins/export_gerber/gerber.c
r2571 file changeset diff or repo changeset diff igor22016-08-14T08:59:24.767732Z
 
[gtk] -Fix: <custom> route style name is static

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2570 file changeset diff or repo changeset diff igor22016-08-14T08:56:02.575999Z
 
[gtk] -Fix: disable the route style button when the hidden style is selected

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2569 file changeset diff or repo changeset diff igor22016-08-14T08:42:57.695048Z
 
[TODO] -Add: route style menu bug

M /trunk/doc-rnd/TODO
r2568 file changeset diff or repo changeset diff igor22016-08-14T08:39:16.738278Z
 
[gtk] -Fix: hide hidden route styles from the menu

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2567 file changeset diff or repo changeset diff igor22016-08-14T08:36:14.803642Z
 
[gsch2pcb-rnd] -Fix: link compat_misc for pcb_strdup()

M /trunk/util/gsch2pcb-rnd/Makefile.in
r2566 file changeset diff or repo changeset diff igor22016-08-14T08:25:13.730314Z
 
[gtk] -Add: hide <custom> style button - this allows the route style radio button to be in seemingly unselected state

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2565 file changeset diff or repo changeset diff igor22016-08-14T08:21:37.433350Z
 
[gtk] -Add: a mandatory <custom> route style always created, so that non-matching types can be indicated

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2564 file changeset diff or repo changeset diff igor22016-08-14T07:49:33.210552Z
 
[gtk] -Fix: update bottom style printout when the style changes, even if there's no matching stock style (thanks to miloh for reporting this)

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2563 file changeset diff or repo changeset diff igor22016-08-14T07:24:32.976487Z
 
[gtk] -Add: setstyle bug debug trace

M /trunk/src_plugins/hid_gtk/ghid-route-style-selector.c
r2562 file changeset diff or repo changeset diff igor22016-08-14T06:41:55.273111Z
 
[vendordrill] -Fix: don't include sys/types.h - not needed

M /trunk/src_plugins/vendordrill/vendor.c
r2561 file changeset diff or repo changeset diff igor22016-08-14T06:31:43.594081Z
 
[core] -Cleanup: remove #include sys/types from sources that won't need it

M /trunk/src/misc.c
M /trunk/src/hid_attrib.c
M /trunk/src/netlist.c
M /trunk/src/global.h
M /trunk/src/select.c
r2560 file changeset diff or repo changeset diff igor22016-08-14T05:57:34.220943Z
 
[hid_gtk] -Fix: workarounds for corss-compiling to windows, in the windows-only ifdef branches

M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
r2559 file changeset diff or repo changeset diff igor22016-08-14T05:55:29.305155Z
 
[scconfig] -Add: detect rint()

M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2558 file changeset diff or repo changeset diff igor22016-08-14T04:35:49.058460Z
 
[scconfig] -Del: HAVE_PWD_H -> we have a more sane include contorl by now

M /trunk/config.auto.h.in
r2557 file changeset diff or repo changeset diff igor22016-08-14T04:33:52.847254Z
 
-Update: recipes and build script for newer versions

M /trunk/w32/recipes/glib.recipe
M /trunk/w32/build-all.sh
M /trunk/w32/recipes/gtk+.recipe
M /trunk/w32/recipes/atk.recipe
r2556 file changeset diff or repo changeset diff igor22016-08-13T15:17:35.839810Z
 
[w32] -Add: mpk recipe for pkg-config

A /trunk/w32/recipes/pkg-config.recipe
r2555 file changeset diff or repo changeset diff igor22016-08-13T15:05:46.830862Z
 
[w32] -Update: gd patch dirs

M /trunk/w32/patches/gd/0003-Avoid-conflit-between-libjpeg-and-windows-headers.patch
M /trunk/w32/patches/gd/0001-Export-sysbols-when-building-as-a-DLL.patch
r2554 file changeset diff or repo changeset diff igor22016-08-13T15:05:17.022015Z
 
[w32] -Fix: don't attempt to build pcb-rnd from minipack (policy: minipack builds all deps then we crosscompile pcb-rnd)

M /trunk/w32/build-all.sh
r2553 file changeset diff or repo changeset diff igor22016-08-13T15:04:15.873568Z
 
[w32] -Update: gd and tiff recipes for newer versions

M /trunk/w32/recipes/tiff.recipe
M /trunk/w32/recipes/gd.recipe
r2552 file changeset diff or repo changeset diff igor22016-08-13T15:03:36.259232Z
 
[w32] -Fix: more flexible wget line

M /trunk/w32/tools/mpk-source
r2551 file changeset diff or repo changeset diff igor22016-08-13T14:52:29.228815Z
 
[scconfig] -Add: detect realpath

M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2550 file changeset diff or repo changeset diff igor22016-08-13T14:36:00.148240Z
 
[scconfig] -Add: detect getpwuid

M /trunk/src/compat_inc.h.in
M /trunk/scconfig/Makefile
M /trunk/src/Makefile.dep
M /trunk/src/compat_misc.c
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2549 file changeset diff or repo changeset diff igor22016-08-13T14:24:01.114656Z
 
[fp_fs] -Fix: do not include pwd.h, it's not needed there

M /trunk/src_plugins/fp_fs/fp_fs.c
r2548 file changeset diff or repo changeset diff igor22016-08-13T14:11:58.085057Z
 
[scconfig] -Add: potential includes for mkdir and mkdtemp

M /trunk/src/compat_inc.h.in
r2547 file changeset diff or repo changeset diff igor22016-08-13T14:08:02.451716Z
 
[scconfig] -Add: detect mkdtemp and mkdir/_mkdir, and the number of arguments required for the given mkdir implementation

M /trunk/src/compat_fs.c
M /trunk/src/compat_fs.h
M /trunk/doc-rnd/TODO
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2546 file changeset diff or repo changeset diff igor22016-08-13T13:04:39.089342Z
 
[scconfig] -Add: autodetect whether to use fork/wait or _spawnvp

M /trunk/src/compat_fs.c
M /trunk/src/compat_inc.h.in
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2545 file changeset diff or repo changeset diff igor22016-08-13T10:56:48.212076Z
 
[scconfig] -Add: detect _getcwd() and getwd() as altneratives for getcwd()

M /trunk/src/compat_fs.c
M /trunk/src/compat_inc.h.in
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2544 file changeset diff or repo changeset diff igor22016-08-13T10:13:50.119819Z
 
[scconfig] -Add: detect LoadLibrary() as an alternative to dlopen() [scconfig] -Fix: include sys/wait.h only when wait() is used

M /trunk/src/compat_fs.c
M /trunk/src/compat_dl.c
A /trunk/src/compat_inc.h.in
M /trunk/src/compat_dl.h
M /trunk/src/Makefile.in
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2543 file changeset diff or repo changeset diff igor22016-08-13T09:59:28.436105Z
 
[doc-rnd] -Add: windows cross-compilation notes

A /trunk/doc-rnd/windows.txt
r2542 file changeset diff or repo changeset diff igor22016-08-13T09:57:28.082934Z
 
[scconfig] -Fix: pass on central ./configure parameters intact

M /trunk/configure
r2541 file changeset diff or repo changeset diff igor22016-08-13T08:33:37.109464Z
 
[scconfig] -Del: do not go for GNU_SOURCE - that's not how we aim for portability

M /trunk/config.auto.h.in
r2540 file changeset diff or repo changeset diff igor22016-08-13T08:19:41.405839Z
 
[scconfig] -Del: do not detect and configure logf() and expf(); remove compatibility wrappers too, the code just doesn't need these

M /trunk/src/compat_misc.h
M /trunk/src/compat_misc.c
M /trunk/config.auto.h.in
M /trunk/scconfig/hooks.c
r2539 file changeset diff or repo changeset diff igor22016-08-13T08:15:51.121888Z
 
[scconfig] -Del: no need to define REGEX feature macros: genregex is always there

M /trunk/config.auto.h.in
r2538 file changeset diff or repo changeset diff igor22016-08-13T08:15:20.858405Z
 
[TODO] -Add: note that vendordrill needs regex testing

M /trunk/doc-rnd/TODO
r2537 file changeset diff or repo changeset diff igor22016-08-13T08:09:56.631972Z
 
[vendor] -Change: use genregex instead of POSIX regex for more portability

M /trunk/src_plugins/vendordrill/vendor.c
r2536 file changeset diff or repo changeset diff igor22016-08-13T08:02:37.494638Z
 
[report] -Change: use genregex instead of less portable POSIX regex

M /trunk/src_plugins/report/report.c
r2535 file changeset diff or repo changeset diff igor22016-08-13T07:58:53.621565Z
 
[TODO] -Fix: indent bug

M /trunk/doc-rnd/TODO
r2534 file changeset diff or repo changeset diff igor22016-08-13T07:50:52.058360Z
 
[core] -Del: remaining references to conditional regex support - we always have regex

M /trunk/src/select.h
M /trunk/src/select_act.c
M /trunk/src/conf_core.c
r2533 file changeset diff or repo changeset diff igor22016-08-13T07:48:30.237782Z
 
[core] -Change: netlist() uses more protable genregex

M /trunk/src/netlist.c
r2532 file changeset diff or repo changeset diff igor22016-08-13T07:47:59.800241Z
 
[core] -Fix: regex error handling bug in r2531

M /trunk/src/select.c
r2531 file changeset diff or repo changeset diff igor22016-08-13T07:33:14.242187Z
 
[core] -Change: replace POSIX regex with more portable genregex for select()

M /trunk/src/Makefile.in
M /trunk/src/select.c
r2530 file changeset diff or repo changeset diff igor22016-08-13T04:54:50.382719Z
 
-Add: extern genregex (will replace POSIX regex for better portability)

M /trunk/src_3rd
r2529 file changeset diff or repo changeset diff igor22016-08-13T04:44:52.880334Z
 
-Update: deps

M /trunk/src/Makefile.dep
r2528 file changeset diff or repo changeset diff igor22016-08-13T04:41:24.644207Z
 
-Cleanup: do not use non-portable strdup() and strndup(); use the pcb_ prefixed versions from compat_misc.[ch]; also rename and clean up STRDUP (-> pcb_strdup_null())

M /trunk/src_plugins/hid_lesstif/dialogs.c
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src/mymem.h
M /trunk/src_plugins/report/report.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/hid_actions.c
M /trunk/src/file_act.c
M /trunk/src_plugins/shand_cmd/command.c
M /trunk/src_plugins/fp_wget/gedasymbols.c
M /trunk/src/plug_io.c
M /trunk/src/main.c
M /trunk/src/action_helper.c
M /trunk/src/compat_lrealpath.c
M /trunk/src_plugins/hid_gtk/gui-config.c
M /trunk/src/error.c
M /trunk/src_plugins/export_bom/bom.c
M /trunk/src_plugins/hid_gtk/gtk_conf_list.c
M /trunk/src/compat_misc.c
M /trunk/src/create.c
M /trunk/src_plugins/import_edif/edif.c
M /trunk/src_plugins/hid_gtk/gui-dialog.c
M /trunk/src/hid_cfg.c
M /trunk/src/move.c
M /trunk/src/compat_misc.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/actions/actions.c
M /trunk/src_plugins/import_edif/edif.h
M /trunk/src_plugins/hid_gtk/gui-dialog-print.c
M /trunk/src/find_drc.c
M /trunk/src/select_act.c
M /trunk/src_plugins/fp_fs/fp_fs.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c
M /trunk/src_plugins/import_netlist/import_netlist.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/import_edif/edif.y
M /trunk/src_plugins/hid_lesstif/netlist.c
M /trunk/src_plugins/dbus/dbus.c
M /trunk/src/misc.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src/hid_init.c
M /trunk/src/global.h
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src/change_act.c
M /trunk/src_plugins/io_pcb/attribs.c
M /trunk/src/copy.c
M /trunk/src/netlist.c
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src/conf.c
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src/plugins.c
M /trunk/src/object_act.c
M /trunk/src_plugins/fontmode/fontmode.c
M /trunk/src/rats.c
M /trunk/src/find.c
M /trunk/src_plugins/mincut/rats_mincut.c
M /trunk/src_plugins/mincut/pcb-mincut/load.c
M /trunk/src/compat_fs.c
M /trunk/src/buffer.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src/rats_patch.c
M /trunk/src/hid_nogui.c
M /trunk/src/undo.c
M /trunk/src/plug_footprint.c
M /trunk/src/hid_helper.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src/strflags.c
r2527 file changeset diff or repo changeset diff igor22016-08-13T04:08:13.986355Z
 
[io_pcb] -Fix: do not use non-portable bzero, prefer memset()

M /trunk/src_plugins/io_pcb/parse_y.h
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src_plugins/io_pcb/parse_y.c
r2526 file changeset diff or repo changeset diff igor22016-08-13T04:02:10.872792Z
 
[scconfig] -Del: include sys/param.h - not really used

M /trunk/src/plug_io.c
M /trunk/src/compat_fs.c
M /trunk/src/misc.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/config.auto.h.in
r2525 file changeset diff or repo changeset diff igor22016-08-13T04:00:55.388674Z
 
[gpmi] -Fix: missing include

M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c
r2524 file changeset diff or repo changeset diff igor22016-08-13T03:59:47.216689Z
 
[scconfig] -Fix: fp_fs needs unsitd fo chdir()

M /trunk/src_plugins/fp_fs/fp_fs.c
r2523 file changeset diff or repo changeset diff igor22016-08-13T03:54:36.506884Z
 
[scconfig] -Cleanup: move another GNU-specific detectable to the disabled section

M /trunk/config.auto.h.in
r2522 file changeset diff or repo changeset diff igor22016-08-13T03:51:37.100837Z
 
[scconfig] -Fix: HAVE_UNISTD_H is not conditional, it's C89

M /trunk/config.auto.h.in
r2521 file changeset diff or repo changeset diff igor22016-08-13T03:44:10.231031Z
 
[scconfig] -Fix: lesstif does need unistd.h, for read()

M /trunk/src_plugins/hid_lesstif/main.c
r2520 file changeset diff or repo changeset diff igor22016-08-13T03:41:42.970636Z
 
[scconfig] -Cleanup: unistd.h usage: don't include it from a header, include it only where it's really needed

M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src/compat_fs.c
M /trunk/src_plugins/io_pcb/parse_y.h
M /trunk/src/compat_fs.h
M /trunk/src_plugins/io_pcb/parse_y.c
r2519 file changeset diff or repo changeset diff igor22016-08-13T03:22:37.536535Z
 
[core] -Cleanup: potentially uninitialized object type variable should get a default PCB_TYPE_NONE in change actions, just in case

M /trunk/src/change_act.c
r2518 file changeset diff or repo changeset diff igor22016-08-13T03:20:00.363301Z
 
[scconfig] -Fix: get rid of more unistd.h

M /trunk/src/error.c
M /trunk/src/select.c
r2517 file changeset diff or repo changeset diff igor22016-08-13T03:14:58.506077Z
 
[scconfig] -Cleanup: instead of including unistd.h from all around the code, move getpid beind a compat API

M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src/plug_io.c
M /trunk/src/main.c
M /trunk/src/compat_misc.h
M /trunk/src/error.c
M /trunk/src/misc.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/rubberband.c
M /trunk/src/draw_fab.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src/compat_misc.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src/hid_init.c
r2516 file changeset diff or repo changeset diff igor22016-08-13T02:58:01.415404Z
 
[scconfig] -Cleanup: rearrange config.auto.h template, groupping static defines differently, adding more comments to explain them

M /trunk/config.auto.h.in
r2515 file changeset diff or repo changeset diff igor22016-08-13T02:47:25.587560Z
 
[scconfig] -Fix: proper separation of host and target tools (cp, ln, ar and friends are part of the build system, use the host version)

M /trunk/Makefile.conf.in
M /trunk/src_3rd/gts/Makefile.in
M /trunk/scconfig/hooks.c
r2514 file changeset diff or repo changeset diff igor22016-08-13T02:46:25.667426Z
 
[scconfig] -Fix: use pcb_rand() instead of hardwired random() in autoplace, for portability

M /trunk/src_plugins/autoplace/autoplace.c
r2513 file changeset diff or repo changeset diff igor22016-08-12T07:18:35.073448Z
 
[TODO] -Update: alloca() done

M /trunk/doc-rnd/TODO
r2512 file changeset diff or repo changeset diff igor22016-08-12T06:45:26.695148Z
 
[export_ps] -Cleanup: get rid of non-portable alloca() - polygrid is used rarely, performance penalty of malloc() should not be a problem

M /trunk/src_plugins/export_ps/ps.c
r2511 file changeset diff or repo changeset diff igor22016-08-12T06:28:31.020806Z
 
[devhelpers] -Add: scripts to convert mainline code to pcb-rnd code (name prefixing)

A /trunk/util/devhelpers/subst/subst_const.sh
A /trunk/util/devhelpers/subst/README
A /trunk/util/devhelpers/subst/subst_flags.sh
A /trunk/util/devhelpers/subst
A /trunk/util/devhelpers/subst/subst_objtype.sh
A /trunk/util/devhelpers/subst/subst_mode.sh
r2510 file changeset diff or repo changeset diff igor22016-08-12T06:27:29.501100Z
 
[core] -Cleanup: prefix const macro names

M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/export_ps/eps.c
M /trunk/src_plugins/report/report.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/draw.c
M /trunk/src_plugins/hid_gtk/gui-misc.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src_plugins/hid_gtk/gtkhid-gl.c
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src/polygon.c
M /trunk/src/draw_fab.c
M /trunk/src/crosshair.c
M /trunk/src/search.c
M /trunk/src/unit.c
M /trunk/src/const.h
M /trunk/src_plugins/export_gcode/gcode.c
M /trunk/src/misc.c
M /trunk/src/hid_draw_helpers.c
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src/insert.c
M /trunk/src_plugins/hid_gtk/gtkhid-gdk.c
M /trunk/src_plugins/hid_gtk/gui-pinout-preview.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src/object_act.c
M /trunk/src/macro.h
M /trunk/src_plugins/autoroute/autoroute.c
M /trunk/src_plugins/fontmode/fontmode.c
M /trunk/src/line.c
M /trunk/src/conf_core.c
M /trunk/src/change.c
M /trunk/src/globalconst.h
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src/pcb-printf.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src/route_style.c
M /trunk/src/find_geo.c
M /trunk/src_plugins/io_pcb/parse_y.c
r2509 file changeset diff or repo changeset diff igor22016-08-12T06:17:04.829262Z
 
[core] -Cleanup: prefix pcb flag names

M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/report/report.c
M /trunk/src_plugins/hid_gtk/gui-netlist-window.c
M /trunk/src_plugins/puller/puller.c
M /trunk/src/draw.c
M /trunk/src_plugins/io_pcb/parse_l.c
M /trunk/src/mirror.c
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src_plugins/toporouter/toporouter.c
M /trunk/src/action_helper.c
M /trunk/src/polygon.c
M /trunk/src_plugins/io_pcb/parse_l.l
M /trunk/src/find_lookup.c
M /trunk/src/undo_act.c
M /trunk/src/create.c
M /trunk/src/draw_fab.c
M /trunk/src/move.c
M /trunk/src/find_print.c
M /trunk/src/crosshair.c
M /trunk/src/remove.c
M /trunk/src/search.c
M /trunk/src/thermal.c
M /trunk/src/stub_mincut.c
M /trunk/src/thermal.h
M /trunk/src/find_drc.c
M /trunk/src/global_objs.h
M /trunk/src/const.h
M /trunk/src_plugins/hid_lesstif/netlist.c
M /trunk/src/misc.c
M /trunk/src/hid_draw_helpers.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src/change_act.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src/find_misc.c
M /trunk/src/copy.c
M /trunk/src/netlist.c
M /trunk/src_plugins/hid_gtk/gui-pinout-preview.c
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/rats_act.c
M /trunk/src/object_act.c
M /trunk/src/find_deadcode.c
M /trunk/src/macro.h
M /trunk/src_plugins/autoroute/autoroute.c
M /trunk/src/rats.c
M /trunk/src/drill.c
M /trunk/src/polygon_act.c
M /trunk/src/line.c
M /trunk/src/find.c
M /trunk/src/gui_act.c
M /trunk/src_plugins/mincut/rats_mincut.c
M /trunk/src/change.c
M /trunk/src/rubberband.c
M /trunk/src_plugins/io_pcb/flags.c
M /trunk/src/buffer.c
M /trunk/src/rats_patch.c
M /trunk/src_plugins/io_pcb/flags.h
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/search.c
M /trunk/src/select.c
M /trunk/src/rotate.c
M /trunk/src/undo.h
M /trunk/src/strflags.c
M /trunk/src/find_geo.c
M /trunk/src_plugins/io_pcb/parse_y.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/create.c
r2508 file changeset diff or repo changeset diff igor22016-08-12T06:06:34.060807Z
 
[cocre] -Cleanup: excess in-line doxygen documentation converted to a less irritating format for pcb_flags_t

M /trunk/src/const.h
r2507 file changeset diff or repo changeset diff igor22016-08-12T05:18:53.988411Z
 
[core] -Cleanup: convert flag values from #defines to an enum

M /trunk/src/const.h
r2506 file changeset diff or repo changeset diff igor22016-08-12T04:59:12.052320Z
 
[core] -Cleanup: rename pcb mode values (proper name prefixing)

M /trunk/src_plugins/stroke/stroke.c
M /trunk/src_plugins/hid_gtk/gui-library-window.c
M /trunk/src/main.c
M /trunk/src_plugins/hid_lesstif/library.c
M /trunk/src/line.c
M /trunk/src/change.c
M /trunk/src/misc.c
M /trunk/src/const.h
M /trunk/src/action_helper.c
M /trunk/src_plugins/shand_cmd/command.c
M /trunk/src/remove_act.c
M /trunk/src/polygon_act.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src_plugins/hid_gtk/gui-output-events.c
M /trunk/src_plugins/hid_gtk/gui-misc.c
M /trunk/src/set.c
M /trunk/src/conf_act.c
M /trunk/src/undo_act.c
M /trunk/src/polygon.c
M /trunk/src/gui_act.c
M /trunk/src/global.h
M /trunk/src/crosshair.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/file_act.c
r2505 file changeset diff or repo changeset diff igor22016-08-12T04:49:50.412467Z
 
[core] -Cleanup: convert #define mode magic values to an enum

M /trunk/src/const.h
r2504 file changeset diff or repo changeset diff igor22016-08-12T04:39:45.009604Z
 
-Add: tool to determine how much of the code has changed since the fork

A /trunk/util/devhelpers/chgstat.sh
r2503 file changeset diff or repo changeset diff igor22016-08-12T04:10:28.296369Z
 
[core] -Cleanup: rename pcb object types, prefixing their names properly

M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/report/report.c
M /trunk/src_plugins/hid_gtk/gui-netlist-window.c
M /trunk/src_plugins/puller/puller.c
M /trunk/src_plugins/report/report.h
M /trunk/src/file_act.c
M /trunk/src/draw.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src/mirror.c
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src_plugins/toporouter/toporouter.c
M /trunk/src/action_helper.c
M /trunk/src/polygon.c
M /trunk/src/mirror.h
M /trunk/src/action_helper.h
M /trunk/src/find_lookup.c
M /trunk/src/undo_act.c
M /trunk/src/create.c
M /trunk/src/move.c
M /trunk/src/find_print.c
M /trunk/src/crosshair.c
M /trunk/src/remove.c
M /trunk/src/search.c
M /trunk/src/move.h
M /trunk/src/remove.h
M /trunk/src/select_act.c
M /trunk/src/find_drc.c
M /trunk/src/const.h
M /trunk/src_plugins/hid_lesstif/netlist.c
M /trunk/src/misc.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src/change_act.c
M /trunk/src_plugins/hid_gtk/gui-output-events.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/object.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src/find_misc.c
M /trunk/src/insert.c
M /trunk/src/copy.c
M /trunk/src/netlist.c
M /trunk/src/insert.h
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/copy.h
M /trunk/src/set.c
M /trunk/src/rats_act.c
M /trunk/src/object_act.c
M /trunk/src_plugins/autoroute/autoroute.c
M /trunk/src/rats.c
M /trunk/src/polygon_act.c
M /trunk/src/gui_act.c
M /trunk/src_plugins/mincut/rats_mincut.c
M /trunk/src/find.h
M /trunk/src/change.c
M /trunk/src/rubberband.c
M /trunk/src_plugins/io_pcb/flags.c
M /trunk/src/change.h
M /trunk/src/buffer.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src/select.c
M /trunk/src/rotate.c
M /trunk/src/undo.c
M /trunk/src/select.h
M /trunk/src/rotate.h
M /trunk/src/strflags.c
M /trunk/src_plugins/io_pcb/parse_y.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/create.c
r2502 file changeset diff or repo changeset diff igor22016-08-12T04:07:07.696802Z
 
[TODO] -Update: more infor on SIGPIPE

M /trunk/doc-rnd/TODO
r2501 file changeset diff or repo changeset diff igor22016-08-12T04:06:42.459653Z
 
[scconfig] -Fix: header watchdog for config.h

M /trunk/config.h
r2500 file changeset diff or repo changeset diff igor22016-08-12T03:47:02.595274Z
 
[core] -Cleanup: convert type #defines into an enum (for the type, namespace and debugging)

M /trunk/src/const.h
r2499 file changeset diff or repo changeset diff igor22016-08-12T02:55:58.455254Z
 
[core] -Reduce: replace local color cache hash implementation, use a custom genht hash

M /trunk/src/hid_color.c
M /trunk/doc-rnd/TODO
r2498 file changeset diff or repo changeset diff igor22016-08-11T18:34:06.895424Z
 
[pcb-rnd] -Update: mods3 charts

M /trunk/doc-rnd/mods3/mods.png
M /trunk/doc-rnd/mods3/index.html
M /trunk/doc-rnd/mods3/after.png

Command line to view the complete history:
svn log -v svn://svn.repo.hu/pcb-rnd///tags/1.1.1