previous page | next page
r35429 file changeset diff or repo changeset diff igor22021-07-30T10:33:05.653147Z
 
[libucdf] -Change: enable opnening short files (preparation for read support)

M /trunk/src_3rd/libucdf/ucdf.c
r35428 file changeset diff or repo changeset diff igor22021-07-30T10:00:38.290783Z
 
[libucdf] -Add: sequential read of long files

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35427 file changeset diff or repo changeset diff igor22021-07-30T09:29:57.749332Z
 
[libucdf] -Add: preapre for test-printing a long file

M /trunk/src_3rd/libucdf/tester.c
r35426 file changeset diff or repo changeset diff igor22021-07-30T09:21:57.855845Z
 
[libucdf] -Add: close and free all memory used by the context

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35425 file changeset diff or repo changeset diff igor22021-07-30T09:05:53.514050Z
 
[libucdf] -Add: remember minimum size for "long files" and decide and remember if a dir entry is short or long

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35424 file changeset diff or repo changeset diff igor22021-07-30T08:55:47.703395Z
 
[libucdf] -Add: user data field in context and dir structs

M /trunk/src_3rd/libucdf/ucdf.h
r35423 file changeset diff or repo changeset diff igor22021-07-30T08:54:45.394366Z
 
[libucdf] -Cleanup: rename ucdf_file_t to ucdf_ctx_t for more consistent terminology

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35422 file changeset diff or repo changeset diff igor22021-07-30T08:52:20.281173Z
 
[libucdf] -Add: load and build the directory list in memory

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35421 file changeset diff or repo changeset diff igor22021-07-30T06:57:49.422169Z
 
[ucdf] -Cleanup: rename the sat reader main entry: it doesn't read msat only, it reads all sats

M /trunk/src_3rd/libucdf/ucdf.c
r35420 file changeset diff or repo changeset diff igor22021-07-30T06:31:26.279527Z
 
[libucdf] -Add: explain what the SAT really is

M /trunk/src_3rd/libucdf/ucdf.h
r35419 file changeset diff or repo changeset diff igor22021-07-30T06:29:53.498064Z
 
[libucdf] -Fix: properly read short SAT using SAT for 'next'

M /trunk/src_3rd/libucdf/ucdf.c
r35418 file changeset diff or repo changeset diff igor22021-07-30T04:44:46.280288Z
 
[libucdf] -Add: load short SAT

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
r35417 file changeset diff or repo changeset diff igor22021-07-30T04:35:12.702183Z
 
[libucdf] -Add: load the SAT

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
r35416 file changeset diff or repo changeset diff igor22021-07-30T04:25:43.220952Z
 
[libucdf] -Fix: field at header @48 is really the sector ID for the first setor of the directory stream

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
M /trunk/src_3rd/libucdf/tester.c
r35415 file changeset diff or repo changeset diff igor22021-07-30T04:16:04.343354Z
 
[libucdf] -Add: load the MSAT chain

M /trunk/src_3rd/libucdf/ucdf.c
M /trunk/src_3rd/libucdf/ucdf.h
r35414 file changeset diff or repo changeset diff igor22021-07-29T14:47:49.842165Z
 
[libucdf] -Add: load and validate file header

A /trunk/src_3rd/libucdf/ucdf.c
A /trunk/src_3rd/libucdf/Makefile
A /trunk/src_3rd/libucdf/COPYING
A /trunk/src_3rd/libucdf/ucdf.h
A /trunk/src_3rd/libucdf
A /trunk/src_3rd/libucdf/tester.c
r34963 file changeset diff or repo changeset diff igor22021-06-21T08:27:41.655751Z
 
-Add: extern libusearch and its dependency, libprique for netmap

M /trunk/src_3rd
r34839 file changeset diff or repo changeset diff igor22021-06-09T16:35:26.082981Z
 
[qparse] -Cleanup: sign correctness

M /trunk/src_3rd/qparse/qparse.c
r34713 file changeset diff or repo changeset diff igor22021-06-02T08:34:57.013545Z
 
[librnd] -Del: local svn extern of librnd from src_3rd - pcb-rnd is going to depend on independently installed librnd

