]> granicus.if.org Git - poly2tri-c/shortlog
poly2tri-c
2014-11-15 Barak ItkinMultiple fixes to allow usage with other compilers master
2014-04-02 Barak ItkinFix some unreasonable indentation
2014-04-02 awaw fumincherry-pick the relevant parts of commit 0c92e87f97be...
2014-04-02 awaw fumincherry-pick the relevant parts of commit dd3660fd4418...
2014-02-15 Barak ItkinIntroduce code to import/export a mesh to the OFF format
2013-05-18 Barak ItkinAdd changes according to commit 26242d0aa7b8 in poly2tr...
2013-05-18 Barak ItkinAdd changes according to commit 186e581d4152 in poly2tr...
2012-08-06 Barak ItkinUpdate the Doxygen documentation file p2tc-0.1.0
2012-08-04 Barak ItkinVersion bump towards the first public release!
2012-08-04 Barak ItkinAdd some standard project files (README, COPYING, INSTA...
2012-08-04 Barak ItkinRewrite the main p2tc program to make it more useable
2012-08-04 Barak ItkinRename the main tester program from p2tc-test to p2tc
2012-08-04 Barak ItkinSolve bugs related to removing primitives from their...
2012-08-04 Barak ItkinMajor refactor to the SVG rendering code
2012-08-04 Barak ItkinDocumentation updates for mesh rendering
2012-07-28 Barak ItkinFix a fatal error which caused evaluation of set elemen...
2012-07-28 Barak ItkinRename P2trDelaunayTerminator.mesh to P2trDelaunayTermi...
2012-07-28 Barak ItkinAdd a bit of documentation to mesh object
2012-07-28 Barak ItkinMajor changes to the mesh rendering API
2012-07-28 Barak ItkinMake flip-fixing a bit more efficient by trying to...
2012-07-28 Barak ItkinFix incorrect unref order on removing a triangle (cause...
2012-07-20 Barak ItkinAdd lots of documentation!
2012-07-13 Barak ItkinMake sure hole edges are marked as constrained!
2012-07-07 Barak ItkinConfigure usage of debugging functions and symbols...
2012-07-06 Barak ItkinFix several bugs regarding references to objects
2012-07-06 Barak ItkinFix a wrong no-mesh condition for adding edges/triangles
2012-07-06 Barak ItkinTest whether a new point would encroach segments by...
2012-07-06 Barak ItkinAdd the ability to undo actions on meshes
2012-07-06 Barak ItkinAdd the basic foundations for recording changes in...
2012-07-06 Barak ItkinAdd functions to create and remove virtual edges and...
2012-07-06 Barak ItkinAllow geometric primitives to be added to meshes after...
2012-06-30 Barak ItkinRename FlipSet to VEdgeSet and move it to the VEdge...
2012-06-30 Barak ItkinUse virtual triangles for the delaunay terminator
2012-06-30 Barak ItkinLots of clean up to the flip-fix code, including using...
2012-06-30 Barak ItkinAdd a virtual triangle struct to represent a triangle...
2012-06-30 Barak ItkinFix several reference counting issues
2012-06-30 Barak ItkinFixed a wrong behavior of the cluster finding function
2012-06-30 Barak ItkinFixed a wrong assertion in the visibility checking
2012-06-30 Barak ItkinCritical: Fix a wrong usage of the g_list_cyclic* functions
2012-06-23 Barak ItkinAdd a virtual edge struct to represent an edge that...
2012-06-23 Barak ItkinSeveral API changes for refining meshes
2012-06-16 Barak ItkinMake sure that visibility isn't considered when going...
2012-06-16 Barak Itkin1. Points were accidentally given in CW order (instead...
2012-06-16 Barak ItkinImplement a different version of Lawson's legalization...
2012-06-09 Barak ItkinFix a fatal error in the cluster object, and calm the...
2012-06-03 Barak ItkinAdd changes according to commit acf81f1f1764 in poly2tr...
2012-06-03 Barak ItkinAdd changes according to commit 44e02186c185 in poly2tr...
2012-06-03 Barak ItkinAdd changes according to commit 4f9c0ace716b in poly2tr...
2012-06-02 Barak ItkinFix a compilation error when using automake 1.12
2012-06-02 Barak ItkinAdd a missing refrence to stdio.h
2012-06-02 Barak ItkinFix the header install path to match commit 788b95
2012-06-02 Barak ItkinMove the code of the library itself inside it's own...
2012-06-02 Barak ItkinNest installed headers one level deeper (inside a poly2...
2012-06-02 Barak ItkinAllow freeing a P2trCDT object with freeing it's P2trMe...
2012-06-01 Barak ItkinInstall header files when running make install
2012-06-01 Barak ItkinUpdate the copyright headers in all the code files
2012-06-01 Barak ItkinConvert line endings to unix format (\n instead of...
2012-06-01 Barak ItkinFix bad execute permissions for code files
2012-06-01 Barak ItkinAdd version numbering, pkg-config support and combine...
2012-05-27 Barak ItkinFix another memory leak in the mesh rendering code
2012-05-27 Barak ItkinFix more memory leaks
2012-05-27 Barak ItkinFix a memory leak in the P2trCDT constructor
2012-05-27 Barak ItkinAdd more control to the main test program
2012-05-27 Barak ItkinMany reference-count related fixes, especially to P2trE...
2012-05-27 Barak ItkinRemember to unref mesh objects in several places
2012-05-27 Barak ItkinAdd missing calls to free results in the main program
2012-05-27 Barak ItkinAdd a missing call to free a pointer array in P2tSweepC...
2012-05-27 Barak ItkinSmall fixes to the memory management of P2trDelaunayTer...
2012-05-27 Barak ItkinFree the GOptionContext object in the main program
2012-05-27 Barak ItkinSmall fixes to the memory management of P2trCDT objects
2012-05-27 Barak ItkinRemove an unnecessary check for AR from configure.ac
2012-05-19 Barak ItkinFix a critical bug in p2tr_math_orient2d
2012-05-19 Barak ItkinFix the main program - no need to free stack-allocated...
2012-05-19 Barak ItkinFix a bug in delaunay-terminator.c (comparing removed...
2012-05-19 Barak ItkinFix several bugs in p2tr_mesh_find_point_local2
2012-05-19 Barak ItkinFix a fatal bug in p2tr_cdt_insert_point_into_triangle
2012-05-18 Barak ItkinAdd a bit of documentation to the CDT functions
2012-05-18 Barak ItkinMake functions on point/edge/triangle/mesh return reffe...
2012-05-18 Barak Itkin1. Fix a bug in p2tr_cdt_new (new point was created...
2012-05-18 Barak ItkinAdd both edges to a mesh (self and mirror), and allow...
2012-05-18 Barak ItkinFix the TolerantIsPowerOfTwoLength function
2012-05-18 Barak ItkinFix the configure script to work when the math function...
2012-05-12 Barak Itkin1. Fix a missing call to triangulate in the main test...
2012-05-12 Barak Itkin1. Make the compiler strict with ANSI C
2012-05-12 Barak ItkinFix the cocentric shell split point algorithm to be...
2012-05-12 Barak ItkinMake the C port of the original poly2tri library ANSI...
2012-05-12 Michael Muréupdate .gitignore
2012-05-12 Michael Muréfix hardcoded path for doxygen
2012-05-12 Michael Murémove the m4macros to the more standart and needed m4...
2012-05-12 Michael Muréadd a basic autogen.sh
2012-05-12 Michael Murésome autotools foo to fix compilation on linux
2012-05-05 Barak ItkinFix some small compilation errors
2012-05-05 Barak ItkinUse libtool to build and configure libraries
2012-05-05 Barak ItkinVarious small changes to make the test program compile
2012-05-05 Barak ItkinAdd a basic build system using GNU autotools
2012-05-04 Barak ItkinFix the rendering code to use the library API
2012-05-04 Barak ItkinAPI changes to avoid computing uv coordinates twice
2012-04-27 Barak ItkinCommit the code for the Delaunay Terminator Algorithm
2012-04-27 Barak ItkinAdd edge cluster computation support
2012-04-27 Barak ItkinAdd the necessary predicates for the refinement algorithm
next