<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/CMakeLists.txt, branch 7.2.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Add projsync utility</title>
<updated>2020-02-04T20:43:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-02T21:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=87318283eedef680356ef272a6af39ac3140d333'/>
<id>87318283eedef680356ef272a6af39ac3140d333</id>
<content type='text'>
Fixes #1750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1750
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: replace PROJ_TESTS with CTest's BUILD_TESTING option</title>
<updated>2020-01-24T07:26:53+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-01-23T01:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=43dc8c575275d60ac0455e3a9110d813d5348ec4'/>
<id>43dc8c575275d60ac0455e3a9110d813d5348ec4</id>
<content type='text'>
* CTest automatically creates a BUILD_TESTING option (default is ON)
* Also allow PROJ_TESTS to be used, but show deprecation message;
  and add note to remove this option by PROJ 8.0
* Only build geodtest when tests are enabled
* Add documentation to configure a build using -DBUILD_TESTING=OFF
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CTest automatically creates a BUILD_TESTING option (default is ON)
* Also allow PROJ_TESTS to be used, but show deprecation message;
  and add note to remove this option by PROJ 8.0
* Only build geodtest when tests are enabled
* Add documentation to configure a build using -DBUILD_TESTING=OFF
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize CMake with cmakelint, 2-space indent</title>
<updated>2019-03-19T07:04:48+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-03-18T10:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2622d3851573cd44fc7b36bfd15f07215f434d4b'/>
<id>2622d3851573cd44fc7b36bfd15f07215f434d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all traces of nad2bin and nad2nad</title>
<updated>2019-02-04T19:30:12+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-02-04T13:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d6aaddc5e0cb2bd9080a8fc4b77de947172c81d8'/>
<id>d6aaddc5e0cb2bd9080a8fc4b77de947172c81d8</id>
<content type='text'>
The source material for the default grids used by
PROJ has been moved to the proj-datumgrid repository. For that
reason it is no longer necessary to include the nad2bin program
in the PROJ repository and source distribution. From now on the
nad2bin application will be kept in the proj-datumgrid repo.

Previously the null grid was generated by running nad2bin on the
null.lla file. Since nad2bin is no longer available null.lla has
been replaced by its binary counterpart null. This file will be
distributed and installed alongside PROJ.

Build scripts and documenation has been adjusted so that nad2bin
is not mentioned anywhere. Additionally all references to nad2nad
has been removed as well. nad2nad has not been part of the PROJ
distribution for quite some time so this has been long overdue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The source material for the default grids used by
PROJ has been moved to the proj-datumgrid repository. For that
reason it is no longer necessary to include the nad2bin program
in the PROJ repository and source distribution. From now on the
nad2bin application will be kept in the proj-datumgrid repo.

Previously the null grid was generated by running nad2bin on the
null.lla file. Since nad2bin is no longer available null.lla has
been replaced by its binary counterpart null. This file will be
distributed and installed alongside PROJ.

Build scripts and documenation has been adjusted so that nad2bin
is not mentioned anywhere. Additionally all references to nad2nad
has been removed as well. nad2nad has not been part of the PROJ
distribution for quite some time so this has been long overdue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement RFC 2: Initial integration of "GDAL SRS barn" work</title>
<updated>2018-11-14T21:48:29+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-11-14T16:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d928db15d53805d9b728b440079756081961c536'/>
<id>d928db15d53805d9b728b440079756081961c536</id>
<content type='text'>
This work mostly consists of:
- a C++ implementation of the ISO-19111:2018 / OGC Topic 2
  "Referencing by coordinates" classes to represent Datums,
  Coordinate systems, CRSs (Coordinate Reference Systems) and
  Coordinate Operations.
- methods to convert between this C++ modeling and WKT1, WKT2
  and PROJ string representations of those objects
- management and query of a SQLite3 database of CRS and Coordinate Operation definition
- a C API binding part of those capabilities