M /trunk/src_3rd
r34677 file changeset diff or repo changeset diff igor22021-05-21T06:54:38.084563Z
 
[qparse] -Fix: update 'consumed' output to skip over closing parenthesis for function syntax or terminating semicolon

M /trunk/src_3rd/qparse/qparse.c
r34673 file changeset diff or repo changeset diff igor22021-05-15T10:21:59.829755Z
 
[qparse] -Fix: in non-function syntax stray whitespace at the end shouldn't induce an extra empty argument at the end of argv[]

M /trunk/src_3rd/qparse/qparse.c
r33952 file changeset diff or repo changeset diff igor22021-01-28T07:21:16.709410Z
 
[libcdtr] -Fix: compile time option to round point coords to avoid the "points too close" bug and floating point number instability

M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/Makefile
r33951 file changeset diff or repo changeset diff igor22021-01-28T07:13:52.127725Z
 
[libcdtr] -Update: test refs for %f printouts

M /trunk/src_3rd/libcdtr/regression/cedge1.ref
M /trunk/src_3rd/libcdtr/regression/tricky1.ref
M /trunk/src_3rd/libcdtr/regression/octa.ref
M /trunk/src_3rd/libcdtr/regression/polygon.ref
M /trunk/src_3rd/libcdtr/regression/concave.ref
M /trunk/src_3rd/libcdtr/regression/cedge2.ref
M /trunk/src_3rd/libcdtr/regression/points.ref
M /trunk/src_3rd/libcdtr/regression/split_cedge.ref
r33935 file changeset diff or repo changeset diff igor22021-01-25T13:47:14.752277Z
 
[libcdtr] -Fix: tester should print coords as doubles always, that's the only portable way for different coord units

M /trunk/src_3rd/libcdtr/cdt_test.c
r33934 file changeset diff or repo changeset diff igor22021-01-25T09:43:50.293258Z
 
[libcdtr] -Update: license banner copyright years and persons

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/debug.c
r33933 file changeset diff or repo changeset diff igor22021-01-25T09:37:55.774230Z
 
[libcdtr] -Fix: missing copyright banner

M /trunk/src_3rd/libcdtr/cdt_test.c
r33932 file changeset diff or repo changeset diff igor22021-01-25T09:36:57.338699Z
 
[libcdtr] -Split: debug functions to a separate debug.[ch]

M /trunk/src_3rd/libcdtr/cdt.h
A /trunk/src_3rd/libcdtr/debug.h
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/cdt_test.c
M /trunk/src_3rd/libcdtr/Makefile
A /trunk/src_3rd/libcdtr/debug.c
r33930 file changeset diff or repo changeset diff igor22021-01-25T09:25:50.313914Z
 
[libcdtr] -Add: dump_triangles_anim command in the tester and adjacent triangle dump in the lib (by Wojciech)

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/cdt_test.c
r33929 file changeset diff or repo changeset diff igor22021-01-25T09:24:13.480447Z
 
[libcdtr] -Add: dump triangles with their IDs printed in the center (by Wojciecj)

M /trunk/src_3rd/libcdtr/cdt.c
r33857 file changeset diff or repo changeset diff igor22021-01-21T08:43:24.912582Z
 
[libcdtr] -Add: optional trace and replay functionality for debugging how a specific run of triangulation is going wrong

A /trunk/src_3rd/libcdtr/trace.h
A /trunk/src_3rd/libcdtr/trace2cdt.sh
r33856 file changeset diff or repo changeset diff igor22021-01-21T08:41:30.680820Z
 
[libcdtr] -Fix: tester: load bbox parameters as floating point numbers for portability

M /trunk/src_3rd/libcdtr/cdt_test.c
r33827 file changeset diff or repo changeset diff igor22021-01-18T09:11:57.770102Z
 
[libcdtr] -Add: TODO tip for the doc

M /trunk/src_3rd/libcdtr/TODO
r33803 file changeset diff or repo changeset diff igor22021-01-11T10:58:51.548170Z
 
[libcdtr] -Add: minimal stadnard doc: README, AUTHOR, COPYING

