aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.cpp
AgeCommit message (Expand)Author
2021-06-03proj_cleanup(): make sure it frees the database context of the default PJ_CON...Even Rouault
2021-06-03factory.cpp: preparation steps for global sqlite3* handle, but no functional ...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Remove src/transform.cpp and related testsKristian Evers
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-04-04hgridshift/vgridshift: defer grid opening when grid has already been openedEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-08-26Add a proj_cleanup() function to free global resources, typically at process ...Even Rouault
2019-01-04Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r...Even Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30Remove PJ_OBJ type since it is now merged into PJEven Rouault
2018-12-30Allocate PJ* as a C++ objectEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault