| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-20 | Minor bug in pj_sterea | Thomas Knudsen | |
| Added missing check for actual allocation of gauss object. | |||
| 2016-04-20 | Merge pull request #5 from kbevers/fix-projs-with-g-h-i-k | busstoptaktik | |
| Converted projections starting with g h i and k | |||
| 2016-04-19 | Converted krovak | Kristian Evers | |
| 2016-04-19 | Converted isea | Kristian Evers | |
| 2016-04-19 | Converted imw_p | Kristian Evers | |
| 2016-04-19 | Converted igh | Kristian Evers | |
| 2016-04-19 | Converted healpix and rhealpix | Kristian Evers | |
| 2016-04-19 | Converted hatano | Kristian Evers | |
| 2016-04-19 | Converted hammer | Kristian Evers | |
| 2016-04-19 | Converted gstmerc | Kristian Evers | |
| 2016-04-19 | Converted goode | Kristian Evers | |
| 2016-04-18 | Converted gn_sinu, sinu, eck6 and mbtfps | Kristian Evers | |
| 2016-04-18 | Expanded tabs and removed trailing whitespace in an attempt at getting ↵ | Kristian Evers | |
| cleaner diffs for upcomming commits. | |||
| 2016-04-18 | Merge pull request #4 from kbevers/fix-projs-with-d-e-f | busstoptaktik | |
| Projections starting with d, e and f converted to new style | |||
| 2016-04-18 | Converted gnom. Expanded tabs. | Kristian Evers | |
| 2016-04-18 | Converted gins8. Expanded tabs. | Kristian Evers | |
| 2016-04-18 | Converted geos. Expanded tabs. | Kristian Evers | |
| 2016-04-18 | Converted gall. Expanded tabs. | Kristian Evers | |
| 2016-04-16 | Converted fouc_s. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted fahey. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted eck5. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted eck4. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted eck3, putp1, wag6 and kav7. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted eck2. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted eck1. Expanded tabs. | Kristian Evers | |
| 2016-04-15 | Converted denoy projection | Kristian Evers | |
| 2016-04-14 | Convert somerc, stere, ups, sterea, kav5, fouc, mbt_s,, qua_aut | Thomas 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-14 | Minor cleanups of PJ_c... | Thomas Knudsen | |
| A few cases of mixed declarations and code cleaned up, a few unused parameter warnings eliminated | |||
| 2016-04-14 | Merge pull request #3 from kbevers/fix-projections-with-c | busstoptaktik | |
| Projections starting with the letter c refactored | |||
| 2016-04-14 | Removed superfluous declarations in PROJECTION | Kristian Evers | |
| 2016-04-13 | Converted Chamberlin Trimetric (chamb) projection | Kristian Evers | |
| 2016-04-13 | Converted Craster Parabolic (Putnins P4) projection | Kristian Evers | |
| 2016-04-13 | Converted Compact Miller projection | Kristian Evers | |
| 2016-04-13 | Converted Collignon projection | Kristian Evers | |
| 2016-04-13 | Converted Cylindrical Equal Area (cea) projection | Kristian Evers | |
| 2016-04-12 | Reverting isnan check since MSVC needs a NaNny | Thomas Knudsen | |
| MSVC, in some versions has _isnan(), rather than isnan()... but why? | |||
| 2016-04-12 | refactoring + added selftest for 7 more more projections | Thomas Knudsen | |
| euler, murd1, murd2, murd3, pconic, tissot, vitk1 (7 projections in one file - PJ_sconics.c) | |||
| 2016-04-12 | refactoring + added selftest for 7 more projections | Thomas Knudsen | |
| tcc, tcea, tmerc, tpeqd, urm5, urmfps, wag1 | |||
| 2016-04-12 | refactoring + added selftest for 8 more projections | Thomas Knudsen | |
| calcofi, cass,cc,wag2, wag3, wag7, wink1, wink2 | |||
| 2016-04-08 | Correting a speeeeling missssteak | Thomas Knudsen | |
| ind -> ind in proj man page. Committing to force a new AppVeyor build, since a time out at last commit made it look like one build was failing | |||
| 2016-04-07 | Add option -C to proj man page | Thomas Knudsen | |
| Added description of the -C "Check" proj option, for invoking internal self tests. | |||
| 2016-04-07 | pj_list cleanup + added selftest stubs for all projections | Thomas 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-07 | Merge pull request #2 from kbevers/windows-build-fix | busstoptaktik | |
| Windows build fix | |||
| 2016-04-07 | moved test obj's to support section of makefile | Kristian Evers | |
| 2016-04-07 | Fixing windows build with regards to pj_run_selftests. Also adding new ↵ | Kristian Evers | |
| projections natearth2 and comill to dll-build. | |||
| 2016-04-07 | Removed definition of pj_ortel_selftest as it already defined in PJ_bacon.c | Kristian Evers | |
| 2016-04-07 | selftest function stubs | Thomas Knudsen | |
| Added stubs for selftest functions for all projections supported. For now, the stub collection has been addad at the bottom of PJ_aea.c Each time a real selftest function is added to a projection source file, the stub should be removed. Stubbing the stuff makes sure a selftest function exists for all projections, and hence allows us to build a list of all selftest functions using the X-macro trick (with PROJ_HEAD as X-macro) used for building pj_list[] in pj_init.c. Actually, the plan is to add a selftest entry directly in the struct PJ_LIST, and let pj_init build the list directly as a part of pj_list[] | |||
| 2016-04-06 | Updating VS and Autotools build systems | Thomas Knudsen | |
| 2016-04-05 | Merge remote-tracking branch 'refs/remotes/OSGeo/master' into ↵ | Thomas Knudsen | |
| sdfe-refactor-macros--and-repair-generic-constructor-bug | |||
| 2016-04-05 | Added regression tests for projections beginning with a and b | Thomas Knudsen | |
| Continuing alphabetically, with a few detours due to the occasional case of more than one projection in one source file. | |||
