]> granicus.if.org Git - poly2tri-c/shortlog
poly2tri-c
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
2012-04-27 Barak Itkin1. Add search functions to find a point in a mesh
2012-04-27 Barak Itkin1. Move common functions into shared files
2012-04-26 Barak ItkinAdd code for working with CDTs
2012-04-26 Barak ItkinAdd function for working with triangle circumcircles
2012-04-26 Barak ItkinVarious small API additions
2012-04-26 Barak ItkinImplement P2trMesh
2012-04-26 Barak ItkinMore work on P2trEdge, implement P2trTriangle
2012-04-26 Barak ItkinFix the code of the last commit to make it compile
2012-04-26 Barak ItkinMore work on P2trPoint, and implement P2trEdge
2012-04-21 Barak ItkinAdd the initial code for triangular meshes (Most work...
2012-04-21 Barak ItkinAdd a PSLG (Planar Straight Line Graph) shape
2012-04-21 Barak ItkinAdd Doxygen documentation support
2012-04-21 Barak ItkinAdd more necessary math functions
2012-04-20 Barak ItkinAdd some basic geometric primitives
2012-04-20 Barak ItkinRemove the old triangulation and refinement code
2012-04-20 Barak ItkinCreate different directories for the different parts...
2012-04-20 Barak ItkinImport the code (only) from the GEGL soc-2011-seamless...