A /trunk/src_3rd/libcdtr/README
A /trunk/src_3rd/libcdtr/COPYING
A /trunk/src_3rd/libcdtr/AUTHOR
M /trunk/src_3rd/libcdtr/TODO
r33802 file changeset diff or repo changeset diff igor22021-01-11T09:43:42.757888Z
 
[libcdtr] -Add: an option for compiling the lib and tester with double coords

M /trunk/src_3rd/libcdtr/Makefile
r33801 file changeset diff or repo changeset diff igor22021-01-11T09:32:03.007325Z
 
[libcdtr] -Tune: dump: print coords with more digits to be able to reproduce probably delta-related bug

M /trunk/src_3rd/libcdtr/cdt.c
r33800 file changeset diff or repo changeset diff igor22021-01-11T08:01:29.447193Z
 
[libcdtr] -Add: tester: scale command to help loading floating point coords in an int tester

M /trunk/src_3rd/libcdtr/cdt_test.c
r33799 file changeset diff or repo changeset diff igor22021-01-11T07:43:58.521936Z
 
[libcdtr] -Fix: debug prints should use double and %f for printing coords to be portable across different coord types

M /trunk/src_3rd/libcdtr/cdt.c
r33798 file changeset diff or repo changeset diff igor22021-01-11T07:38:05.425982Z
 
[libcdtr] -Add: tester: include command to ease loading dumps without modification

M /trunk/src_3rd/libcdtr/cdt_test.c
r33797 file changeset diff or repo changeset diff igor22021-01-11T07:33:32.448799Z
 
[libcdtr] -Fix: tester: update cdtr bbox when adding raw points

M /trunk/src_3rd/libcdtr/cdt_test.c
r33796 file changeset diff or repo changeset diff igor22021-01-11T07:27:09.090965Z
 
[libcdtr] -Fix: tester: read point coords as doubles and then convert - this is the only way to get scripts portable across different coord types

M /trunk/src_3rd/libcdtr/cdt_test.c
r33795 file changeset diff or repo changeset diff igor22021-01-11T07:13:23.698984Z
 
[libcdtr] -Add: lib function and tester command for dumping a cdt in cdt_test script format

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/cdt_test.c
r33794 file changeset diff or repo changeset diff igor22021-01-11T06:58:45.634252Z
 
[libcdtr] -Fix: animator dump shouldn't assume coords are integers

M /trunk/src_3rd/libcdtr/cdt.c
r33793 file changeset diff or repo changeset diff igor22021-01-11T06:40:19.998507Z
 
[libcdtr] -Add: raw init that does not add the bbox constrained edges

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/cdt_test.c
r33792 file changeset diff or repo changeset diff igor22021-01-11T06:37:55.550823Z
 
[libdtr] -Fix: copy&paste error in raw trinagle creation (do not create any edge)

M /trunk/src_3rd/libcdtr/cdt_test.c
r33791 file changeset diff or repo changeset diff igor22021-01-11T06:34:45.280394Z
 
[libcdtr] -Add: raw point, edge and triangle creation in the tester, for importing a whole triangulation

M /trunk/src_3rd/libcdtr/cdt_test.c
r33790 file changeset diff or repo changeset diff igor22021-01-11T06:28:27.169749Z
 
[libcdtr] -Add: expose low level edge and triangle creation API (for the tester to be able to load complete triangulations) while keeping the original functions inlineable

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
r33789 file changeset diff or repo changeset diff wojciechk82021-01-10T19:34:33.293537Z
 
[libcdtr] -Update: split_cedge2 regression test reference

M /trunk/src_3rd/libcdtr/regression/split_cedge2.ref
r33788 file changeset diff or repo changeset diff wojciechk82021-01-10T19:32:31.905440Z
 
[libcdtr] -Fix: assign crossing edge when actually found it

M /trunk/src_3rd/libcdtr/cdt.c
r33783 file changeset diff or repo changeset diff igor22021-01-10T05:06:01.159640Z
 
[libcdtr] -Add: TODO

A /trunk/src_3rd/libcdtr/TODO
r33782 file changeset diff or repo changeset diff igor22021-01-10T04:58:55.579794Z
 
[libcdtr] -Add: automated regression tests

