Commit graph

21 commits

Author SHA1 Message Date
Paul Ramsey bf2901b473 #2622, Update links to PostGIS website in source file headers
git-svn-id: http://svn.osgeo.org/postgis/trunk@12198 b70326c6-7e19-0410-871a-916f4a2858ee
2014-01-29 17:49:35 +00:00
Regina Obe c6c8cb8f3c #1898, #2322 move geos functions in lwtin.c to lwgeom_geos.c to prevent unhealthy dependency on geos (for loader tools and also image generator), roll back change to cunit for loader (the geos includes). bump up version number to beta2dev
git-svn-id: http://svn.osgeo.org/postgis/trunk@11438 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-12 02:27:58 +00:00
Regina Obe 3b2279c22b Add GEOS to compile cunit flags of shp2pgsql to prevent error in #1898
git-svn-id: http://svn.osgeo.org/postgis/trunk@11363 b70326c6-7e19-0410-871a-916f4a2858ee
2013-05-06 07:58:11 +00:00
Bborie Park a1a3e50c63 Set CFLAGS in loader cunit tests so that mingw can run tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@11226 b70326c6-7e19-0410-871a-916f4a2858ee
2013-03-29 20:37:55 +00:00
Paul Ramsey 29e2d6a299 Change @rm to rm for visibility
git-svn-id: http://svn.osgeo.org/postgis/trunk@9523 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-21 21:36:59 +00:00
Paul Ramsey cf8753bd36 Make distclean should remove all the Makefile's generated by ./configure
git-svn-id: http://svn.osgeo.org/postgis/trunk@9522 b70326c6-7e19-0410-871a-916f4a2858ee
2012-03-21 20:32:29 +00:00
Mark Cave-Ayland 4daaecbc8e Commit reworked version of shp2pgsql-gui to the repository.
As per my email to postgis-devel, this commit contains a major reworking
of the inner core, with many bugfixes. The primary changes are:

- Elimination of FILENODE, since we can just use pointers to
  SHPLOADERCONFIG

- Abstract the configuration structures from the GUI interface

- Restrict entry to either drag/drop or file chooser

- Instead of constantly destroying/creating new dialogs, create
  them once and then just show/hide them (in particular this
  enables the file chooser to open at its previous directory)

- Add separate connection details and progress bar dialogs

- Rework both internals and GUI in preparation for adding dumper
  support

Note that the dumper integration changes are being worked on separately
and will be included in a later commit.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8706 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-08 23:32:05 +00:00
Sandro Santilli f3db965181 Second attempt at libtool usage. Seems better to me now.
PostGIS clients still all use the static version of the library.
Libraries are not installed by default.
[RT-SIGTA]

git-svn-id: http://svn.osgeo.org/postgis/trunk@7744 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-13 10:06:07 +00:00
Sandro Santilli 25ae1f548b Re-drop use of libtool (more troubles than help).
Stub a rule to build and install a shared liblwgeom.
[RT-SIGTA].

git-svn-id: http://svn.osgeo.org/postgis/trunk@7701 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-06 17:48:39 +00:00
Sandro Santilli e5152c02d6 Use libtool to build liblwgeom. Still only static. [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7699 b70326c6-7e19-0410-871a-916f4a2858ee
2011-08-06 15:12:32 +00:00
Mark Cave-Ayland baeeefeb22 Update loader regression test suite to add a simple test for shp2pgsql (much as we now do for pgsql2shp).
Note that these tests aren't completely comprehensive and should be expanded, with the long term aim
of moving the loader regression tests out of the main regression harness and into CUnit instead.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7551 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-02 13:43:35 +00:00
Mark Cave-Ayland 820efdcc24 Fix up the loader unit tests so that if --with-gui is not passed to configure, the non-GUI tests will continute to run instead of failing compilation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7550 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-02 12:34:16 +00:00
Mark Cave-Ayland 1b0e73ba66 Fix #1080: cunit is crashing on test_ShpDumerDestroy().
Looks like the original code omitted to set the default config values causing
the addition of a ShpDumperDestroy() call to fall over on some platforms due
to uninitialised pointers.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7533 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-01 09:33:28 +00:00
Mark Cave-Ayland 06b5e95f83 Commit rework of #885 (pgsql2shp fields conversion from predefined list).
This patch required extra work to ensure that it was a better fit for the
new loader/dumper structure including error reporting, better use of C
coding style and altering various names/code locations as appropriate.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7524 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-29 22:40:54 +00:00
Sandro Santilli 2f3f65e974 Fix libiconv linker flags
git-svn-id: http://svn.osgeo.org/postgis/trunk@7392 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-14 08:20:16 +00:00
Paul Ramsey 63cd9b8def Allow cunit tests to build and run in OS/X
git-svn-id: http://svn.osgeo.org/postgis/trunk@7388 b70326c6-7e19-0410-871a-916f4a2858ee
2011-06-13 20:20:56 +00:00
Sandro Santilli ebf3d2dc1b Do not error out if things are clean already
git-svn-id: http://svn.osgeo.org/postgis/trunk@7028 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-14 10:38:22 +00:00
Sandro Santilli a7c93b6306 Ticket #855 by Loic Dachary: pgsql2shp fields conversion from predefined list
git-svn-id: http://svn.osgeo.org/postgis/trunk@6996 b70326c6-7e19-0410-871a-916f4a2858ee
2011-04-03 19:19:30 +00:00
Mark Leslie 8710aa57b6 Removing a Makefile that shouldn't have been committed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5831 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-16 07:49:07 +00:00
Olivier Courtin c09ea80cd2 Astyle session on whole trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@5825 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-15 08:30:08 +00:00
Mark Leslie 8627624d89 Pushing the shp2pgsql-gui changes (multi-file, validation, drag-n-drop) pulled from stable branch into trunk.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5809 b70326c6-7e19-0410-871a-916f4a2858ee
2010-08-11 09:50:38 +00:00