next page
r37769 file changeset diff or repo changeset diff igor22023-06-17T03:58:01.415744Z
 
[libcdtr] -Cleanup: remove inline, use portable RND_INLINE instead

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_plugins/sketch_route/sketch_route.c
r37768 file changeset diff or repo changeset diff igor22023-06-17T03:57:27.912136Z
 
[libcdtr] -Fix: there is no local genvector in pcb-rnd's src-3rd, use librnd's

M /trunk/src_3rd/libcdtr/Makefile.dep
M /trunk/src_3rd/libcdtr/Makefile
r36768 file changeset diff or repo changeset diff igor22022-08-30T03:59:17.109623Z
 
[libcdtr] -Fix: missing cast from whatever-coord-type to double in debug print

M /trunk/src_3rd/libcdtr/debug.c
r35769 file changeset diff or repo changeset diff igor22021-10-21T03:18:28.216060Z
 
[libcdtr] -Add: regression tests for the lib compiled with doubles

A /trunk/src_3rd/libcdtr/regression.dbl/poly_only_triangulate.ref
A /trunk/src_3rd/libcdtr/regression.dbl/poly_only_triangulate.cdt
A /trunk/src_3rd/libcdtr/regression.dbl/poly_only.ref
A /trunk/src_3rd/libcdtr/regression.dbl/poly_only.cdt
A /trunk/src_3rd/libcdtr/regression.dbl/Test.sh
r35768 file changeset diff or repo changeset diff igor22021-10-21T03:16:47.641881Z
 
[libcdtr] -Add: Wojciech's fix for floating point precision caused inifinite looping on poly triangulation

M /trunk/src_3rd/libcdtr/cdt.c
r35767 file changeset diff or repo changeset diff igor22021-10-21T03:04:47.833911Z
 
[libcdtr] -Fix: don't hardwire point violation circle radius in debug draw, calculate it from drawing size

A /trunk/src_3rd/libcdtr/regression.dbl
M /trunk/src_3rd/libcdtr/debug.c
r35766 file changeset diff or repo changeset diff igor22021-10-21T02:58:57.186461Z
 
[libcdtr] -Fix: debug draw should use coords and not rely on int

M /trunk/src_3rd/libcdtr/debug.c
r35765 file changeset diff or repo changeset diff igor22021-10-21T02:54:55.001538Z
 
[libcdtr] -Add: tester command for polygon triangulation [libcdtr] -Add: tester command to draw violations in animator

M /trunk/src_3rd/libcdtr/cdt_test.c
r35764 file changeset diff or repo changeset diff igor22021-10-21T02:52:20.395961Z
 
-Add: explain why cdt_triangulate_polygon() is published

M /trunk/src_3rd/libcdtr/cdt.h
r35763 file changeset diff or repo changeset diff igor22021-10-21T02:51:32.034523Z
 
-Add: publish cdt_triangulate_polygon() for testing/debugging

M /trunk/src_3rd/libcdtr/cdt.h
M /trunk/src_3rd/libcdtr/cdt.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
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
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
r18504 file changeset diff or repo changeset diff wojciechk82018-07-18T09:48:31.138715Z
 
[sketch_route] -Fix: typo in DIST2 macro

M /trunk/src_plugins/sketch_route/cdt/cdt.h
r18490 file changeset diff or repo changeset diff wojciechk82018-07-17T23:12:07.083107Z
 
[sketch_route] -Add: list: function returning the last element

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r18408 file changeset diff or repo changeset diff wojciechk82018-07-15T22:22:04.771679Z
 
[sketch_route] -Add: squared distance macro

M /trunk/src_plugins/sketch_route/cdt/cdt.h
r18407 file changeset diff or repo changeset diff wojciechk82018-07-15T22:17:19.360079Z
 
[sketch_route] -Add: ORIENT macro with selectable direction

M /trunk/src_plugins/sketch_route/cdt/cdt.h
r18248 file changeset diff or repo changeset diff wojciechk82018-07-11T22:23:23.291775Z
 
[sketch_route] -Add: macro which returns edge's second endpoint

M /trunk/src_plugins/sketch_route/cdt/cdt.h
r18217 file changeset diff or repo changeset diff wojciechk82018-07-09T21:40:59.475472Z
 
[sketch_route] -Add: list: insert_after_nth func

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r18216 file changeset diff or repo changeset diff wojciechk82018-07-09T21:29:53.668679Z
 
[sketch_route] -Add: list: nth func

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r18215 file changeset diff or repo changeset diff wojciechk82018-07-09T21:22:36.243754Z
 
[sketch_route] -Add: list: get_index func

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r18214 file changeset diff or repo changeset diff wojciechk82018-07-09T21:05:57.090084Z
 
[sketch_route] -Change: make get_edge_from_points() public

