| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2016-04-05 | Merge pull request #375 from beuan/master | Howard Butler | |
| Adding Natural Earth II and Compact Miller | |||
| 2016-04-05 | Minor corrections | Thomas Knudsen | |
| Removed som debugging leftovers, and corrected the behaviour of new proj option -C / -VC, for checking internal regression tests. | |||
| 2016-04-05 | Some initial work on internal regression tests | Thomas Knudsen | |
| Need these to reduce the chance I'm screwing up something during this rather intrusive code surgery | |||
| 2016-04-04 | Test revisions #3 | Bojan Savric | |
| 2016-04-04 | Test revisions #2 | Bojan Savric | |
| 2016-04-04 | Test revisions | Bojan Savric | |
| 2016-04-04 | The Natural Earth II tests | Bojan Savric | |
| 2016-04-04 | The Compact Miller test revisions #5 | Bojan Savric | |
| 2016-04-04 | The Compact Miller test revisions #4 | Bojan Savric | |
| 2016-04-04 | The Compact Miller test revisions #3 | Bojan Savric | |
| 2016-04-04 | The Compact Miller test revisions #2 | Bojan Savric | |
| 2016-04-04 | The Compact Miller test revisions | Bojan Savric | |
| 2016-04-04 | Adding Natural Earth II and Compact Miller | Bojan Savric | |
| 2016-04-02 | ... and correcting the same blunder in the pj_minimal case | Thomas Knudsen | |
| 2016-04-01 | Added missing return to cass, spherical case | Thomas Knudsen | |
| Correcting a blunder! | |||
| 2016-04-01 | First steps toward simplified macros/internals | Thomas Knudsen | |
| The brief version:: In an attempt to make proj.4 code slightly more secure and much easier to read and maintain, I'm trying to eliminate a few unfortunate design decisions from the early days of proj.4 The work will be *very* intrusive, especially in the PJ_xxx segment of the code tree, but great care has been taken to design a process that can be implemented stepwise and localized, one projection at a time, then finalized with a relatively small and concentrated work package. The (very) long version: See the comments in PJ_minimal.c | |||
| 2016-03-27 | Merge pull request #368 from micahcochran/patterson | Howard Butler | |
| Add Patterson Cylindrical Projection | |||
| 2016-03-27 | add PJ_patterson.obj to makefile.vc | Micah Cochran | |
| 2016-03-27 | Note revisions. Add licensing. Add supplemental information about project, ↵ | Micah Cochran | |
| algorithm, and algorithm lineage. | |||
| 2016-03-27 | Add Patterson Cylindrical projection. Add tests for projection. | Micah Cochran | |
| 2016-03-08 | doc tweaks | Howard Butler | |
| 2016-03-07 | Merge pull request #365 from seanm/master | Howard Butler | |
| Fixed a cmake option message that was being truncated due to being sp… | |||
| 2016-03-07 | Fixed a cmake option message that was being truncated due to being split ↵ | Sean McBride | |
| into multiple lines | |||
| 2016-03-06 | Merge pull request #364 from cffk/proj-version | Howard Butler | |
| Document a (the?) convention for PJ_VERSION for versions 4.10 and up. | |||
| 2016-03-06 | Document a (the?) convention for PJ_VERSION for versions 4.10 and up. | Charles Karney | |
| 2016-03-03 | Build and deploy proj4.org website with every commit to the | Howard Butler | |
| master branch. proj4.org uses the Sphinx documentation stack, and it is located in the ./docs directory. | |||
| 2016-03-02 | Merge pull request #363 from OSGeo/docker | Howard Butler | |
| Add a Dockerfile that demonstrates building proj.4 and friends | |||
| 2016-03-02 | Add a Dockerfile that demonstrates building proj.4 and friends | Howard Butler | |
| 2016-02-29 | Merge pull request #360 from mbull2016/add_misrsom2 | Howard Butler | |
| Add support for MISR SOM projection | |||
| 2016-02-29 | Add test | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Merge branch 'hobu-docs-refactor' | Howard Butler | |
| 2016-02-28 | Merge pull request #362 from YannChemin/patch-2 | Howard Butler | |
| Added more descriptive docs about the OCEA options | |||
| 2016-02-28 | Added more descriptive docs about the OCEA options | Yann Chemin | |
| 2016-02-26 | Merge pull request #361 from YannChemin/patch-1 | Howard Butler | |
| Added scientific ref + info on params | |||
| 2016-02-26 | Added scientific ref + info on params | Yann Chemin | |
| 2016-02-26 | more sphinx docs | Howard Butler | |
| 2016-02-25 | add libproj.pdf from 2005 | Howard Butler | |
