Commit Graph

23 Commits

Author SHA1 Message Date
whuaegeansea 460452b895 Add out to gitignore 2023-07-27 00:27:00 +08:00
snowman2 a4ffad7de7 DOC:Python: Make osgeo rst files static 2022-10-04 20:34:26 -05:00
Alan Thomas 39829f2709 .gitignore: add CMake files, including build directory 2022-08-17 22:15:22 +10:00
snowman2 cf04469422 DOC: Generate Python API documentation with sphinxcontrib-apidoc 2022-08-02 21:18:49 -05:00
Even Rouault 6d0ea6dc5a
CMake: install man/man1/ pages when present (fixes #5491) 2022-03-28 16:20:40 +02:00
Even Rouault (bot) 9e9f8b2944
Move gdal/* to toplevel 2021-10-25 13:40:31 +02:00
Even Rouault d4adb59437
.gitignore: remove CMakeLists.txt and .cmake files 2021-10-25 13:40:23 +02:00
Momtchil Momtchev 9302e69847
Update .gitignore with files generated during a Linux build/test (#4525) [ci skip] 2021-09-22 11:31:37 +02:00
Even Rouault 91f477e703
gdal/.gitignore: move recent additions from toplevel .gitignore to gdal/.gitignore 2021-09-20 21:14:55 +02:00
Chiara Marmo 4e4e750081
Unix build: generate `./configure` with `./autogen.sh` during build process. (#4499) (fixes #3561) 2021-09-20 20:59:45 +02:00
cs-chicken b0a16e6a60
Python embedding: fix symbol conflicts with python library (#3215)
there is a project called pystack . which used to print the python
process's stack info . pystack will use gdb to attach the python process
and call some function defined in python's executable file or python
library
such as
call (void *) PyGILState_Ensure()
call (void) PyRun_SimpleString("exec(r\"f = open('/tmp/pystack', 'w'); \
itervalues = lambda d:getattr(d,'itervalues',d.values)();import gc,traceback,itertools,sys; \
f.write('Dumping Threads\\n\\n\\n');f.write('\\n---------------\\n'.join(str(traceback.format_stack(o)
) for o in itervalues(sys._current_frames())));f.close()\")")
...

but the symbol PyGILState_Ensure also defined in gdal .so if a python
script use gdal , we can't use pystack to debug this .

so i changed the symbol of gdal by add Lib infix

Co-authored-by: kk <kaihaojiang@tencent.com>
2020-11-24 13:22:19 +01:00
Lucian Plesea 81d88451b8
MRF: add support for interleaved LERC (#2846)
And consolidate code, remove big endian support
2020-08-10 17:52:54 +02:00
Hiroshi Miura e578b0e44e gitignore: aware of CMake file
Current GDAL does not support build using CMake but
there are external project to add CMake project files
to GDAL.

To avoid merging CMake related files  into GDAL project,
Add it to gitignore.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-12-27 15:51:01 +09:00
zacharyburnettNOAA 9f1bfb89aa BAG dataset - calculate the northeast pixel corner rather than scaling the resolution, due to an incorrectly shifted northeast corner in some CARIS surveys (#1728)
This removes the CORNER_POINTS_EXTEND_HALF_PIXEL creation option that was added in master ony
2019-07-19 15:14:23 +02:00
Daniel Baston 597c3a44a8
.gitignore update 2019-05-17 11:28:35 -04:00
Mateusz Łoskot c1e4b4763d
Add Python virtual environment folders to .gitignore 2019-05-13 14:34:22 -05:00
Chiara Marmo 322e1b1237 FITS driver improved: new functions for Scale Offset and FITS World Coordinate System read and write (#1298) 2019-03-20 23:01:59 +01:00
Hiroshi Miura 7d4cd52f44 gitignore: ignore IDEs and vagrant folders
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-10-08 17:48:21 +09:00
Paul Austin fc5117fca9 SIGDEM: New read/write driver for Scaled Integer Gridded Elevation Model (#764)
The SIGDEM driver implements the file format described at
https://github.com/revolsys/sigdem/
2018-08-04 18:24:31 +02:00
Even Rouault 9f84924e2f Move content to gdal/.gitignore [ci skip] 2018-03-23 15:52:29 +01:00
Even Rouault 3afe64ac84 Update .gitignore [ci skip] 2018-03-23 15:51:03 +01:00
Mateusz Loskot aa8375900d Ignore files generated by VS toolset, VS IDE and VS Code
git-svn-id: https://svn.osgeo.org/gdal/trunk@37379 f0d54148-0727-0410-94bb-9a71ac55c965
2017-02-14 13:25:45 +00:00
Even Rouault 2cf53f670b Add .gitignore
git-svn-id: https://svn.osgeo.org/gdal/trunk@34583 f0d54148-0727-0410-94bb-9a71ac55c965
2016-07-07 12:06:14 +00:00