index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
malloc.cpp
Age
Commit message (
Expand
)
Author
2022-02-12
proj.ini: add a 'ca_bundle_path' variable
Even Rouault
2021-06-03
proj_cleanup(): make sure it frees the database context of the default PJ_CON...
Even Rouault
2021-06-03
factory.cpp: preparation steps for global sqlite3* handle, but no functional ...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Remove src/transform.cpp and related tests
Kristian Evers
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-04-04
hgridshift/vgridshift: defer grid opening when grid has already been opened
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-08-26
Add a proj_cleanup() function to free global resources, typically at process ...
Even Rouault
2019-01-04
Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-30
Allocate PJ* as a C++ object
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault