<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson/CMakeLists.txt, branch or-1.31.0</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=or-1.31.0</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=or-1.31.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2024-06-11T01:39:55+00:00</updated>
<entry>
<title>feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.</title>
<updated>2024-06-11T01:39:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-06-11T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c92ecda53337490633c95e6ae00e322dc9ad1fb8'/>
<id>urn:sha1:c92ecda53337490633c95e6ae00e322dc9ad1fb8</id>
<content type='text'>
Co-Authored-By: Hisham Muhammad &lt;hisham@gobolinux.org&gt;
Co-authored-by: Mark Pulford &lt;mark@kyne.com.au&gt;
Co-authored-by: ichenq &lt;ichenq@gmail.com&gt;
Co-authored-by: Cloud Wu &lt;cloudwu@gmail.com&gt;
Co-authored-by: caijietao &lt;t0350.prog@gmail.com&gt;
Co-authored-by: actboy168 &lt;actboy168@gmail.com&gt;
Co-authored-by: wudeng &lt;wudeng256@gmail.com&gt;
Co-authored-by: caiyiheng &lt;rangercyh@qq.com&gt;</content>
</entry>
<entry>
<title>Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c </title>
<updated>2023-02-22T13:34:30+00:00</updated>
<author>
<name>lijunlong</name>
<email>lijunlong@openresty.com</email>
</author>
<published>2023-02-22T13:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=41eee7406b0f048392168515b09e7d8bdd000624'/>
<id>urn:sha1:41eee7406b0f048392168515b09e7d8bdd000624</id>
<content type='text'>
Co-authored-by: Jesper Lundgren &lt;jesperlundgren@exosite.com&gt;</content>
</entry>
<entry>
<title>attempting to fix luajit cmake build</title>
<updated>2020-04-25T21:24:18+00:00</updated>
<author>
<name>leaf corcoran</name>
<email>leafot@gmail.com</email>
</author>
<published>2019-09-22T02:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=701fda3ed4dccd6dd7e535986567d4e0235c6d02'/>
<id>urn:sha1:701fda3ed4dccd6dd7e535986567d4e0235c6d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ENABLE_CJSON_GLOBAL option</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-22T01:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=910a28718325193a439bfc92225755776ff559d0'/>
<id>urn:sha1:910a28718325193a439bfc92225755776ff559d0</id>
<content type='text'>
Remove ENABLE_CJSON_GLOBAL option since it is not recommended or
necessary and doesn't need to be discussed in the manual.
</content>
</entry>
<entry>
<title>Reduce length of CMake option descriptions</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-21T03:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=78e71e1f4e15a9f37d83fb71871c1c4f7c85a424'/>
<id>urn:sha1:78e71e1f4e15a9f37d83fb71871c1c4f7c85a424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONV</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-21T02:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=a05c5153ad6b4082de209ed1154034ccd3b68326'/>
<id>urn:sha1:a05c5153ad6b4082de209ed1154034ccd3b68326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable registration of cjson global variable</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-18T13:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=88bb249473db4e4923e4c27a8e3ece7a77e738ce'/>
<id>urn:sha1:88bb249473db4e4923e4c27a8e3ece7a77e738ce</id>
<content type='text'>
Disable registration of cjson module table global variable in the
default build. Automatically creating a variable in the global namespace
can cause issues for other software and is no longer recommended with
Lua.
</content>
</entry>
<entry>
<title>Add CMake option to toggle DISABLE_CJSON_GLOBAL</title>
<updated>2012-03-04T08:24:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-18T09:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=90e08aa69d23df8c2eb3e231d57a46281d330f03'/>
<id>urn:sha1:90e08aa69d23df8c2eb3e231d57a46281d330f03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use DISABLE_INVALID_NUMBERS on WIN32 CMake builds</title>
<updated>2012-03-04T08:24:34+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-03T22:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=3871cb71c858b8e542b78677f782b88ddd820cb3'/>
<id>urn:sha1:3871cb71c858b8e542b78677f782b88ddd820cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support to USE_INTERNAL_DTOA to CMake build</title>
<updated>2012-03-04T08:24:34+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-03T11:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=9f85048c49caca1d1774c96681546b178cb7ca78'/>
<id>urn:sha1:9f85048c49caca1d1774c96681546b178cb7ca78</id>
<content type='text'>
- Provide build options for USE_INTERNAL_DTOA and MULTIPLE_THREADS
- Link module with Lua library under Windows
</content>
</entry>
</feed>