M /trunk/src_plugins/sketch_route/cdt/cdt.c
M /trunk/src_plugins/sketch_route/cdt/cdt.h
r18207 file changeset diff or repo changeset diff wojciechk82018-07-08T21:50:05.797636Z
 
[sketch_route] -Add: user data field to cdt point and edge structs

M /trunk/src_plugins/sketch_route/cdt/edge.h
M /trunk/src_plugins/sketch_route/cdt/point.h
r18143 file changeset diff or repo changeset diff wojciechk82018-07-06T13:00:50.980820Z
 
[sketch_route] -Add: list: function for finding item's node

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r18138 file changeset diff or repo changeset diff wojciechk82018-07-06T12:09:42.844492Z
 
[sketch_route] -Move: orientation func/macros from cdt.c to cdt.h

M /trunk/src_plugins/sketch_route/cdt/cdt.c
M /trunk/src_plugins/sketch_route/cdt/cdt.h
r17957 file changeset diff or repo changeset diff wojciechk82018-07-02T11:05:17.909354Z
 
[sketch_route] -Cleanup: set GVT_ELEM_COPY to avoid warnings

M /trunk/src_plugins/sketch_route/cdt/edge.h
M /trunk/src_plugins/sketch_route/cdt/cdt.c
M /trunk/src_plugins/sketch_route/cdt/triangle.h
M /trunk/src_plugins/sketch_route/cdt/point.h
r17956 file changeset diff or repo changeset diff wojciechk82018-07-02T10:55:36.584032Z
 
[sketch_route] -Cleanup: don't redefine list node

M /trunk/src_plugins/sketch_route/cdt/edge.h
M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/triangle.h
M /trunk/src_plugins/sketch_route/cdt/point.h
r17950 file changeset diff or repo changeset diff wojciechk82018-07-02T10:08:48.130384Z
 
[sketch_route] -Fix: don't use non-const initializer list (illegal in C89)

M /trunk/src_plugins/sketch_route/cdt/cdt.c
r17949 file changeset diff or repo changeset diff wojciechk82018-07-02T10:01:31.665131Z
 
[sketch_route] -Fix: format warnings

M /trunk/src_plugins/sketch_route/cdt/cdt.c
r17791 file changeset diff or repo changeset diff wojciechk82018-06-28T10:04:33.719947Z
 
[sketch_route] -Fix: list includes in .c files

M /trunk/src_plugins/sketch_route/cdt/triangle.c
M /trunk/src_plugins/sketch_route/cdt/point.c
M /trunk/src_plugins/sketch_route/cdt/edge.c
r17790 file changeset diff or repo changeset diff wojciechk82018-06-28T10:01:23.636241Z
 
[sketch_route] -Fix: use relative path for list include

M /trunk/src_plugins/sketch_route/cdt/edge.h
M /trunk/src_plugins/sketch_route/cdt/triangle.h
M /trunk/src_plugins/sketch_route/cdt/point.h
r17776 file changeset diff or repo changeset diff wojciechk82018-06-27T21:30:58.775144Z
 
[sketch_route] -Fix: memory alloc errors

M /trunk/src_plugins/sketch_route/cdt/cdt_test.c
M /trunk/src_plugins/sketch_route/cdt/cdt.c
r17775 file changeset diff or repo changeset diff wojciechk82018-06-27T21:19:50.024821Z
 
[sketch_route] -Add: cdt_free function

M /trunk/src_plugins/sketch_route/cdt/cdt_test.c
M /trunk/src_plugins/sketch_route/cdt/cdt.c
M /trunk/src_plugins/sketch_route/cdt/cdt.h
r17774 file changeset diff or repo changeset diff wojciechk82018-06-27T20:50:49.392274Z
 
[sketch_route] -Fix: mistaken variables

M /trunk/src_plugins/sketch_route/cdt/cdt.c
r17773 file changeset diff or repo changeset diff wojciechk82018-06-27T20:46:47.858418Z
 
[sketch_route] -Add: free alloced lists

M /trunk/src_plugins/sketch_route/cdt/cdt.c
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r17772 file changeset diff or repo changeset diff wojciechk82018-06-27T20:12:27.275812Z
 
[sketch_route] -Add: list free()

M /trunk/src_plugins/sketch_route/cdt/list/list.h
M /trunk/src_plugins/sketch_route/cdt/list/list.c
r17771 file changeset diff or repo changeset diff wojciechk82018-06-27T15:09:28.670181Z
 
[sketch_route] -Fix: allow removing duplicated edges that are not constrained

M /trunk/src_plugins/sketch_route/cdt/cdt.c
r17770 file changeset diff or repo changeset diff wojciechk82018-06-27T13:40:49.784743Z
 
[sketch_route] -Fix: reorganize border edges loop, so that removed node is not used in the next iteration

M /trunk/src_plugins/sketch_route/cdt/cdt.c

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