Skip to content

Cmake4gdal #2

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 222 commits into from
Jan 7, 2014
Merged

Cmake4gdal #2

merged 222 commits into from
Jan 7, 2014

Conversation

BishopGIS
Copy link

No description provided.

warmerdam and others added 30 commits October 22, 2013 22:22
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26546 f0d54148-0727-0410-94bb-9a71ac55c965
…in (patch by sbl, #3638)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26547 f0d54148-0727-0410-94bb-9a71ac55c965
…re request (but still TYPENAME for DescribeFeatureType)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26548 f0d54148-0727-0410-94bb-9a71ac55c965
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26555 f0d54148-0727-0410-94bb-9a71ac55c965
… sqlite3_prepare_v2 instead of sqlite3_prepare, and add more precise error message in gmlHugeFileSQLiteInsert()

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26557 f0d54148-0727-0410-94bb-9a71ac55c965
…mode (patch by Sandro Furieri, #5230)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26559 f0d54148-0727-0410-94bb-9a71ac55c965
This should fix the error #5269.


git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26561 f0d54148-0727-0410-94bb-9a71ac55c965
…mum zoom level (#5278)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26562 f0d54148-0727-0410-94bb-9a71ac55c965
…t in update-mode. In which case, updated information will go into PAM .aux.xml files

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26564 f0d54148-0727-0410-94bb-9a71ac55c965
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26566 f0d54148-0727-0410-94bb-9a71ac55c965
…tch-7

From: Even Rouault <even.rouault@mines-paris.org>

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26567 f0d54148-0727-0410-94bb-9a71ac55c965
From: Even Rouault <even.rouault@mines-paris.org>

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26568 f0d54148-0727-0410-94bb-9a71ac55c965
…tmdd and -mdd all options to gdalinfo (#5275)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26569 f0d54148-0727-0410-94bb-9a71ac55c965
…hem in JP2KAK, JP2ECW, JP2OpenJPEG and JPEG2000 drivers so that PAM georeferencing consistently overrides internal georeferencing; improve JP2OPENJPEG to be able to encode GCPs in a GeoJP2 box (#5279)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26571 f0d54148-0727-0410-94bb-9a71ac55c965
…up potentially laundered field names

From: Juergen E. Fischer <jef@norbit.de>

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26572 f0d54148-0727-0410-94bb-9a71ac55c965
…to ogr2ogr to allow it

From: Juergen E. Fischer <jef@norbit.de>

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26573 f0d54148-0727-0410-94bb-9a71ac55c965
From: Juergen E. Fischer <jef@norbit.de>

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26574 f0d54148-0727-0410-94bb-9a71ac55c965
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26575 f0d54148-0727-0410-94bb-9a71ac55c965
…ld, combining both fields specificaly identified, and other tags

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26581 f0d54148-0727-0410-94bb-9a71ac55c965
rouault and others added 27 commits January 1, 2014 17:42
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26764 f0d54148-0727-0410-94bb-9a71ac55c965
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26766 f0d54148-0727-0410-94bb-9a71ac55c965
…it is 32 bytes with MSVC (#4331)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26770 f0d54148-0727-0410-94bb-9a71ac55c965
…option, forcing packing of structures to 1 byte alignment, but causing issues with OGR core structures. Now the unit tests pass. If structure packing is still necessary, don't do it that way but with local #pragma (#4331)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26772 f0d54148-0727-0410-94bb-9a71ac55c965
…ension before stat'ing the file (#4331)

git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26773 f0d54148-0727-0410-94bb-9a71ac55c965
git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26779 f0d54148-0727-0410-94bb-9a71ac55c965
…elds of

ASTER L1A dataset. It is not needed to fetch geocoding data and interferes
with proper Latitude/Longitude arrays.


git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@26781 f0d54148-0727-0410-94bb-9a71ac55c965
Add libiconv support
BishopGIS added a commit that referenced this pull request Jan 7, 2014
@BishopGIS BishopGIS merged commit 252577f into aashish24:cmake4gdal Jan 7, 2014
kwrobot pushed a commit that referenced this pull request Mar 8, 2018
This should perhaps help fixing, or at least workarounding, the following
issue seen randomly on the gcc52_stdcpp14_sanitize Travis-CI target.

e.g on https://api.travis-ci.org/v3/job/351015753/log.txt

Running gdrivers/gdalhttp.py...
  TEST: http_1 ... success
ERROR 1: Range downloading not supported by this server!
ERROR 1: Request for 8-407 failed
  TEST: http_2 ... success
  TEST: http_3 ... success
ERROR 4: `/vsicurl/ftp://download.osgeo.org/gdal/data/gtiff/utm.tif' not recognized as a supported file format.
  TEST: http_4 ... HTTP service for ftp://download.osgeo.org/gdal/data/gtiff/utm.tif is down (HTTP Error: ftp error: 425 Security: Bad IP connecting.)
cannot open URL
skip
  TEST: http_5 ... success
ERROR 1: JSON parsing error: unexpected character (at offset 0)
  TEST: http_6 ... success
==31274==WARNING: AddressSanitizer failed to allocate 0x62d00019040f bytes
==31274==AddressSanitizer's allocator is terminating the process instead of returning 0
==31274==If you don't like this behavior set allocator_may_return_null=1
==31274==AddressSanitizer CHECK failed: ../../.././libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0)
    #0 0x7f3f527259f4  (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0x9e9f4)
    #1 0x7f3f5272a453 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0xa3453)
    #2 0x7f3f526a7461  (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0x20461)
    #3 0x7f3f527286d5  (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0xa16d5)
    #4 0x7f3f526acb3d  (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0x25b3d)
    #5 0x7f3f526adbd5  (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0x26bd5)
    #6 0x7f3f5271e32e in realloc (/home/travis/build/OSGeo/gdal/install-gcc-5.2.0/lib64/libasan.so.2.0.0+0x9732e)
    #7 0x7f3f3ea2a940 in VSIRealloc /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsisimple.cpp:814
    #8 0x7f3f3e8e3958 in VSICurlHandleWriteFunc /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil_curl.cpp:839
    #9 0x7f3f2ff61442 in Curl_client_write (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x16442)
    #10 0x7f3f2ff8bc46 in Curl_pp_readresp (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x40c46)
    #11 0x7f3f2ff621ab  (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x171ab)
    #12 0x7f3f2ff64546  (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x19546)
    #13 0x7f3f2ff61bbf  (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x16bbf)
    #14 0x7f3f2ff61cd1  (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x16cd1)
    #15 0x7f3f2ff6776b in Curl_disconnect (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x1c76b)
    #16 0x7f3f2ff7c170 in curl_multi_cleanup (/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4+0x31170)
    #17 0x7f3f3e902c6b in ClearCache /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil_curl.cpp:2913
    #18 0x7f3f3e8fc9f7 in ~VSICurlFilesystemHandler /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil_curl.cpp:2564
    #19 0x7f3f3e8fcf23 in ~VSICurlFilesystemHandler /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil_curl.cpp:2569
    #20 0x7f3f3e9e4a02 in VSIFileManager::~VSIFileManager() /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil.cpp:1805
    #21 0x7f3f3e9e5baa in VSICleanupFileManager /home/travis/build/OSGeo/gdal/gdal/port/cpl_vsil.cpp:1966
    #22 0x7f3f3e533e42 in GDALDriverManager::~GDALDriverManager() /home/travis/build/OSGeo/gdal/gdal/gcore/gdaldrivermanager.cpp:262
    #23 0x7f3f3e53418d in GDALDriverManager::~GDALDriverManager() /home/travis/build/OSGeo/gdal/gdal/gcore/gdaldrivermanager.cpp:329
    #24 0x7f3f3e53a14e in GDALDestroyDriverManager /home/travis/build/OSGeo/gdal/gdal/gcore/gdaldrivermanager.cpp:898
    #25 0x7f3f27794ea3 in ffi_call_unix64 (/usr/lib/python2.7/lib-dynload/_ctypes.so+0x1aea3)
    #26 0x7f3f277948c4 in ffi_call (/usr/lib/python2.7/lib-dynload/_ctypes.so+0x1a8c4)
    #27 0x7f3f277852c1 in _ctypes_callproc (/usr/lib/python2.7/lib-dynload/_ctypes.so+0xb2c1)
    #28 0x7f3f27785aa1  (/usr/lib/python2.7/lib-dynload/_ctypes.so+0xbaa1)
    #29 0x4c2645 in PyObject_Call (/usr/bin/python2.7+0x4c2645)
    #30 0x537589 in PyEval_EvalFrameEx (/usr/bin/python2.7+0x537589)
    #31 0x5376f1 in PyEval_EvalFrameEx (/usr/bin/python2.7+0x5376f1)
    #32 0x5376f1 in PyEval_EvalFrameEx (/usr/bin/python2.7+0x5376f1)
    #33 0x53e2af in PyEval_EvalCodeEx (/usr/bin/python2.7+0x53e2af)
    #34 0x536c45 in PyRun_StringFlags (/usr/bin/python2.7+0x536c45)
    #35 0x53ecb4 in PyRun_SimpleStringFlags (/usr/bin/python2.7+0x53ecb4)
    #36 0x51e62d in Py_Main (/usr/bin/python2.7+0x51e62d)
    #37 0x7f3f504657ec in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x217ec)
    #38 0x41bad0  (/usr/bin/python2.7+0x41bad0)




git-svn-id: https://svn.osgeo.org/gdal/trunk/gdal@41669 f0d54148-0727-0410-94bb-9a71ac55c965
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants