| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-23 | Make nad2bin output reproducible. | Bas Couwenberg | |
| Init CTABLE.id char[80] variable with zeroes, so that nad2bin output does not depend on memory state before call, and hence be reproducible. | |||
| 2016-05-20 | Merge pull request #373 from ↵ | Thomas Knudsen | |
| busstoptaktik/sdfe-refactor-macros--and-repair-generic-constructor-bug First steps toward simplified macros/internals | |||
| 2016-05-19 | Removed a few superfluous assignments and an erroneously committed file | Thomas Knudsen | |
| An intermediate file, PJ_etmerc.c, was mistakenly committed in 1b17a573ffb07e9565e0df296e2a3a21bce8e971 P->pfree and P->descr were being identically reinitialized in a few of the first files converted - and in the last: proj_etmerc.c | |||
| 2016-05-18 | Adding a missing #endif | Thomas Knudsen | |
| PJ_aea.c lost one line too many when removing the final stubs in the previous commit. | |||
| 2016-05-18 | Refactoring and adding self test for the last two projections | Thomas Knudsen | |
| etmerc and utm completes the elimination of the ENTRYx style macros. | |||
| 2016-05-13 | Minor | Thomas Knudsen | |
| Correcting missing whitespace in .travis.yml, introduced in previous commit | |||
| 2016-05-13 | Another minor | Thomas Knudsen | |
| Now running proj -VC before moving gcov files - learning travis & coveralls details along the way | |||
| 2016-05-13 | Corrected minor bug in PR #8 | Thomas Knudsen | |
| ./proj -VC in .travis.yml should read ./src/proj -VC | |||
| 2016-05-12 | Merge pull request #8 from kbevers/improve-coverage | busstoptaktik | |
| Improve coverage reports on coveralls | |||
| 2016-05-12 | Run the newly implemented self-test on travis so that test-coverage on ↵ | Kristian Evers | |
| coveralls will be improved. Build directories are now excluded from coveralls since they produce false positives. For now the self-test is only run in the coverage section but should eventually be a part the 'make check' tests as well. | |||
| 2016-05-11 | removing erroneously added file | Thomas Knudsen | |
| warnings.pj was recently added by mistake | |||
| 2016-05-11 | Yet another round of minor corrections | Thomas Knudsen | |
| A few args had gone missing in the test setups for lagrng, ob_tran, omerc, mod_ster. A mixed declarations and code case corrected in proj_rouss A missing include added to test228.c | |||
| 2016-05-11 | Merge pull request #7 from kbevers/fix-unittest-errors | busstoptaktik | |
| Fixing unittest fail related to PJ_omerc.c | |||
| 2016-05-11 | P->e was inadvertently changed to Q->E by a too aggressive search/replace ↵ | Kristian Evers | |
| manoeuvre | |||
| 2016-05-11 | Portability cleanups for the code in PR #6 (and a few additional source files) | Thomas Knudsen | |
| Eliminated mixed code and declarations, converted C++ style comments and probably did a few more things highlighted by running gcc with the "-W -Wall -Wextra -pedantic" flags | |||
| 2016-05-11 | Merge pull request #6 from kbevers/fix-projs-with-l | busstoptaktik | |
| Converted files PJ_l*.c | |||
| 2016-05-04 | Expanded SPECIAL macro | Kristian Evers | |
| 2016-05-04 | Eliminating compile warnings | Kristian Evers | |
| 2016-05-04 | Converted sch | Kristian Evers | |
| 2016-05-04 | Removed test data for the spherical test case. Not really possible to test ↵ | Kristian Evers | |
| with the current setup. | |||
| 2016-05-04 | Converted latlong. Added passing selftest in order to build. | Kristian Evers | |
| 2016-05-04 | Converted geocent. Only testing ellipsoidal input/output - need to check the ↵ | Kristian Evers | |
| spherical case | |||
| 2016-05-04 | Converted ob_tran | Kristian Evers | |
| 2016-05-04 | Converted rouss. proj_rouss.c should probably be renamed to PJ_rouss.c at ↵ | Kristian Evers | |
| some point. | |||
| 2016-05-04 | Converted vandg4 | Kristian Evers | |
| 2016-05-04 | Converted vandg2 and vandg3 | Kristian Evers | |
| 2016-05-04 | Converted vandg | Kristian Evers | |
| 2016-05-03 | Converted eqdc | Kristian Evers | |
| 2016-05-03 | Converted eqc | Kristian Evers | |
| 2016-05-03 | Converted aeqd | Kristian Evers | |
| 2016-05-03 | Converted rpoly | Kristian Evers | |
| 2016-05-03 | Converted robin | Kristian Evers | |
| 2016-05-03 | Converted qsc | Kristian Evers | |
| 2016-05-03 | Converted putp6 and putp6p | Kristian Evers | |
| 2016-05-03 | Converted putp5 and putp5p | Kristian Evers | |
| 2016-05-03 | Converted putp4p and weren | Kristian Evers | |
| 2016-05-03 | Converted putp3 and putp3p | Kristian Evers | |
| 2016-05-03 | Converted putp2 | Kristian Evers | |
| 2016-05-03 | Converted poly | Kristian Evers | |
| 2016-05-03 | Converted patterson | Kristian Evers | |
| 2016-05-03 | Converted ortho | Kristian Evers | |
| 2016-05-03 | Converted omerc. Redined Q-variable in e_forward to W in an effort to keep ↵ | Kristian Evers | |
| the mapping P->opaque = Q the same across all projections | |||
| 2016-05-02 | Converted oea. And removed parentheses in return statements in ocea. | Kristian Evers | |
| 2016-05-02 | Converted ocea | Kristian Evers | |
| 2016-05-01 | Converted nzmg | Kristian Evers | |
| 2016-05-01 | Converted nsper and tpers | Kristian Evers | |
| 2016-05-01 | Converted nicol, which oddly enough is placed in PJ_nocol.c. Typo? | Kristian Evers | |
| 2016-05-01 | Converted nell_h | Kristian Evers | |
| 2016-05-01 | Converted nell | Kristian Evers | |
| 2016-05-01 | Converted natearth2 | Kristian Evers | |
