Commit graph

7 commits

Author SHA1 Message Date
Nicklas Avén eaaf0e6a0e Add GeomFromTWKB #2917
git-svn-id: http://svn.osgeo.org/postgis/trunk@13053 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-09 18:24:39 +00:00
Nicklas Avén d273edb148 Added optional geometry size in TWKB. Also reworked the code so passing around **buf instead of *buf. Also affects the varInt code
git-svn-id: http://svn.osgeo.org/postgis/trunk@12907 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-22 20:39:50 +00:00
Nicklas Avén 553272c215 going back to put varint functions in varint.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@12883 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-11 04:49:12 +00:00
Nicklas Avén 6f27a03da3 put in declrations to get rid of compiler warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@12875 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-09 20:02:27 +00:00
Sandro Santilli 66d051f167 Mark inline functions as such, fixing related warnings (#2880)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12874 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-08 13:34:09 +00:00
Nicklas Avén 5a0bc928df Move varINT function to header file for performance reasons
git-svn-id: http://svn.osgeo.org/postgis/trunk@12868 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-07 18:31:02 +00:00
Sandro Santilli 3e5ba9989d Move varInt handling code into its own file module, for reuse
Also found a bug in encoding 4bytes numbers

git-svn-id: http://svn.osgeo.org/postgis/trunk@12836 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-29 10:25:31 +00:00