<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/libjson/patches/" rel="alternate"/><link href="https://sourceforge.net/p/libjson/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/libjson/patches/</id><updated>2013-02-21T21:37:38Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>FIx for deprecated function in MSVS</title><link href="https://sourceforge.net/p/libjson/patches/5/" rel="alternate"/><published>2013-02-21T21:37:38Z</published><updated>2013-02-21T21:37:38Z</updated><author><name>Joshua Downer</name><uri>https://sourceforge.net/u/jdowner/</uri></author><id>https://sourceforge.net490d1e4cfd2c07fc99c2308b8748200f84b462e9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In v7.6.1 the json_deprecation macro has the wrong format for MSVS which results in a syntax error. The fix is trivial -- the return type needs to be included with the rest of method as the first argument to the macro. This will also work for the GNUC version of the macro. This patch changes the two places in the code where this macro is used.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix for int64 int type JSON output</title><link href="https://sourceforge.net/p/libjson/patches/4/" rel="alternate"/><published>2013-01-29T20:46:38Z</published><updated>2013-01-29T20:46:38Z</updated><author><name>Janik Zikovsky</name><uri>https://sourceforge.net/u/jzikovsky/</uri></author><id>https://sourceforge.net033a75091afe79f45d806418434d67cb228250e6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If JSON_INT_TYPE is defined as __int64, the JSON output of 64-bit ints is clipped to 32 bits. This patch corrects this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bug fix for installing headers</title><link href="https://sourceforge.net/p/libjson/patches/3/" rel="alternate"/><published>2012-10-03T14:16:23Z</published><updated>2012-10-03T14:16:23Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net727350a25898368d64396c79d0d2fe6b33e1b808</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This patch fixes makefile to install _internal/Dependencies directory correctly.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Warning Suppression</title><link href="https://sourceforge.net/p/libjson/patches/2/" rel="alternate"/><published>2012-09-18T15:54:49Z</published><updated>2012-09-18T15:54:49Z</updated><author><name>Andrew Scala</name><uri>https://sourceforge.net/u/agscala/</uri></author><id>https://sourceforge.netde17d0e1d257167b006433feac04923455b7b51b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;libbase64++ and libjson both spit out warnings when being used with gcc because the constructor initialization lists were out of order in a couple places.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Fix bug of install libjson</title><link href="https://sourceforge.net/p/libjson/patches/1/" rel="alternate"/><published>2012-04-06T08:23:27Z</published><updated>2012-04-06T08:23:27Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net20f29e55c067429e7a3a9af96ce6d800e36472c0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In current make file, libjson.a will be copy as a "file" : prefix/lib. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Which "lib" should be a folder instead of a file.&lt;/p&gt;
&lt;p&gt;Apply this path to fix this bug and libjson.a will be installed into "prefix/lib/libjson.a" correctly.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>