A /trunk/src_3rd/libcdtr/regression/split_cedge2.ref
M /trunk/src_3rd/libcdtr/regression/cedge2.cdt
A /trunk/src_3rd/libcdtr/regression/cedge1.ref
M /trunk/src_3rd/libcdtr/regression/points.cdt
M /trunk/src_3rd/libcdtr/regression/split_cedge.cdt
A /trunk/src_3rd/libcdtr/regression/Test.sh
A /trunk/src_3rd/libcdtr/regression/tricky1.ref
A /trunk/src_3rd/libcdtr/regression/out_of_range.ref
M /trunk/src_3rd/libcdtr/regression/cedge1.cdt
A /trunk/src_3rd/libcdtr/regression/octa.ref
A /trunk/src_3rd/libcdtr/regression/polygon.ref
M /trunk/src_3rd/libcdtr/regression/tricky1.cdt
M /trunk/src_3rd/libcdtr/regression/octa.cdt
M /trunk/src_3rd/libcdtr/regression/polygon.cdt
A /trunk/src_3rd/libcdtr/regression/concave.ref
A /trunk/src_3rd/libcdtr/regression/cedge2.ref
A /trunk/src_3rd/libcdtr/regression/points.ref
M /trunk/src_3rd/libcdtr/Makefile
M /trunk/src_3rd/libcdtr/regression/split_cedge2.cdt
A /trunk/src_3rd/libcdtr/regression/split_cedge.ref
M /trunk/src_3rd/libcdtr/regression/concave.cdt
r33781 file changeset diff or repo changeset diff igor22021-01-10T04:54:08.819915Z
 
[libcdtr] -Add: print command prints a header with args in it so printouts can be identified

M /trunk/src_3rd/libcdtr/cdt_test.c
r33780 file changeset diff or repo changeset diff igor22021-01-10T04:49:59.000828Z
 
[libcdtr] -Fix: echo doesn't wrote excess newline

M /trunk/src_3rd/libcdtr/cdt_test.c
r33779 file changeset diff or repo changeset diff igor22021-01-10T04:48:07.917634Z
 
[libcdtr] -Add: tester: print command to dump triangle data in plain text to stdout for regression testing

M /trunk/src_3rd/libcdtr/cdt_test.c
r33778 file changeset diff or repo changeset diff wojciechk82021-01-10T03:25:23.358809Z
 
[libcdtr] -Fix: delete the crossing edge when inserting a point (special case of inserting a point on a boundary edge)

M /trunk/src_3rd/libcdtr/cdt.c
r33777 file changeset diff or repo changeset diff wojciechk82021-01-10T01:52:03.994112Z
 
[libcdtr] -Fix: inserting a point on a boundary edge

M /trunk/src_3rd/libcdtr/cdt.c
r33750 file changeset diff or repo changeset diff igor22021-01-06T04:28:50.844004Z
 
[libcdtr] -Update: comments in the new boundary constrained edge test case to reflect the final setup

M /trunk/src_3rd/libcdtr/regression/split_cedge2.cdt
r33749 file changeset diff or repo changeset diff igor22021-01-06T04:26:44.539221Z
 
[libcdtr] -Add: test case to trigger a bug: inserting a point on a boundary edge

A /trunk/src_3rd/libcdtr/regression/split_cedge2.cdt
r33748 file changeset diff or repo changeset diff igor22021-01-05T07:35:14.435742Z
 
[libcdtr] -Fix: constrained edge split: save old user poitner after the _pre event callback, which may choose to change this field

M /trunk/src_3rd/libcdtr/cdt.c
r33747 file changeset diff or repo changeset diff igor22021-01-05T07:25:36.202652Z
 
[libcdtr] -Add: split constrained edge event

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/regression/split_cedge.cdt
M /trunk/src_3rd/libcdtr/cdt.c
M /trunk/src_3rd/libcdtr/cdt_test.c
r33746 file changeset diff or repo changeset diff igor22021-01-05T07:11:36.921789Z
 
[libcdtr] -Add: example script with 2 out of 3 points out of range

A /trunk/src_3rd/libcdtr/regression/out_of_range.cdt
r33745 file changeset diff or repo changeset diff igor22021-01-05T07:02:50.176979Z
 
