<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs/source/community/code_contributions.rst, branch backport-3082-to-9.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Transition Clang Static Analizer to use CMake</title>
<updated>2022-01-02T10:56:06+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-12-27T07:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=427eb126c4f3928f301fe1bd4d4da5eda22fb77b'/>
<id>427eb126c4f3928f301fe1bd4d4da5eda22fb77b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)</title>
<updated>2021-05-03T21:05:06+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-05-03T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ea3f53746c859c73c775bf11d17f8471d0fb59f2'/>
<id>ea3f53746c859c73c775bf11d17f8471d0fb59f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST/DOC: upgrade CSA to use ubuntu-18.04; sync docs (#2698)</title>
<updated>2021-04-30T10:28:13+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-04-30T10:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=546743c838d8c3009fb864718ee77858ff843b29'/>
<id>546743c838d8c3009fb864718ee77858ff843b29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a few typos in the docs</title>
<updated>2021-01-17T10:57:39+00:00</updated>
<author>
<name>Martijn Visser</name>
<email>mgvisser@gmail.com</email>
</author>
<published>2021-01-17T10:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=169ccbb7a0a4d64a300f111d38e1e25bddbd5182'/>
<id>169ccbb7a0a4d64a300f111d38e1e25bddbd5182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update code contributor guidelines so they reflect current state of affairs</title>
<updated>2020-06-13T08:25:32+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-06-13T08:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=09bbf268d69ac0ba74a2950cfe390c364fef158f'/>
<id>09bbf268d69ac0ba74a2950cfe390c364fef158f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade testing from trusty to xenial, and also:</title>
<updated>2019-09-25T08:50:07+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-09-24T23:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4013aeaaf7796cfff6b97668870ce4a2af3d509a'/>
<id>4013aeaaf7796cfff6b97668870ce4a2af3d509a</id>
<content type='text'>
* From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME
* From mingw 4.8 -&gt; 5.3, as supported by xenial
* clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04
* Furthermore xenial implicitly has many upgrades, specifically:
  - gcc 4.8.4 -&gt; 5.4.0
  - clang 4.0.0 -&gt; 5.0.0
  - cmake 3.9.2 -&gt; 3.12.4
  - python 3.4.3 -&gt; 3.5.2
* cppcheck version kept at 1.61 (for trusty) due to many
  false positives with version 1.72 (for xenial)
* Community code contribution documentation simplified to remove
  version of cppcheck, as this may outdated with updates to scripts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME
* From mingw 4.8 -&gt; 5.3, as supported by xenial
* clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04
* Furthermore xenial implicitly has many upgrades, specifically:
  - gcc 4.8.4 -&gt; 5.4.0
  - clang 4.0.0 -&gt; 5.0.0
  - cmake 3.9.2 -&gt; 3.12.4
  - python 3.4.3 -&gt; 3.5.2
* cppcheck version kept at 1.61 (for trusty) due to many
  false positives with version 1.72 (for xenial)
* Community code contribution documentation simplified to remove
  version of cppcheck, as this may outdated with updates to scripts
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange Travis CI scripts to be more modular</title>
<updated>2019-09-24T23:16:27+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2019-09-24T22:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=14828d9695ab54272fee0dab35a489180c20f2ea'/>
<id>14828d9695ab54272fee0dab35a489180c20f2ea</id>
<content type='text'>
* Split global before_install for apt and pip
* Use -qq option for apt-get, which implies -y
* Use list of targets with apt-get rather than one-per-line
* Use local variables for mingw32/install.sh
* Show version info for cppcheck, pip and python
* Simplify clang+llvm-6 path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split global before_install for apt and pip
* Use -qq option for apt-get, which implies -y
* Use list of targets with apt-get rather than one-per-line
* Use local variables for mingw32/install.sh
* Show version info for cppcheck, pip and python
* Simplify clang+llvm-6 path
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for Include What You Use (IWYU) (#1006)</title>
<updated>2018-05-19T18:52:05+00:00</updated>
<author>
<name>Kurt Schwehr</name>
<email>schwehr@gmail.com</email>
</author>
<published>2018-05-19T18:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=89aeb3d4ccf8683fb10b1a5bea0a5293d2e31817'/>
<id>89aeb3d4ccf8683fb10b1a5bea0a5293d2e31817</id>
<content type='text'>
Docs requested in discussion of #1000</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docs requested in discussion of #1000</pre>
</div>
</content>
</entry>
<entry>
<title>Create "Community" section at top level of docs</title>
<updated>2018-05-12T10:22:19+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-09T22:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d02e9ede9aebc10d63007ca8d18650fad6d301d7'/>
<id>d02e9ede9aebc10d63007ca8d18650fad6d301d7</id>
<content type='text'>
Mailing list section from frontpage moved to the new section. So is the
contributing and for_proj_contributors pages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mailing list section from frontpage moved to the new section. So is the
contributing and for_proj_contributors pages.
</pre>
</div>
</content>
</entry>
</feed>
