aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-04-28Converted mbt_fpsKristian Evers
2016-04-28Converted lsatKristian Evers
2016-04-28Converted loximKristian Evers
2016-04-28Converted lccaKristian Evers
2016-04-27Converted lccKristian Evers
2016-04-27Converted laskKristian Evers
2016-04-27Converted larrKristian Evers
2016-04-27Converted lagrngKristian Evers
2016-04-27Forgot to remove P->free and P->descr assignmentsKristian Evers
2016-04-27Converted laeaKristian Evers
2016-04-27Converted labrdKristian Evers
2016-04-20Portability cleanups for the code in PR #5Thomas Knudsen
Eliminated load time non-constant initializers, mixed code/declarations and C++ style comments. A lot of non-constant initializers remain in PJ_healpix. Should probably be handled before next release.
2016-04-20Minor bug in pj_stereaThomas Knudsen
Added missing check for actual allocation of gauss object.
2016-04-19Converted krovakKristian Evers
2016-04-19Converted iseaKristian Evers
2016-04-19Converted imw_pKristian Evers
2016-04-19Converted ighKristian Evers
2016-04-19Converted healpix and rhealpixKristian Evers
2016-04-19Converted hatanoKristian Evers
2016-04-19Converted hammerKristian Evers
2016-04-19Converted gstmercKristian Evers
2016-04-19Converted goodeKristian Evers
2016-04-18Converted gn_sinu, sinu, eck6 and mbtfpsKristian Evers
2016-04-18Expanded tabs and removed trailing whitespace in an attempt at getting ↵Kristian Evers
cleaner diffs for upcomming commits.
2016-04-18Converted gnom. Expanded tabs.Kristian Evers
2016-04-18Converted gins8. Expanded tabs.Kristian Evers
2016-04-18Converted geos. Expanded tabs.Kristian Evers
2016-04-18Converted gall. Expanded tabs.Kristian Evers
2016-04-16Converted fouc_s. Expanded tabs.Kristian Evers
2016-04-15Converted fahey. Expanded tabs.Kristian Evers
2016-04-15Converted eck5. Expanded tabs.Kristian Evers
2016-04-15Converted eck4. Expanded tabs.Kristian Evers
2016-04-15Converted eck3, putp1, wag6 and kav7. Expanded tabs.Kristian Evers
2016-04-15Converted eck2. Expanded tabs.Kristian Evers
2016-04-15Converted eck1. Expanded tabs.Kristian Evers
2016-04-15Converted denoy projectionKristian Evers
2016-04-14Convert somerc, stere, ups, sterea, kav5, fouc, mbt_s,, qua_autThomas Knudsen
i.e. the files PJ_somerc.c, PJ_stere.c, PJ_sterea.c, PJ_sts.c 47 projections converted so far - 95 to go...
2016-04-14Minor cleanups of PJ_c...Thomas Knudsen
A few cases of mixed declarations and code cleaned up, a few unused parameter warnings eliminated
2016-04-14Removed superfluous declarations in PROJECTIONKristian Evers
2016-04-13Converted Chamberlin Trimetric (chamb) projectionKristian Evers
2016-04-13Converted Craster Parabolic (Putnins P4) projectionKristian Evers
2016-04-13Converted Compact Miller projectionKristian Evers
2016-04-13Converted Collignon projectionKristian Evers
2016-04-13Converted Cylindrical Equal Area (cea) projectionKristian Evers
2016-04-12Reverting isnan check since MSVC needs a NaNnyThomas Knudsen
MSVC, in some versions has _isnan(), rather than isnan()... but why?
2016-04-12refactoring + added selftest for 7 more more projectionsThomas Knudsen
euler, murd1, murd2, murd3, pconic, tissot, vitk1 (7 projections in one file - PJ_sconics.c)
2016-04-12refactoring + added selftest for 7 more projectionsThomas Knudsen
tcc, tcea, tmerc, tpeqd, urm5, urmfps, wag1
2016-04-12refactoring + added selftest for 8 more projectionsThomas Knudsen
calcofi, cass,cc,wag2, wag3, wag7, wink1, wink2
2016-04-07pj_list cleanup + added selftest stubs for all projectionsThomas Knudsen
The projection list maintained by code in pj_list.c depended on stuff in projects.h. This stuff is non-obvious and since it is only used in pj_list.c, it has been moved from projects.h to pj_list.c (The material moved is based on some really clever X-macro techniques implemented by numerous redefinitions of the PROJ_HEAD macro, followed by immediate re-inclusion of te pj_list.h file). Also, the self test runner pj_run_selftests has been remodelled, now depending on a list of self test functions, generated in a similar way to the projection list, and like the projection list generated by X-macro techniques in pj_list.c. For this to work, self test functions need to be available for all projections. To fulfill this, stubs for all projections not having self tests already, have been added to PJ_aea.c Along with the recent build system patches by @kbevers, this first part of the macro-refactoring project is considered close to finished.
2016-04-07moved test obj's to support section of makefileKristian Evers