2008-10-05StephanePopinet<s.popinetatniwa.co.nz> * Fix for versioning of debian packages2008-07-16StephanePopinet<s.popinetatniwa.co.nz> * Minor fixes for RPM spec file (I. Vari)2008-07-04StephanePopinet<s.popinetatniwa.co.nz> * Fixed typos in RPM spec file (I. Vari)2008-07-01StephanePopinet<s.popinetatniwa.co.nz> * RPM spec updated for Fedora (I. Vari)2008-01-08StephanePopinet<s.popinetatniwa.co.nz> * RPM build fix (I. Vari) Removed %{?_smp_mflags} from make due to intermittent build errors on some SMP systems.2007-12-19StephanePopinet<s.popinetatniwa.co.nz> * RPM spec file fix (Ivan Vari)2007-11-12StephanePopinet<s.popinetatniwa.co.nz> * Fixed package (install) dependencies2007-10-30StephanePopinet<s.popinetatniwa.co.nz> * Added specs for RPM packaging (thanks to Ivan Vari)2007-10-30StephanePopinet<s.popinetatniwa.co.nz> * Added math library for netpbm library check.2007-09-14StephanePopinet<s.popinetatniwa.co.nz> * Explicit check when trying to partition a graph with too few nodes2007-09-12StephanePopinet<s.popinetatniwa.co.nz> * example/volume also computes the area2007-09-12StephanePopinet<s.popinetatniwa.co.nz> * New "all" option for example/set For outputting all combinations of boolean operations.2007-04-13StephanePopinet<s.popinetatniwa.co.nz> * Added math lib to gts.pc2007-02-22StephanePopinet<s.popinetatniwa.co.nz> * Force regeneration of ChangeLog before creating debian package2007-02-14StephanePopinet<s.popinetatniwa.co.nz> * Fix for getopt_long and unknown arguments2007-01-23StephanePopinet<popinetatusers.sf.net> * New function gts_point_in_sphere()2006-11-24StephanePopinet<s.popinetatniwa.co.nz> * Fixed function inlining mess I made all inlined functions "static inline" in the gts.h header file. This should fix the problem when linking GTS with non-optimised objects.2006-10-25StephanePopinet<s.popinetatniwa.co.nz> * Removed g_ptr_array_foreach() call for compatibility with glib-1.22006-10-19StephanePopinet<s.popinetatniwa.co.nz> * Simplified Debian package dependencies To make them compatible with Ubuntu. It's a bit messy though as I am not sure what the issues are with binary compatibility of Ubuntu/Debian libraries etc...2006-10-18StephanePopinet<s.popinetatniwa.co.nz> * Fix for memory leak in GtsEHeap with glib >= 2.10 The GMemChunk glib structure previously used for allocating GtsEHeapPair is deprecated in glib 2.10. Furthermore, it seems that the new slice allocator in glib 2.10 is not backward compatible with GMemChunk (despite what is said in the doc). This causes massive memory leaks. The solution is to use good old g_malloc instead.2006-10-06StephanePopinet<s.popinetatniwa.co.nz> * Fixed autogen.sh for Mac OSX2006-07-13StephanePopinet<s.popinetatniwa.co.nz> * Bug fix in gts_edge_swap() (thanks to Oliver Burghard)2006-03-29StephanePopinet<s.popinetatniwa.co.nz> tagged release_0_7_62006-03-29StephanePopinet<s.popinetatniwa.co.nz> * Updated NEWS for release 0.7.62006-03-24StephanePopinet<s.popinetatniwa.co.nz> * Changed 'gtstransform' to 'transform' in Debian package2006-03-10StephanePopinet<s.popinetatniwa.co.nz> * Marcello's debian patch for ARM and Alpha was breaking floating-point control!2006-03-10StephanePopinet<s.popinetatniwa.co.nz> * Debian snapshot packages were not correctly versioned2006-03-05StephanePopinet<popinetatusers.sf.net> * Removed 'arch' junk2006-02-03StephanePopinet<popinetatusers.sf.net> * Updated macros for automake 1.82006-01-26StephanePopinet<popinetatusers.sf.net> * predicates_init.h has nothing to do in darcs2006-01-26StephanePopinet<popinetatusers.sf.net> * LC_ALL is set to POSIX in all executables This fixes problems when running the tools/examples on non-English systems.2005-12-05StephanePopinet<s.popinetatniwa.co.nz> * Changelog is manual for debian package2005-12-02StephanePopinet<s.popinetatniwa.co.nz> * Debian packages use correct versioning2005-12-01StephanePopinet<s.popinetatniwa.co.nz> * Updated macro docs for new version of gtk-doc2005-12-01StephanePopinet<s.popinetatniwa.co.nz> * Floating-point control for Alpha and ARM (from M. Magallon debian port)2005-12-01StephanePopinet<s.popinetatniwa.co.nz> * Debian snapshot creation (based on Marcelo Magalon official debian packages)2005-11-29StephanePopinet<s.popinetatniwa.co.nz> * Fixed doc for gts_triangle_quality()2005-11-29StephanePopinet<s.popinetatniwa.co.nz> * Removed USE_ROBUST_PREDICATES option (predicates are always robust now)2005-10-17StephanePopinet<s.popinetatniwa.co.nz> tagged 0.7.42005-10-17StephanePopinet<s.popinetatniwa.co.nz> * Doc updates for release 0.7.42005-08-26StephanePopinet<s.popinetatniwa.co.nz> * Fixes for compilation warnings (thanks to Omar Cornut)2005-08-15StephanePopinet<s.popinetatniwa.co.nz> * Cleanup2005-08-14StephanePopinet<popinetatusers.sf.net> * New function gts_bbox_overlaps_segment() Using the same fast routine as gts_bbox_overlaps_triangle() but with a degenerate triangle as input.2005-07-20StephanePopinet<s.popinetatniwa.co.nz> * Removed attribute byte count check for stl2gts2005-07-13StephanePopinet<s.popinetatniwa.co.nz> * Added ChangeLog target2005-07-12StephanePopinet<s.popinetatniwa.co.nz> * Version set to 0.7.4 prior to release2005-07-01StephanePopinet<s.popinetatniwa.co.nz> * GtsFile now reports errors starting at column number 12005-07-01StephanePopinet<s.popinetatniwa.co.nz> * Fix for comments not being fully ignored by GtsFile2005-06-30StephanePopinet<s.popinetatniwa.co.nz> * Fix for customised handling of parsing of GtsFile2005-06-30StephanePopinet<s.popinetatniwa.co.nz> * gts_file_new_from_string() makes a copy of the string2005-06-29StephanePopinet<s.popinetatniwa.co.nz> * Small change to interface of gts_file_new_from_string()2005-06-12StephanePopinet<popinetatusers.sf.net> * new gts_file_new_from_string() function2005-06-10StephanePopinet<s.popinetatniwa.co.nz> * added const qualifier to gts_object_class_from_name()2005-06-07StephanePopinet<s.popinetatniwa.co.nz> * Fixed bug in gts_delaunay_remove_vertex2005-06-07StephanePopinet<s.popinetatniwa.co.nz> * Fix for degenerate case in isotetra_bcl() It handles the degenerate case where an interpolated point falls directly on a mesh vertex (the previous code would generate edges with length zero).2005-06-07StephanePopinet<s.popinetatniwa.co.nz> * Added Magnus to thanks2005-06-07StephanePopinet<s.popinetatniwa.co.nz> * Fixed gts.def2005-06-07StephanePopinet<s.popinetatniwa.co.nz> * Support binary STL files in stl2gts on win322005-05-26StephanePopinet<s.popinetatniwa.co.nz> * Added autogen.sh2005-03-09StephanePopinet<s.popinetatniwa.co.nz> * delaunay is installed2005-01-19StephanePopinet<s.popinetatniwa.co.nz> * Updates for switch to darcs2004-11-15StephanePopinet<popinetatusers.sourceforge.net> * Bug fixes for gts_delaunay_add_constraint (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-12) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-12Keywords: This function was returning destroyed conflicting constraints. Improper handling of special cases in remove_intersected_edge was causing failure in some cases.2004-11-09StephanePopinet<popinetatusers.sourceforge.net> * closest face for glib >= 2.4 did not use planar distance (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-11) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-11Keywords: This was fixed for the glib 1.2 version a while ago.2004-11-04StephanePopinet<popinetatusers.sourceforge.net> * New function gts_triangle_interpolate_height() (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-10) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-10Keywords:2004-10-28StephanePopinet<popinetatusers.sourceforge.net> * Added fast triangle-box intersection test (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-9) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-9Keywords: Written by Tomas Akenine-Moller.2004-10-26StephanePopinet<popinetatusers.sourceforge.net> * New "closed" option for happrox (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-8) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-8Keywords:2004-10-26StephanePopinet<popinetatusers.sourceforge.net> * happrox is installed (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-7) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-7Keywords:2004-10-26StephanePopinet<popinetatusers.sourceforge.net> * New function gts_face_is_compatible (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-6) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-6Keywords:2004-10-18StephanePopinet<popinetatusers.sourceforge.net> * Updates before release 0.7.3 (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-5) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-5Keywords:2004-10-18StephanePopinet<popinetatusers.sourceforge.net> * Added vertex indices in doc/isocube.fig (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-4) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-4Keywords:2004-10-14StephanePopinet<popinetatusers.sourceforge.net> * Simpler and more efficient gts_file_read function (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-3) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-3Keywords:2004-10-11StephanePopinet<popinetatusers.sourceforge.net> * Glib-2.0 and mingwin support (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-2) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-2Keywords: Based on patches by Tim Fenn and others.2004-10-11StephanePopinet<popinetatusers.sourceforge.net> * Interoperability with CVS (s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-1) s.popinet at niwa.co.nz--2004/gts--mainline--0.7--patch-1Keywords:2005-01-19StephanePopinet<s.popinetatniwa.co.nz> * Initial commit (s.popinet at niwa.co.nz--2004/gts--mainline--0.7)