[libcdtr] -Fix: don't use assert on point coord out of range, rather return NULL

M /trunk/src_3rd/libcdtr/cdt.c
r33742 file changeset diff or repo changeset diff wojciechk82021-01-04T23:39:24.527151Z
 
[libcdtr] -Add: Another test case with a polygon from a paper about CDT

A /trunk/src_3rd/libcdtr/regression/polygon.cdt
r33741 file changeset diff or repo changeset diff wojciechk82021-01-04T23:37:46.861783Z
 
[libcdtr] -Fix: correct the triangulation boundary size in tricky1.cdt test case

M /trunk/src_3rd/libcdtr/regression/tricky1.cdt
r33740 file changeset diff or repo changeset diff wojciechk82021-01-04T23:35:54.484258Z
 
[libcdtr] -Fix: allow inserting points on constrained edges by splitting them

M /trunk/src_3rd/libcdtr/cdt.c
r33733 file changeset diff or repo changeset diff igor22021-01-04T07:47:02.845464Z
 
[libcdtr] -Add: rewrite the original commented-out-c-source test cases in cdt script

A /trunk/src_3rd/libcdtr/regression/cedge2.cdt
A /trunk/src_3rd/libcdtr/regression/points.cdt
A /trunk/src_3rd/libcdtr/regression/cedge1.cdt
A /trunk/src_3rd/libcdtr/regression/tricky1.cdt
A /trunk/src_3rd/libcdtr/regression/octa.cdt
A /trunk/src_3rd/libcdtr/regression/concave.cdt
r33732 file changeset diff or repo changeset diff igor22021-01-04T07:30:58.949765Z
 
[libcdtr] -Add: tester: ins_cedge can save the new edge using an edge ID [libcdtr] -Add: tester: del_cedge command

M /trunk/src_3rd/libcdtr/cdt_test.c
r33731 file changeset diff or repo changeset diff igor22021-01-04T07:16:19.894925Z
 
[libcdtr] -Add: del_point in the test program

M /trunk/src_3rd/libcdtr/cdt_test.c
r33730 file changeset diff or repo changeset diff igor22021-01-04T06:47:32.142683Z
 
[libcdtr] -Add: implement a free command that frees the triangulation

M /trunk/src_3rd/libcdtr/regression/split_cedge.cdt
M /trunk/src_3rd/libcdtr/cdt_test.c
r33729 file changeset diff or repo changeset diff igor22021-01-04T06:41:51.394783Z
 
[libcdtr] -Add: tester command for animator dumps

M /trunk/src_3rd/libcdtr/regression/split_cedge.cdt
M /trunk/src_3rd/libcdtr/cdt_test.c
r33728 file changeset diff or repo changeset diff igor22021-01-04T06:41:29.732595Z
 
[libcdtr] -Add: animator dump call into a FILE * (instead of stdout)

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
r33727 file changeset diff or repo changeset diff igor22021-01-04T04:45:08.839261Z
 
[libcdtr] -Add: minimal regression test that triggers the assert on splitting constrained edge

A /trunk/src_3rd/libcdtr/regression/split_cedge.cdt
A /trunk/src_3rd/libcdtr/regression
r33726 file changeset diff or repo changeset diff igor22021-01-04T04:41:25.567429Z
 
[libcdtr] -Add: ins_cedge for inserting constrained edges

M /trunk/src_3rd/libcdtr/cdt_test.c
r33725 file changeset diff or repo changeset diff igor22021-01-04T04:35:27.980404Z
 
[libcdtr] -Add: init and ins_point commands

M /trunk/src_3rd/libcdtr/cdt_test.c
r33724 file changeset diff or repo changeset diff igor22021-01-04T04:10:28.832843Z
 
[libcdtr] -Add: rewrite the tester to be command line based; remove hardwired C code tests except for the random test which is invoked using the 'auto' command

M /trunk/src_3rd/libcdtr/cdt_test.c
r33606 file changeset diff or repo changeset diff igor22020-12-25T04:58:01.542202Z
 
-Cleanup: indentation

