<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CMake.git/Utilities/cmjsoncpp/include, branch master</title>
<subtitle>CMake is a cross-platform, open-source build system generator.</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/'/>
<entry>
<title>jsoncpp: Drop doxygen comments not recognized by Clang</title>
<updated>2017-08-30T14:17:21Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2017-08-29T13:43:12Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=73ed503ed5ca76c5b05629a00ddc29d3549a48e8'/>
<id>73ed503ed5ca76c5b05629a00ddc29d3549a48e8</id>
<content type='text'>
Some Clang versions warn with `-Wdocumentation-unknown-command` about
the `\internal` and `\snippet` command tag names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some Clang versions warn with `-Wdocumentation-unknown-command` about
the `\internal` and `\snippet` command tag names.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Fix compilation on SunPro</title>
<updated>2017-08-30T14:17:13Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2017-08-29T12:04:45Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=c103a959d12e810bb3eb8a8f155a171944d6a1ea'/>
<id>c103a959d12e810bb3eb8a8f155a171944d6a1ea</id>
<content type='text'>
The SunPro compiler does not support `#pragma pack`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SunPro compiler does not support `#pragma pack`.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Drop deprecation markup</title>
<updated>2017-08-30T14:17:09Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2017-08-28T15:43:41Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=0a0f71066f5206898ab8da789c04b17b664af069'/>
<id>0a0f71066f5206898ab8da789c04b17b664af069</id>
<content type='text'>
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings.
Additional work will be needed to port CMake to newer jsoncpp interfaces
while still supporting jsoncpp 1.0.0.  For now, just suppress the
markup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings.
Additional work will be needed to port CMake to newer jsoncpp interfaces
while still supporting jsoncpp 1.0.0.  For now, just suppress the
markup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'upstream-jsoncpp' into update-jsoncpp</title>
<updated>2017-08-30T14:16:59Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2017-08-28T15:33:06Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=e09819557f5bf29f8414d5165e2c3e8ad8dee2d1'/>
<id>e09819557f5bf29f8414d5165e2c3e8ad8dee2d1</id>
<content type='text'>
* upstream-jsoncpp:
  jsoncpp 2017-08-27 (4cfae897)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* upstream-jsoncpp:
  jsoncpp 2017-08-27 (4cfae897)
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Drop doxygen comments that cause Clang warnings</title>
<updated>2015-01-20T14:28:28Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-20T14:26:36Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=a02fbec5f3eabf7847583a7f45c092ef6c066546'/>
<id>a02fbec5f3eabf7847583a7f45c092ef6c066546</id>
<content type='text'>
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings.  Update
the code to remove these -Wdocumentation warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even though we disable warnings when building jsoncpp itself, including
its headers from other CMake sources may still cause warnings.  Update
the code to remove these -Wdocumentation warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Add missing &lt;iosfwd&gt; include in json/writer.h</title>
<updated>2015-01-15T16:39:03Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-13T16:27:43Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=ad94b0521eb3a0e05c120b510d047dd18b27c9df'/>
<id>ad94b0521eb3a0e05c120b510d047dd18b27c9df</id>
<content type='text'>
The header uses std::ostream, so it must be declared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The header uses std::ostream, so it must be declared.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Disable warnings to avoid changing 3rd party code</title>
<updated>2015-01-15T16:39:01Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-13T15:45:23Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=06f41e986c25fc2fd68074fce314a55f5c1d003d'/>
<id>06f41e986c25fc2fd68074fce314a55f5c1d003d</id>
<content type='text'>
Add '-w' or equivalent flag on compilers supporting it.
Tell MSVC to use its lowest warning level inside jsoncpp sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add '-w' or equivalent flag on compilers supporting it.
Tell MSVC to use its lowest warning level inside jsoncpp sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Build the library within CMake</title>
<updated>2015-01-15T16:37:17Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-13T15:45:04Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=1fc556536e0c0475d401e8b5747b46e9f7c32287'/>
<id>1fc556536e0c0475d401e8b5747b46e9f7c32287</id>
<content type='text'>
Update json/json.h to account for our lack of autolink.h.  Update
json/config.h to include KWSys Large File Support configuration so that
consistent stream libraries are used (on AIX with XL).

Add a cm_jsoncpp_reader.h header to include the CMake-provided copy of
the json/reader.h header from CMake sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update json/json.h to account for our lack of autolink.h.  Update
json/config.h to include KWSys Large File Support configuration so that
consistent stream libraries are used (on AIX with XL).

Add a cm_jsoncpp_reader.h header to include the CMake-provided copy of
the json/reader.h header from CMake sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>jsoncpp: Include "config.h" before system headers</title>
<updated>2015-01-15T16:36:49Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-15T16:12:07Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=84d5674d4e0cfe30f28db2893ad00937deece57c'/>
<id>84d5674d4e0cfe30f28db2893ad00937deece57c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jsoncpp-upstream' into import-jsoncpp</title>
<updated>2015-01-13T19:42:00Z</updated>
<author>
<name>Brad King</name>
<email>brad.king@kitware.com</email>
</author>
<published>2015-01-13T15:36:49Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/CMake.git/commit/?id=a263d519fffab082fc31f8e3f454726e3fbd8363'/>
<id>a263d519fffab082fc31f8e3f454726e3fbd8363</id>
<content type='text'>
Use a subtree merge to place the upstream content in the
Utilities/cmjsoncpp directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a subtree merge to place the upstream content in the
Utilities/cmjsoncpp directory.
</pre>
</div>
</content>
</entry>
</feed>
