aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-21Change handling of values nearly 90degrees away from the origin (#114)Frank Warmerdam
2013-10-21change hermannskogel to using better transformation (#207)Frank Warmerdam
2013-10-20move projects.h to installed headers list (#220)Frank Warmerdam
2013-10-20autogen regenerateFrank Warmerdam
2013-10-20add inline warning about locale issue on windows (#226)Frank Warmerdam
2013-10-20refresh with autogen.shFrank Warmerdam
2013-10-20add gcc warning flag for msvc limitations (#224)Frank Warmerdam
2013-10-20Propogate ctx into sub-projection (#225).Frank Warmerdam
2013-10-20Support -I when no +to projection is provideDFrank Warmerdam
2013-10-03fix windows build for healpix (#223)Frank Warmerdam
2013-07-22Fix two errors in the n**5 coefficients. Add sixth order coefficients. Fix ...Frank Warmerdam
2013-07-19major healpix update, fix polar scaling (#219)Frank Warmerdam
2013-07-12allow polygon vertices to be specified incrementally for geodesic area (#221).Frank Warmerdam
2013-07-09add calcofi projection (#135)Frank Warmerdam
2013-07-02replace robinson coefficients table, add test (#113)Frank Warmerdam
2013-06-26fix const correctness of pj_open_lib argsFrank Warmerdam
2013-06-26Fix putp3p usage line to remove no inv (#167).Frank Warmerdam
2013-06-26note that aitoff and wintri projections have no inverse (#160, #168)Frank Warmerdam
2013-06-26fix usage message for urm5 projection (#169)Frank Warmerdam
2013-06-26ensure thread context is forwarded in pj_ell_set (#199)Frank Warmerdam
2013-06-26fix up white space formattingFrank Warmerdam
2013-06-26add windows build support for multistresstest (#199)Frank Warmerdam
2013-06-26fix race condition on setting default_context_initialized (#199)Frank Warmerdam
2013-06-25fix variable declaration order to be C (and msvc) legalFrank Warmerdam
2013-06-25fix variable declaration order to be C (and msvc) legalFrank Warmerdam
2013-06-25add pj_get_spheroid_defn (#214) and fileapi entry pointsFrank Warmerdam
2013-06-25add pj_fileapi.objFrank Warmerdam
2013-06-25move pj_open_lib() to public include fileFrank Warmerdam
2013-06-25Remove internal declaration of PROJ_LIB - makes it hard to not have a valueFrank Warmerdam
2013-06-24add missing set/get fileapi on context functionsFrank Warmerdam
2013-06-23sync up with what will be GeographicLib 1.31 (#216)Frank Warmerdam
2013-06-22prepare for 4.9.0 beta releaseFrank Warmerdam
2013-06-22avoid warning about pj_init_lock not being implementedFrank Warmerdam
2013-06-22upgrade to the new file apiFrank Warmerdam
2013-06-22add pj_ctx_fgets() implementation (untested)Frank Warmerdam
2013-06-22reformat, add braces to avoid warningsFrank Warmerdam
2013-06-22bulk of file api implementation complete and workingFrank Warmerdam
2013-06-22preliminary step implementing virtual fileioFrank Warmerdam
2013-06-19use PTHREAD_MUTEX_RECURSIVE_NP on pre-unix98 systems instead of PTHREAD_MUTEX...Frank Warmerdam
2013-06-19fix unused variable warnings in healpixFrank Warmerdam
2013-06-19ensure core mutex created in recursive mode, forces use of -lpthreadFrank Warmerdam
2013-06-18rename and hide sign() functionFrank Warmerdam
2013-05-10Major upgrade to geodesic support from Charles Karney (#197). Frank Warmerdam
2013-01-23update with autogen.shFrank Warmerdam
2012-12-18recover gracefully if setlocale() returns NULL like on Android (#204)Frank Warmerdam
2012-12-10apply fix for src/makefile.vc missing object (#200) as provided to email list...Howard Butler
2012-12-07replacement of geodesic engine with one from Charles Karney (#197)Frank Warmerdam
2012-07-24fixes for visual studio builds (#182)Frank Warmerdam
2012-07-05incorporate polar fix (#176)Frank Warmerdam
2012-06-28fix byte swapping of ctable2 files on bigendian platforms (#157)Frank Warmerdam