This is all-in-one squashed commit of the work of
https://github.com/OSGeo/proj.4/pull/1040
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This work mostly consists of:
- a C++ implementation of the ISO-19111:2018 / OGC Topic 2
  "Referencing by coordinates" classes to represent Datums,
  Coordinate systems, CRSs (Coordinate Reference Systems) and
  Coordinate Operations.
- methods to convert between this C++ modeling and WKT1, WKT2
  and PROJ string representations of those objects
- management and query of a SQLite3 database of CRS and Coordinate Operation definition
- a C API binding part of those capabilities

This is all-in-one squashed commit of the work of
https://github.com/OSGeo/proj.4/pull/1040
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable wildcard globbing for MSVC builds (#714)</title>
<updated>2017-12-18T11:35:06+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-12-18T11:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e073e13b4d7c830d1e7144c22a1ab1c225f47a39'/>
<id>e073e13b4d7c830d1e7144c22a1ab1c225f47a39</id>
<content type='text'>
* Enable wildcard globbing for MSVC builds

* Use globbing to run all gie tests

* Despite merge title: Also use wildcards on gie tests when using GNU compilers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enable wildcard globbing for MSVC builds

* Use globbing to run all gie tests

* Despite merge title: Also use wildcards on gie tests when using GNU compilers
</pre>
</div>
</content>
</entry>
<entry>
<title>gie.c and builtins.gie now able to reproduce internal test results</title>
<updated>2017-10-12T12:38:50+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-10-07T15:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=973c87c5115e34c60d65f702815edee169fcdd1e'/>
<id>973c87c5115e34c60d65f702815edee169fcdd1e</id>
<content type='text'>
improved docs, improved strtod - avoid precision loss for very long fractions

Switch gie.c to use same framework as cct.c

numerous improvements in proj_strtod.c and gie.c

Add gie to the build system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improved docs, improved strtod - avoid precision loss for very long fractions

Switch gie.c to use same framework as cct.c

numerous improvements in proj_strtod.c and gie.c

Add gie to the build system
</pre>
</div>
</content>
</entry>
<entry>
<title>Introducing the cct 'Coordinate Conversion and Transformation' program (#574)</title>
<updated>2017-09-28T14:40:27+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-09-28T14:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=33e1c8e78f7bb826617f08f29e182b530d2ea153'/>
<id>33e1c8e78f7bb826617f08f29e182b530d2ea153</id>
<content type='text'>
* Introducing the cct 'Coordinate Conversion and Transformation' program
* cct: Add some rudimentary documentation
* Removed documentation again, moving to a separate doc PR
* Minor corrections in response to a review by @kbevers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Introducing the cct 'Coordinate Conversion and Transformation' program
* cct: Add some rudimentary documentation
* Removed documentation again, moving to a separate doc PR
* Minor corrections in response to a review by @kbevers
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated CMakeLists to only set the debug postfix if the target is being built.</title>
<updated>2016-11-17T22:40:42+00:00</updated>
<author>
<name>Tom Fili</name>
<email>tfili@agi.com</email>
</author>
<published>2016-11-17T22:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=189f970038f1eea387e4045aa48167b4f0e4b3fd'/>
<id>189f970038f1eea387e4045aa48167b4f0e4b3fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade geodesic library from GeographicLib 1.46.</title>
<updated>2016-02-15T23:24:34+00:00</updated>
<author>
<name>Charles Karney</name>
<email>ckarney@karney.com</email>
</author>
<published>2016-02-15T23:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=16df65976714747f2ab5fb73a47327970ccd723f'/>
<id>16df65976714747f2ab5fb73a47327970ccd723f</id>
<content type='text'>
* upgrade geodesic.[ch3]
* add test suite geodtest.c and invoke via cmake's add_test
* increment version to 4.9.3 and library version to 11.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upgrade geodesic.[ch3]
* add test suite geodtest.c and invoke via cmake's add_test
* increment version to 4.9.3 and library version to 11.0.0
</pre>
</div>
</content>
</entry>
</feed>
