<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tools/slang-test/unit-test-json.cpp, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2021-09-24T18:33:44+00:00</updated>
<entry>
<title>Move existing unit tests to a standalone dll. (#1945)</title>
<updated>2021-09-24T18:33:44+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2021-09-24T18:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=bec8e6aec85b6e3f875c58bdd59eb15613978358'/>
<id>urn:sha1:bec8e6aec85b6e3f875c58bdd59eb15613978358</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JSONBuilder (#1865)</title>
<updated>2021-06-02T16:58:08+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-06-02T16:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=b699a36444a03a6f7b312e805de31395a2d2ff9c'/>
<id>urn:sha1:b699a36444a03a6f7b312e805de31395a2d2ff9c</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* WIP JSONWriter/JSONParser.

* Checking different Layout styles for JSON.

* Add slang-json-parser.h/.cpp

* WIP JSONValue.

* Added JSONValue::destroy/Recursive.

* Improvement to JSONValue.

* Improve text double conversion precision. Testing.

* Simplify double parsing (just use atof).
JSON comparison
More testing of conversions and start of JSONValue.

* Add &lt;math.h&gt; for isnan, isinf etc.

* Small improvement with object comparison.

* Fix typo in getArgsByName.

* Removed use of isnan and isinf as includes don't work on linux.

* Improve JSON unit test.

* Added asInteger/asFloat/asBool to JSONValue.

* Add SourceLoc to JSONListener.

* Added ability to walk the JSONValue

* JSONBuilder.

* Add converting from lexemes via JSONBuilder.

* Fix VS warning.

* Fix warning for res not being used.</content>
</entry>
<entry>
<title>JSONValue / Container (#1864)</title>
<updated>2021-06-01T20:58:07+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-06-01T20:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=7a3c87b58de2683c077bd5341052c2e3cebeb048'/>
<id>urn:sha1:7a3c87b58de2683c077bd5341052c2e3cebeb048</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* WIP JSONWriter/JSONParser.

* Checking different Layout styles for JSON.

* Add slang-json-parser.h/.cpp

* WIP JSONValue.

* Added JSONValue::destroy/Recursive.

* Improvement to JSONValue.

* Improve text double conversion precision. Testing.

* Simplify double parsing (just use atof).
JSON comparison
More testing of conversions and start of JSONValue.

* Add &lt;math.h&gt; for isnan, isinf etc.

* Small improvement with object comparison.

* Fix typo in getArgsByName.

* Removed use of isnan and isinf as includes don't work on linux.

* Improve JSON unit test.

* Added asInteger/asFloat/asBool to JSONValue.

* Change comment to trigger CI build.</content>
</entry>
<entry>
<title>JSON Parser and Writer (#1859)</title>
<updated>2021-05-27T19:38:52+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-05-27T19:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=15f5cffc3026a5faed7046ae7d75ec6b56cf4a4c'/>
<id>urn:sha1:15f5cffc3026a5faed7046ae7d75ec6b56cf4a4c</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* WIP JSONWriter/JSONParser.

* Checking different Layout styles for JSON.

* Add slang-json-parser.h/.cpp</content>
</entry>
<entry>
<title>JSON Lexing and string encoding/decoding (#1858)</title>
<updated>2021-05-26T00:58:43+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2021-05-26T00:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=7d1b8ac13faf80ed56b37243480d097059da5aab'/>
<id>urn:sha1:7d1b8ac13faf80ed56b37243480d097059da5aab</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* WIP Json lexer.

* Check JSON Lex with unit test

* Add JSON escaping/unescaping of strings.

* Big fix encoding/decoding.

* Fix typo in JSON diagnostics.

* Fix typo.

* Better float testing.</content>
</entry>
</feed>