M /trunk/src_3rd/libcdtr/triangle.h
r33581 file changeset diff or repo changeset diff igor22020-12-22T08:51:00.299337Z
 
-Fix: run ranlib on the .a

M /trunk/src_3rd/libcdtr/Makefile
r33402 file changeset diff or repo changeset diff igor22020-11-27T04:35:34.818561Z
 
[script] -Del: move the plugin to librnd so other ringdove apps have the same scripting

M /trunk/src_3rd
M /trunk/scconfig/Rev.h
M /trunk/src/main.c
M /trunk/scconfig/Rev.tab
M /trunk/scconfig/plugins.h
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
M /trunk/src/Makefile.in
D /trunk/src_plugins/script
r33325 file changeset diff or repo changeset diff igor22020-11-21T10:45:46.320299Z
 
[librnd] -Cleanup: remove local sphash, use librnd's

M /trunk/src_3rd
M /trunk/src/Makefile.in
r33323 file changeset diff or repo changeset diff igor22020-11-21T10:02:44.218052Z
 
[librnd] -Cleanup: remove local puplug extern, use the one offered by librnd

M /trunk/src_3rd
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r33319 file changeset diff or repo changeset diff igor22020-11-21T04:55:43.998338Z
 
[librnd] -Del: lihata externs from src_3rd: these libs are available through librnd

M /trunk/src_3rd
r33306 file changeset diff or repo changeset diff igor22020-11-20T16:28:26.547448Z
 
[librnd] -Cleanup: remove redundant svn externs on 3rd lib, depend more on librnd

M /trunk/src_3rd
M /trunk/src/main.c
D /trunk/src_3rd/libfungwbind
D /trunk/src_3rd/libporty_net
M /trunk/scconfig/Makefile
D /trunk/src_3rd/libuirc
M /trunk/src_plugins/script/Plug.tmpasm
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r33284 file changeset diff or repo changeset diff igor22020-11-20T05:01:29.399548Z
 
[librnd] -Change: switch over from partial extern of librnd to full extern so that a librnd local build can be done later

M /trunk/util/gsch2pcb-rnd/Makefile.in
M /trunk/src_3rd
M /trunk/scconfig/Rev.h
M /trunk/scconfig/Rev.tab
M /trunk/scconfig/Makefile
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r33233 file changeset diff or repo changeset diff igor22020-11-04T16:31:27.277366Z
 
[libcdtr] -Fix: don't include the tester in the .a [libcdtr] -Fix: make coord type configurable

M /trunk/src_3rd/libcdtr/typedefs.h
M /trunk/src_3rd/libcdtr/Makefile
r33232 file changeset diff or repo changeset diff igor22020-11-04T14:18:37.481978Z
 
[libcdtr] -Add: make clean removes .a and omits error message

M /trunk/src_3rd/libcdtr/Makefile
r33231 file changeset diff or repo changeset diff igor22020-11-04T14:17:52.475195Z
 
[libcdtr] -Add: rule to compile a .a

M /trunk/src_3rd/libcdtr/Makefile
r33230 file changeset diff or repo changeset diff igor22020-11-04T14:07:33.607262Z
 
[libcdtr] -Cleanup: remove unused variables from the local tester

M /trunk/src_3rd/libcdtr/cdt_test.c
r33229 file changeset diff or repo changeset diff igor22020-11-04T14:03:54.687008Z
 
[libcdtr] -Add: proper object deps in local compilation

A /trunk/src_3rd/libcdtr/dep.sh
A /trunk/src_3rd/libcdtr/Makefile.dep
M /trunk/src_3rd/libcdtr/Makefile
r33228 file changeset diff or repo changeset diff igor22020-11-04T14:02:05.046895Z
 
[libcdtr] -Add: make clean

M /trunk/src_3rd/libcdtr/Makefile
r33227 file changeset diff or repo changeset diff igor22020-11-04T13:58:43.578693Z
 
[libcdtr] -Fix: make local Makefile portable

M /trunk/src_3rd/libcdtr/Makefile
r33226 file changeset diff or repo changeset diff igor22020-11-04T13:56:02.542874Z
 
[libcdtr] -Fix: make local tester compilable

