2014-10-31 * Howard Butler CAPI: revert #40, which could cause inconsistent object lifetime behavior (23:53:04) * Howard Butler missed a variable substitution on SIDX_LIB_VERSION (21:38:14) 2014-09-29 * Howard Butler Merge pull request #45 from sebastic/soversion (16:26:19) * Bas Couwenberg Fix separate library VERSION and SOVERSION variables. (16:14:43) * Howard Butler doc tweak (08:49:07) * Howard Butler fix up library SOVERSION'ing and issue new release 1.8.4 #44 (08:45:00) 2014-09-20 * Howard Butler point to 1.8.3 release (16:41:15) * Howard Butler increment and prepare for 1.8.3 release (16:27:48) 2014-09-13 * Howard Butler update ChangeLog (18:46:21) 2014-09-11 * Howard Butler Changelog update (10:57:08) * Howard Butler clean up integer warning (10:56:53) * Howard Butler Merge pull request #42 from libspatialindex/issues/42-automake-exports (10:54:58) * Howard Butler Add sidx_export to Makefile.am #42 (10:54:07) 2014-08-27 * Howard Butler Merge pull request #41 from cloudant/capi_mvrtree (10:20:03) 2014-08-26 * Norman Barker fixed typo in MVRIntersects_Count (17:18:32) * Norman Barker added MVR index type to the C API (17:16:03) 2014-08-03 * Howard Butler fix up Release name (14:14:35) 2014-07-28 * Howard Butler unused parameters (10:04:59) * Howard Butler clean up C API for numResults being a uint64_t when it is only possible to specify uint32_t of nResults (09:53:36) * Howard Butler more C API warning cleanups (09:50:55) * Howard Butler leaf node counts are uint32_t, not size_t (09:34:41) * Howard Butler silence condition expression warning 4127 on msvc (09:20:58) * Howard Butler unreferenced parameter cleanup (09:13:36) * Howard Butler nuke assignment and empty constructor of C API Index class (09:13:01) * Howard Butler children count is uint32_t (09:11:04) * Howard Butler clean up LeafQuery visitor id management (09:09:20) * Howard Butler clean up more unused parameters (08:37:24) * Howard Butler fix mismatched type warning (using uint32_t as an id instead of SpatialIndex::id_type (08:37:15) * Howard Butler remove unused and potentially problematic throw specification for DataStream (08:28:49) * Howard Butler export all C API stuff to the DLL (08:23:49) 2014-07-27 * Howard Butler more unreferenced parameter cleanups (23:37:25) * Howard Butler screw 20ad010a1b55a4437b73c805270837c294b57251 and MSVC's dumb C4127 warning (23:36:15) * Howard Butler more unreferenced parameter warnings (23:34:20) * Howard Butler use ;; to denote looping forever to silence C4127 warning on MSVC (23:34:11) * Howard Butler support MSVC 2012 and 2013 (23:30:59) * Howard Butler big unreferenced variable cleanup (23:30:35) * Howard Butler clean up some unreferenced parameters warnings (23:17:14) * Howard Butler Merge branch 'master' of github.com:libspatialindex/libspatialindex (23:03:10) * Howard Butler Merge pull request #40 from libspatialindex/issues/40-capi-property-copying (23:03:04) * Howard Butler clean up file open mode (23:02:48) * Howard Butler bump versions to 1.8.2 in preparation for release (22:59:49) * Howard Butler Update ChangeLog in preparation for release (22:59:21) * Howard Butler add Norman to AUTHORS (22:57:12) * Howard Butler Implement a fix for #40 to maintain pointers to IndexProperty references rather than copying (18:15:38) 2014-07-22 * Howard Butler only do policy check for CMAKE > 2.x (11:25:02) * Howard Butler turn off osx rpath cmake complaint (11:05:29) 2014-07-14 * Howard Butler more cmake quoting #27 (16:07:21) * Howard Butler fix up unfixed LGPL file from test suite (16:07:04) 2014-07-12 * Howard Butler add BUILD_WITH_INSTALL_RPATH target property for OSX (23:59:03) * Howard Butler CMake config quoting #27 (23:50:05) * Howard Butler FSF postal adress update #5 (23:38:24) * Howard Butler support wide character as possible tools::Variant type -- doesn't work yet though (23:32:19) * Howard Butler add VT_PWCHAR to support wide character pointer for the Variant type (23:31:15) * Howard Butler add MSVC 2013 and 2014 defns (23:27:45) * Howard Butler fix redundant checks in destructor #28 (23:25:39) * Howard Butler Remove LDFLAGS from Libs for pkg-config #23 (23:24:32) 2014-05-12 * Howard Butler Merge pull request #38 from cloudant/c_tpr (10:22:16) 2014-05-10 * Norman Barker added temporal function to capi (16:49:28) 2014-05-08 * Howard Butler Merge pull request #37 from cloudant/paging (13:48:51) 2014-05-07 * Norman Barker added paging to all indexes (19:11:58) 2014-03-13 * Howard Butler turn off the unused m_rwLock for now (21:15:39) * Howard Butler switch to int64_t instead of uint64_t when checking result counts (21:15:14) * Howard Butler add newline to end of file (21:07:45) 2014-02-13 * Howard Butler Merge pull request #32 from cloudant/empty_index (19:00:32) * Howard Butler Merge pull request #33 from mlt/nominmax (19:00:07) 2014-02-12 * Mikhail Titov Prevent min/max from windef.h interference (15:09:53) 2014-02-11 * Norman Barker Added support for empty index files (17:46:14) 2013-09-09 * Howard Butler update download location for new release (12:07:03) 2013-08-21 * Howard Butler Merge pull request #26 from cloudant/skip_results (15:32:33) 2013-08-19 * Norman Barker made files protected variables (21:37:25) * Norman Barker added paging and flushing (21:35:32) 2013-07-29 * Norman Barker Added error handling to the C API (20:52:47) 2013-07-25 * Norman Barker Added Result Set Limit so that the number of items can be controlled. (17:58:54) 2013-06-26 * Howard Butler fixups for MSVC2008 compilation (14:17:28) * Howard Butler updates for v1.8.1 release (13:51:45) * Howard Butler Merge branch 'master' of github.com:libspatialindex/libspatialindex (13:44:32) * Howard Butler increment versions in preparation for 1.8.1 release (13:43:28) * Howard Butler Merge pull request #22 from libspatialindex/issues/22-lgpl-fixups (13:40:35) * Howard Butler update licenses for #22 (13:39:34) * Howard Butler Merge branch 'libspatialindex-issues/19-mingw64' (13:26:44) 2013-06-04 * Mateusz Loskot Fix redefinition of integer types for Visual C++ (09:46:51) 2013-05-31 * Mateusz Loskot Add Visual C++ 11.0 support to CMake build (09:23:22) 2013-03-04 * Howard Butler apply Theun's patch for Makefile.am #19 (11:09:25) 2013-02-28 * Howard Butler first pass at fixing issue for Theuns #19 (10:54:56) 2012-12-28 * Howard Butler fix up link to missing file (09:05:56) 2012-12-20 * chrisnatali refactored as suggested by maintainer (11:01:44) 2012-12-10 * chrisnatali Forgot the contains case when checking region-segment intersection (14:38:13) 2012-12-07 * chrisnatali exposed SegmentIntersects functions in capi, fixed test (17:22:08) 2012-12-06 * chrisnatali Updated LineSegment to LineSegment and LineSegment to Region intersection methods and tests. Need to fix LineSegment to Region (17:03:03) * chrisnatali Added GeomUtil and simple tests for segment intersection (14:40:22) 2012-12-12 * Howard Butler update download links (22:20:57) * Howard Butler makefile.vc no longer used -- use cmake build instead (21:48:48) * Howard Butler more release process notes (21:42:30) * Howard Butler bring ChangeLog up to date for 1.8.0 release (21:42:20) * Howard Butler increment release date (21:42:07) * Howard Butler doc updates for 1.8.0 (21:40:50) * Howard Butler doc updates for 1.8.0 (21:40:35) * Howard Butler increment version in preparation for 1.8.0 release (19:54:32) * Howard Butler increment SO_VERSION to 3:0:0 due to adding flush() to C and C++ APIs (19:54:12) 2012-11-16 * Howard Butler define pthread when we have it (11:34:50) * Howard Butler SharedLock was renamed to LockGuard - fix up patch for #15 (11:15:13) 2012-11-15 * Howard Butler Merge branch 'containsWhatQuery' (15:17:18) 2012-11-12 * Howard Butler link to libspatialindex.org (11:02:13) 2012-11-04 * Howard Butler point to http://libspatialindex.org as our new URL (14:10:54) * Howard Butler update to point to http://libspatialindex.github.com (14:06:00) * Howard Butler try again (13:54:58) * Howard Butler adapt a patch for #15 to be able to incorporate a more efficient containsWhatQuery method (12:43:28) * Howard Butler update versions to 1.8.0 in prep for upcoming release (12:31:13) * Howard Butler update versions to 1.8.0 in prep for upcoming release (12:31:03) * Howard Butler update main page to try to get github includes working (11:03:21) * Howard Butler use CMake if you want windows makefiles builds (11:02:30) * Howard Butler update AUTHORS with links to Mattias and Leonard (11:00:53) 2012-10-25 * Howard Butler update licensing of base library to MIT, update docs accordingly (14:06:08) * Howard Butler update licensing of C API (12:18:19) * Howard Butler use local imports for public within-tree public includes #14 (10:49:20) * Howard Butler adapt a patch to fix #12 -- allow cross-compilation on ANDROID (10:22:46) * Howard Butler Merge pull request #8 from booo/master (10:03:27) 2012-07-14 * Marios Hadjieleftheriou Reverted to using pthread mutex and exlusively lock all queries, since fine grain locking using spinlocks was too slow. (09:57:39) * Marios Hadjieleftheriou Reverted to using pthread mutex for all queries, since fine grain locking using spinlocks was too slow. (09:52:34) 2012-07-10 * Howard Butler attempt to use sched_yield for instances where pthread_yield doesn't exist (osx) -- please check this marios (15:54:01) * Howard Butler put #ifdef guards around LockGuard which is only implemented for pthread for now (15:52:32) * Howard Butler add check for pthread (15:52:09) * Howard Butler be explicit about which overloads should be used to silence the warning about implementation hiding (15:51:32) 2012-07-09 * Marios Hadjieleftheriou Added SpinLock to fix multi-threaded support bug. Removed silly non atomic m_rwLock when pthreads is not found. (10:00:41) 2012-04-17 * Howard Butler make sure _c library gets soversion and that we install in include/spatialindex instead of install/libspatialindex (15:36:27) 2012-04-09 * booo src/CMakeLists.txt: fix issue #6 (16:28:50) * booo Merge branch 'master' of https://github.com/libspatialindex/libspatialindex (16:26:48) 2012-04-03 * Marios Hadjieleftheriou Added flush() in IStorageManger interface. (13:10:45) 2012-03-03 * booo autogen.sh: check if libtoolize exists (08:03:59) 2012-02-16 * Marios Hadjieleftheriou replace bzero with memset (09:18:13) 2012-02-07 * Howard Butler add bit depth prefix to library name output (18:19:48) 2011-12-29 * Howard Butler add explicit links to download (08:20:41) 2011-12-09 * Howard Butler add back (copy) of README to placate automake (20:16:38) * Howard Butler increment versions to 1.7.1 in preparation for release (20:11:06) * Howard Butler rename so github renders it (20:08:51) 2011-12-06 * Howard Butler increment soversion for both cmake and autoconf builds (12:32:52) 2011-10-19 * Howard Butler update permissions for #3 (12:41:36) * Howard Butler apply variation of patch in #4 (12:36:34) * Howard Butler update packaging script for #7 (12:33:25) 2011-10-14 * Howard Butler update ChangeLog (12:44:43) * Howard Butler oops, need line separators (12:44:38) * Howard Butler update ChangeLog (12:43:43) * Howard Butler distribut test running scripts too (12:43:33) * Howard Butler update ChangeLog (12:34:57) * Howard Butler newline (12:34:48) * Howard Butler update ChangeLog (12:31:54) * Howard Butler update release date (12:31:43) * Howard Butler update ChangeLog again (12:15:57) * Howard Butler fixes to be able to make things work on msvc 10 (12:12:54) * Howard Butler only redefine c++0x types if we're <= msvc_ver 1500 (12:12:36) * Howard Butler add definition to make sure we export symbols in windows land (12:11:51) * Howard Butler namespace usings and such to satisfy msvc 10 (11:49:40) * Howard Butler more ignores (11:49:24) * Howard Butler check for msvc 10 (11:40:45) * Howard Butler update ChangeLog (11:26:39) * Howard Butler missing reference to file (11:20:14) * Howard Butler missing reference to file (11:19:02) * Howard Butler this file is now gone (11:17:10) * Howard Butler add pkg-config script for libspatialindex -- autoconf build only for now (11:01:17) * Howard Butler typo (10:28:04) * Howard Butler move Makefile.am up (10:23:23) * Howard Butler start fixing up automake include structure (10:20:16) * Howard Butler include was still busted (10:06:05) * Howard Butler fix include path (10:04:08) * Howard Butler add function detection to cmake config (09:25:08) * Howard Butler point to doxygen output (09:14:18) * Howard Butler more doc rearranging (08:53:17) * Howard Butler add doxygen configuration -- run doxygen docs/doxygen/doxygen.conf from the top level directory to get output (08:38:07) * Howard Butler more ignore (08:37:39) * Howard Butler more ignores (08:36:45) 2011-10-13 * Howard Butler a little proposed whitespace normalization -- my terminal isn't 250 characters long :) (21:18:10) * Howard Butler remove SpatialIndexImpl.h, which didn't seem to be used to hide the implementation and was contributing to relative include spaghetti (21:14:01) * Howard Butler #include file deck chair rearrangement (20:54:22) * Howard Butler #include file deck chair rearrangement (20:49:45) * Howard Butler don't add -ansi to clang compiles (16:31:05) * Howard Butler unsigned values can never be <0, no need to test for this (16:30:50) * Howard Butler clean up some warnings that clang found (16:25:05) * Howard Butler unsigned values can never be <0, no need to test for this (16:24:46) 2011-10-11 * Howard Butler regressiontest directory changed names (11:33:56) * Howard Butler rename regressiontest directory to test/ directory for added clarity. maybe next release we can have these test be auto-run with 'make test' (11:20:47) * Howard Butler check for an existing srand48, and if we have it, don't use our local one (11:03:21) * Howard Butler CMake for regressiontests (11:02:45) 2011-10-10 * Howard Butler start organizing docs (23:01:48) * Howard Butler update CMakeLists.txt when releasing too (23:01:37) * Howard Butler c/p fix (23:01:23) * Howard Butler add dummy file (22:38:19) * Howard Butler makefile for sphinx (22:37:20) * Howard Butler more cmake config (22:31:04) * Howard Butler ignore more (22:31:00) * Howard Butler clean up warning (22:30:22) 2011-10-09 * Howard Butler add cmake config (22:59:20) * Howard Butler ignore cmake stuff (22:58:56) 2011-10-06 * Howard Butler attempt 2 on #1 to fix rand in stdlib on newer gcc's (14:32:42) * Howard Butler a fix for #1 because gcc 4.5.2 appears to have these defined in stdlib.h (13:41:09) 2011-09-26 * Howard Butler add documentation for http://libspatialindex.github.com (16:10:17) 2011-09-25 * Howard Butler increment versions in preparation for release (20:44:57) 2011-07-15 * Howard Butler use int64_t for IDs instead of uint64_t's (12:12:48) * Howard Butler clean up warnings (10:55:15) * Howard Butler initialize variables to 0's before we use them (10:51:50) * Howard Butler fix up initialization order (10:48:07) * Howard Butler use -pedantic for compilation (10:42:11) * Howard Butler add .gitignore (10:40:44) 2011-05-18 * Marios Hadjieleftheriou (10:20:08) 2011-03-01 * Marios Hadjieleftheriou (08:50:59) 2011-01-10 * Marios Hadjieleftheriou (09:53:08) 2010-12-04 * Howard Butler bump version in prep for 1.6.1 release (15:22:32) 2010-11-22 * Sean Gillies Fix test of length value (13:53:16) * Howard Butler whitespace normalization (13:23:02) * Sean Gillies Add up deltas for multidimensional input (13:00:24) * Sean Gillies Add up deltas for multidimensional input (12:49:10) * Howard Butler revert r193 (12:46:06) * Howard Butler we should set isPoint to true if we pass our epsilon test -- this didn't work before (10:02:47) 2010-10-14 * Marios Hadjieleftheriou Removed nextUnifromLongDouble. It was incorrect (08:18:23) 2010-10-13 * Marios Hadjieleftheriou Added nextUniformLongDouble (10:10:35) 2010-09-16 * Howard Butler fix #25 and include visual studio files in the release (08:56:14) * Howard Butler bump versions in preparation for release (08:53:22) * Howard Butler bump versions in preparation for release (08:52:38) 2010-06-19 * Howard Butler add Matthias' CustomStorage backend for C API (15:34:19) 2010-04-21 * Howard Butler Add Marios' pagesize diatribe to the docs (13:50:02) 2010-04-12 * Howard Butler update ChangeLog (14:56:52) * Marios Hadjieleftheriou (12:17:47) * Marios Hadjieleftheriou Fixed rtree/BulkLoader infinit loop bug (12:07:13) 2010-03-31 * Howard Butler format and layout normalization (10:33:43) 2010-03-30 * Howard Butler ensure that we instantiate the ivOut with at least the ivIn so we have a properly constructed Tools::Interval #16 (15:18:40) 2010-03-05 * Howard Butler add doc describing how to release (08:19:51) 2010-03-04 * Howard Butler propsets to ignore test output: (20:56:08) * Howard Butler use subdir-objects for automake and rename the make dist output to spatialindex-src (20:53:18) * Howard Butler increment version info in preparation for release (20:52:47) * Howard Butler update for release (19:59:41) * Howard Butler add CountVisitor to the CAPI to provide a cumulation of the number of hits that land within a query (10:33:28) 2010-03-03 * Howard Butler use uint64_t for result counts instead of uint32_t in C API (15:55:09) 2009-12-28 * Howard Butler fix up for gcc 4.4 (20:35:01) 2009-12-04 * Marios Hadjieleftheriou (15:57:15) * Marios Hadjieleftheriou Fixed Region::touchesRegion member function bug. (12:46:19) 2009-11-05 * Howard Butler don't thrown an error when -DDEBUG is on and we initialize an infinite Region (10:26:45) 2009-11-02 * Howard Butler pass in a reference for the query bounds (21:10:46) * Howard Butler try to do no harm when calling Index_Free on something that's null (21:04:49) * Howard Butler pass in a reference for the query bounds (21:00:54) * Howard Butler copy the array using memcpy because we can't free() something created with new (20:15:41) * Howard Butler put the data in a newly malloc'd array to match our std::free call of Index_Delete (19:48:00) * Howard Butler make sure to delete our shape when we're done (15:32:57) * Howard Butler get dimension from the Region, no need to fetch from index properties (15:32:26) * Howard Butler make sure we clean up the bounds and region (14:53:30) * Howard Butler only #include where needed, and not in the global Tools.h file (14:08:16) 2009-10-30 * Howard Butler remove and from Tools.h and include them seperately in each file that needs them (12:09:14) * Howard Butler define to denote we're C API (11:37:11) * Howard Butler add a newline (10:03:47) 2009-10-21 * Howard Butler make sure we use new/delete instead of new/free (21:42:21) * Howard Butler remove namespace pollution of Tools:: into the globally include'd header SpatialIndex.h (12:35:24) 2009-10-20 * Howard Butler bump versions in preparation for release (10:24:18) 2009-10-19 * Howard Butler add SIDX_Version prototype (15:31:14) * Howard Butler ltmain.sh doesn't belong in svn (15:23:59) * Howard Butler Makefile.in's don't belong in svn (15:23:48) * Howard Butler C API compilation fix (13:50:42) * Howard Butler tmpname fixes so we compile on msvc2003 (13:50:31) * Howard Butler don't define a variable to "" or cl will complain (13:29:17) 2009-10-08 * Howard Butler bleaf and bindex switched around in createLevel call (14:32:03) 2009-09-17 * Howard Butler more leaf querying code (15:40:25) 2009-09-16 * Howard Butler add beginnings of leaf querying to C API (13:45:57) 2009-09-15 * Howard Butler remove the duplicate and unnecessary Item construct that was masking the already existing IData interface (22:34:14) 2009-08-31 * Howard Butler support building the c api (10:32:06) 2009-08-24 * Howard Butler fix issue with uint32_t by copying macros from Tools.h (08:25:53) 2009-08-19 * Howard Butler try to ensure -lstdc++ is linked (15:47:58) * Howard Butler ignores (14:56:31) * Howard Butler add C API (not currently built on windows) (11:37:50) * Howard Butler ignore propset (10:25:06) * Howard Butler propsets to ignore test results (10:24:15) 2009-08-18 * Howard Butler locking for Tools::PropertySet (commented out though because it doesn't work (13:07:34) 2009-08-14 * Howard Butler comment out PropertySet locking for now (12:41:31) * Howard Butler use HAVE_PTHREAD_H for #ifdef, make Tools::PropertySet threadsafe for read/write (10:19:40) 2009-08-13 * Marios Hadjieleftheriou (14:10:02) * Marios Hadjieleftheriou (10:42:43) * Marios Hadjieleftheriou 1. Replace size_t with uint32_t to fix 64/32 bit compatibility issues 2. Fixed memory bug related to data array and bulk loading for RTree. (10:24:35) 2009-08-10 * Howard Butler remove #define interface, use class (08:35:22) 2009-08-05 * Howard Butler osgeo4w packaging (20:11:54) * Howard Butler don't redefine interface if it is already defined (/me scowls at windows (15:21:47) * Howard Butler comment out record deletion entirely (14:27:33) * Howard Butler guard against invalid delete (12:58:43) 2009-07-30 * Howard Butler bump version to 1.4.0 in prep for release, add a windows docs to the dist (13:48:52) * Howard Butler Add a CheckFilesExists(Tools::PropertySet&) method instead of the cheap way we were checking for existence before. This takes into account the file extensions and only returns true if both files exist (11:57:21) * Howard Butler move the warning about 4251 down into _MSC_VER (11:56:37) 2009-07-29 * Howard Butler new changelog (22:10:27) * Howard Butler update for new layout. make sure to build dll appropriately (21:32:41) * Howard Butler turn off warning 4251 (16:24:23) * Howard Butler fix #15 and provide a way to determine the library version at compile time (15:57:26) * Howard Butler add back makefile.vc (15:50:19) 2009-07-22 * Howard Butler a note about the debugging lint that is incorrect when the bounds are infinity (14:29:35) * Howard Butler make sure to #include to satisfy gcc 4.3+ (14:24:28) * Marios Hadjieleftheriou (10:23:22) * Marios Hadjieleftheriou (10:18:42) 2009-07-21 * Marios Hadjieleftheriou (08:11:09) 2009-07-20 * Howard Butler attempt to fix #8 and allow users to specify extensions for the dat and idx files of the diskstorage manager (15:32:50) * Howard Butler make sure to update existing values in setProperties instead of assuming it doesn't exist in the map (12:35:36) * Marios Hadjieleftheriou (10:01:52) 2009-07-19 * Marios Hadjieleftheriou (09:51:46) 2009-07-18 * Marios Hadjieleftheriou (20:26:54) * Marios Hadjieleftheriou (20:15:51) * Marios Hadjieleftheriou (20:13:28) * Marios Hadjieleftheriou (20:09:59) * Marios Hadjieleftheriou (20:02:29) * Marios Hadjieleftheriou (17:52:03) * Marios Hadjieleftheriou (17:19:51) * Marios Hadjieleftheriou (17:19:07) 2009-07-15 * Howard Butler apply Willem's patch for #14 (09:39:07) 2009-07-06 * Howard Butler more descriptive and separate exception descriptions for FillFactor inconsistencies (17:23:39) * Howard Butler silence warnings about windows compiler complaints on non-windows systems (09:38:20) 2009-05-28 * Howard Butler rename dlls to not have lib* in front of them (12:52:06) * Howard Butler A much improved windows makefile based in libLAS' (11:31:33) * Howard Butler On MSVC, just about every class complains about 4250, inheritance by dominance. We'll just shut that up for now. (11:31:04) 2009-05-14 * Howard Butler apply Patrick Mézard's patch for the inverted use of mktemp on windows #13 (13:26:54) * Howard Butler Fix #12, add time.h so msvc9 works (13:21:20) 2009-05-04 * Howard Butler apply the patch for #11 - cstring and limits includes so gcc 4.3+ works (12:10:20) 2008-05-30 * Marios Hadjieleftheriou (14:42:57) 2008-05-23 * Marios Hadjieleftheriou (13:27:25) * Marios Hadjieleftheriou (12:55:19) * Marios Hadjieleftheriou (12:28:17) 2008-05-18 * Marios Hadjieleftheriou (07:35:58) 2008-04-30 * Howard Butler propset to ignore aclocal.m4 (00:39:52) * Howard Butler aclocal.m4 is autogenerated. removing (00:39:18) * Howard Butler set svn:ignore properties for autogenerated files and automake cruft (00:35:53) * Howard Butler delete Makefile.in's from source tree. Use autogen.sh to remake them if building from svn source yourself (00:27:52) * Howard Butler add rand48.h to dist target (00:26:18) 2008-04-29 * Marios Hadjieleftheriou (14:47:25) * Marios Hadjieleftheriou (13:17:22) * Marios Hadjieleftheriou (13:06:31) * Marios Hadjieleftheriou (13:03:50) * Marios Hadjieleftheriou (11:36:51) * Marios Hadjieleftheriou (11:36:38) * Marios Hadjieleftheriou (11:36:22) * Marios Hadjieleftheriou Fixex malloc memory leak. (10:40:31) * Marios Hadjieleftheriou Fixed malloc memory leak (10:40:11) 2008-02-26 * Howard Butler oops. Add missing file (10:15:43) * Howard Butler oops. Add missing file (10:14:56) 2008-01-25 * Howard Butler Initial push of windows patches (13:43:36) 2008-01-23 * Marios Hadjieleftheriou (10:25:52) 2008-01-21 * Marios Hadjieleftheriou (08:19:44) 2008-01-19 * Howard Butler bump version to 1.3 (14:51:44) * Howard Butler Add an auto-generated ChangeLog (12:42:27) * Howard Butler add myself and some notes (12:37:39) * Howard Butler update to ReST (12:36:26) * Howard Butler update ReST (12:09:45) * Howard Butler update ReST (12:09:16) * Howard Butler update ReST (12:03:40) * Howard Butler update ReST (12:02:48) * Howard Butler update ReST (12:02:10) * Howard Butler update ReST (12:01:58) * Howard Butler update ReST (11:59:42) * Howard Butler update ReST (11:59:10) * Howard Butler update ReST (11:58:53) * Howard Butler update ReST (11:58:13) * Howard Butler update ReST (11:56:33) * Howard Butler update ReST (11:55:11) * Howard Butler update ReST (11:29:26) * Howard Butler update to ReST (11:26:06) * Howard Butler set mimetype to reStructured text so Trac will render it for us in the browser (11:02:56) 2008-01-17 * Howard Butler add internal headers to the _SOURCES targets so they get included in make dist (17:34:01) * Howard Butler add autogen.sh to simplify auto stuff (11:06:18) * Howard Butler move debian packaging stuff out of trunk (11:04:16) 2008-01-15 * Howard Butler add nmake makefile (13:33:39) 2007-12-07 * Kenneth Christiansen Wrong names (14:44:52) * Kenneth Christiansen Fixed rules file (13:58:13) * Kenneth Christiansen Updates to the control file (packaging) Removal of files that shouldn't be in SVN (12:10:46) 2007-11-30 * Marios Hadjieleftheriou (12:04:00) * Sean Gillies Version info to 1:0:0 (10:50:02) 2007-11-29 * Marios Hadjieleftheriou (16:26:44) * Marios Hadjieleftheriou (15:54:08) * Marios Hadjieleftheriou (15:48:42) * Sean Gillies Add debian directory created by dh_make (12:00:13) 2007-11-28 * Howard Butler use -version-info instead of -release (22:05:27) * Howard Butler include Makefile.in's (18:59:56) * Howard Butler use .'s to separate version info and don't do -no-undefined (18:55:06) * Howard Butler tweak formatting (18:19:42) * Sean Gillies Add version-info to Makefile.am (18:11:46) * Howard Butler finish incorporating -ltools (17:54:30) * Howard Butler more progress on automake for includes directories... close, but not quite (16:48:19) * Howard Butler Add automake files for includes (16:38:55) * Howard Butler start incorporating -ltools into the tree (15:03:45) 2007-08-30 * Marios Hadjieleftheriou README should be INSTALL, and INSTALL should be README (10:16:33) * Marios Hadjieleftheriou README should be INSTALL, and INSTALL should be README (10:15:49) * Marios Hadjieleftheriou README file should be INSTALL, and INSTALL should be README (10:13:34) 2007-08-01 * Howard Butler revert r9 (23:37:29) * Howard Butler revert r10 (23:37:03) * Howard Butler revert r11 (23:36:42) * Howard Butler revert r12 (23:36:19) * Howard Butler revert r13 (23:35:52) * Howard Butler add strings.h (23:34:57) * Howard Butler add strings.h (23:27:45) * Howard Butler add strings.h (23:26:36) * Howard Butler add strings.h (23:25:26) * Howard Butler include (21:23:28) * Howard Butler include in DiskStorageManager (this is not available on Solaris by default) (21:21:34) * Howard Butler add data and queries for tests (15:49:33) * Howard Butler add Marios' latest updates (15:48:13) * Howard Butler oops, don't include zip files (15:40:50) * Howard Butler add 1.1.1 version of library (15:37:49) * Howard Butler basic layout (15:32:49)