M /trunk/src_3rd/libcdtr/cdt_test.c
M /trunk/src_3rd/libcdtr/Makefile
r32867 file changeset diff or repo changeset diff igor22020-09-23T16:16:12.434445Z
 
[qparse] -Fix: wrong fsf address in license banner

M /trunk/src_3rd/qparse/qparse.c
r32653 file changeset diff or repo changeset diff igor22020-09-13T07:41:48.864111Z
 
[libcdtr] -Add: license banner: LGPL2 with permission from Wojciech via email

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.c
r32652 file changeset diff or repo changeset diff igor22020-09-13T07:37:47.737657Z
 
-Move: sketch_route's cdt triangulation lib to src_3rd to prepare reuse in route-rnd

M /trunk/src_plugins/sketch_route/spoke.h
M /trunk/src_3rd/libcdtr/point.c
M /trunk/src_3rd/libcdtr/triangle.c
M /trunk/src_3rd/libcdtr/edge.c
A /trunk/src_3rd/libcdtr
M /trunk/src_3rd/libcdtr/point.h
M /trunk/src_plugins/sketch_route/wire.c
M /trunk/src_3rd/libcdtr/triangle.h
M /trunk/src_plugins/sketch_route/sketch_route.c
D /trunk/src_plugins/sketch_route/cdt
M /trunk/src_plugins/sketch_route/Plug.tmpasm
M /trunk/src_3rd/libcdtr/edge.h
M /trunk/src/Makefile.dep
M /trunk/src_plugins/sketch_route/wire.h
r32616 file changeset diff or repo changeset diff igor22020-09-10T05:57:45.876527Z
 
-Move: lbrnd plugins to under src_3rd/librnd/ - this reduces svn externs to a single entry for whole librnd

M /trunk/src_3rd
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r32612 file changeset diff or repo changeset diff igor22020-09-09T15:22:53.985207Z
 
[librnd] -Cleanup: remove per plugin svn extern to librnd, use one, central extern

M /trunk/src_plugins/lib_hid_pcbui/lib_hid_pcbui.c
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src_3rd
M /trunk/src_plugins/Buildin.tmpasm
M /trunk/src_plugins/dialogs/dlg_infobar.c
M /trunk/src_plugins/dialogs/dlg_loadsave.c
M /trunk/src_plugins/lib_hid_pcbui/act.c
M /trunk/scconfig/plugins.h
M /trunk/src_plugins/fp_wget/wget_common.c
M /trunk/src_plugins/dialogs/dlg_pref_win.c
M /trunk/src_plugins
M /trunk/src_plugins/order_pcbway/pcbway.c
M /trunk/src_plugins/map_plugins.sh
M /trunk/src_plugins/dialogs/dialogs.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
M /trunk/scconfig/template/plugin_intconf.tmpasm
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r32609 file changeset diff or repo changeset diff igor22020-09-09T07:43:10.465870Z
 
[scconfig] -Change: move librnd extern from src/ and scconfig/ in a common single extern in src_3rd/

M /trunk/util/gsch2pcb-rnd/Makefile.in
M /trunk/src_3rd
M /trunk/scconfig
M /trunk/util/bxl2txt/Makefile.in
M /trunk/scconfig/Makefile
M /trunk/src/Makefile.dep
M /trunk/src
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r32497 file changeset diff or repo changeset diff igor22020-08-20T11:13:07.262038Z
 
[libuirc] -Cleanup: remove stale debug comment

M /trunk/src_3rd/libuirc/libuirc.c
r32133 file changeset diff or repo changeset diff igor22020-07-03T12:36:54.826792Z
 
[libporty_net] -Fix: make distclean removes generated files

M /trunk/Makefile
M /trunk/src_3rd/libporty_net/Makefile
r31852 file changeset diff or repo changeset diff igor22020-06-11T13:52:09.120386Z
 
[src_3rd] -Fix: repo.hu -> svn.repo.hu

M /trunk/src_3rd/libfungwbind
r31851 file changeset diff or repo changeset diff igor22020-06-11T13:50:47.444725Z
 
[src_3rd] -Fix: use svn.repo.hu instead of repo.hu in extern urls - results in more stable access over migrations

M /trunk/src_3rd

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