Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Solar2D

Creating Solar2D (ex Corona SDK) Game Engine
Collective - Host: opensource - https://opencollective.com/solar2d - Website: https://solar2d.com/ - Code: https://github.com/coronalabs

Need more tests on unicode

github.com/coronalabs/external-metalangle-jsoncpp-source - df4de558c34670e69a6895baf7b97933b649cdbf authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail.

The amalgated sources are generated by concatenating JsonCpp source in the correct order and def...

github.com/coronalabs/external-metalangle-jsoncpp-source - 62d7bc75db68b75ce326fbe007317ecf2ccf00b5 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Release test-0.6.0

github.com/coronalabs/external-metalangle-jsoncpp-source - 40388494bd88cd2b84772bf55b0b3086e63ba4e2 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Release test-0.6.0

github.com/coronalabs/external-metalangle-jsoncpp-source - bafb43c20315eee60654ab7adf9e8d527458d050 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail.

The amalgated sources are generated by concatenating JsonCpp source in the correct order and def...

github.com/coronalabs/external-metalangle-jsoncpp-source - 64e40aafe531fe2d2bc9ed6065669849414cd6d8 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Added project URL.

github.com/coronalabs/external-metalangle-jsoncpp-source - 91923f2cbc3e6eb0d0ee79a622a7bd453d2cc6f0 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Added recommended include path.

github.com/coronalabs/external-metalangle-jsoncpp-source - 13698b583572c3e9657915e8d32081f3621ab9af authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Added known bug reference for experimental internal map.

github.com/coronalabs/external-metalangle-jsoncpp-source - 5349225f43eb4aae8a09976394e5b6f5e555a952 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility.

github.com/coronalabs/external-metalangle-jsoncpp-source - b2e8cccbc6ed7561219d7770153262b5d141817b authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters.

github.com/coronalabs/external-metalangle-jsoncpp-source - 99043b32b5228d57e40c0d7cf3edbb8eba1fb75d authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.

Modified runjsontests.py to allow test that expect failure in jsoncpp test suite.

github.com/coronalabs/external-metalangle-jsoncpp-source - 9c98f2277b2972ddee93c97bb5273e86d6045195 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Fixed latest readme.txt url.

github.com/coronalabs/external-metalangle-jsoncpp-source - 565a1f3d39558d770583696cdd90567cf0661d37 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Fixed url for scons 1.2 download. Clarify manual test run executable path.

github.com/coronalabs/external-metalangle-jsoncpp-source - 61324b5f7787f901f6244928528c5089e803f903 authored over 13 years ago by Baptiste Lepilleur <[email protected]>
Major rework of 64 integer support: 64 bits integer are only returned when explicitly request via Json::Value::asInt64(), unlike previous implementation where Json::Value::asInt() returned a 64 bits integer.

This eases porting portable code and does not break compatibility with the previous release.

Js...

github.com/coronalabs/external-metalangle-jsoncpp-source - 842e9ac54bee5901e8d4efecaf75b69077bb5f4e authored about 14 years ago by Baptiste Lepilleur <[email protected]>
Fixed some documentation issues pointed out by Daniel.

github.com/coronalabs/external-metalangle-jsoncpp-source - 5c5628aec2f44476e5fc96e99445fbce3ad10507 authored about 14 years ago by Baptiste Lepilleur <[email protected]>
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float).

github.com/coronalabs/external-metalangle-jsoncpp-source - b96aed0f3e8e84cc6dab86aa72a426854bd45516 authored about 14 years ago by Baptiste Lepilleur <[email protected]>
- Array index can be passed as int to operator[], allowing use of literal:

Json::Value array;
array.append( 1234 );
int value = array[0].asInt(); // did not compile ...

github.com/coronalabs/external-metalangle-jsoncpp-source - fa130ef871bef9940ce7a39d4d10a4f2263ec1ac authored about 14 years ago by Baptiste Lepilleur <[email protected]>
updated license with clearer information

github.com/coronalabs/external-metalangle-jsoncpp-source - e6046e589e0741a1108b6c7e92e33d5fa55293d5 authored over 14 years ago by Baptiste Lepilleur <[email protected]>
- added unit test and roadmap for handling of escape sequence "\/"

github.com/coronalabs/external-metalangle-jsoncpp-source - 402c13eb3d33f759c822b901f30b8829fc33d998 authored over 14 years ago by Baptiste Lepilleur <[email protected]>
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction.

github.com/coronalabs/external-metalangle-jsoncpp-source - 7469f1d01485e55ff645c13e765a01e787d5849c authored over 14 years ago by Baptiste Lepilleur <[email protected]>
- Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined.

- Added Json::ArrayIndex as an unsigned int to forwards.h
- Modified Json::Value to consistently ...

github.com/coronalabs/external-metalangle-jsoncpp-source - 201fb2cf0d4f7fa3014d3156d8b0c4fee4bd9fd5 authored over 14 years ago by Baptiste Lepilleur <[email protected]>
- added need for 64 bits integer to roadmap

github.com/coronalabs/external-metalangle-jsoncpp-source - 377d21e14537356235dfbbb2a9821d99c7872278 authored over 14 years ago by Baptiste Lepilleur <[email protected]>
Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug #2934500). The DefaultValueAllocator has been inlined in code.

github.com/coronalabs/external-metalangle-jsoncpp-source - afd9cef928c110665823ab7d6b6d6ca3de6f8d18 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- extracted some utility functions out-of reader and parser.

github.com/coronalabs/external-metalangle-jsoncpp-source - d38ba2a2cb9213dac2fce8024da2e0cbc0cc1193 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
Added NEWS.txt that provides a synopsis of the change since the last version. Integrated NEWS.txt in documentation.

github.com/coronalabs/external-metalangle-jsoncpp-source - 130730ffd795013923e7b1afa17313d8a11eb909 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added support for compilation using Microsoft Visual Studio 2008

github.com/coronalabs/external-metalangle-jsoncpp-source - e1b26455e7145e5751310082d9d3dde129b23a38 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- better execution examples

github.com/coronalabs/external-metalangle-jsoncpp-source - cd6cb5d0e68fc350e03fba0fd26714d643b2f4e5 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- add LD_LIBRARY_PATH to propagated environment variables as it is required for some compiler installations.

github.com/coronalabs/external-metalangle-jsoncpp-source - 0a899589c2a0be2a82bf07f721e4418cf6a71f62 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed project links section name

github.com/coronalabs/external-metalangle-jsoncpp-source - a11e47d9ade847b57638cb4b4ce793bd83005a76 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed typos and added "download" section to documentation

- commit version numbers after release

github.com/coronalabs/external-metalangle-jsoncpp-source - e6a77410f4d3ae9877082647dc416562031e4b1f authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
Removed experimental notification on iterators, and added experimental status for allocator (to be removed)

github.com/coronalabs/external-metalangle-jsoncpp-source - 0c5fff142d31cb41eb9bcaaad9f74917eb3030ad authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added --no-web to skip upload to web site

- added automatic upload of source and documentation tarball on frs.sourceforge.net

github.com/coronalabs/external-metalangle-jsoncpp-source - d89d7961d641f6bbc92af783b41f9f7283e5bb34 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- doc is now generated in dist/doxygen

- makerelease now decompress the tarball, download and install scons, run scons check on provided...

github.com/coronalabs/external-metalangle-jsoncpp-source - 64ba06207645d5af00a052a27367d548e6fd3312 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added source tarball decompression

github.com/coronalabs/external-metalangle-jsoncpp-source - 35bdc07ebdf925c6c0fe7ce12ed01df9961712e3 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added the following step to make_release: fix EOL in distribution source, generate source tarball.

- devtools/ was made into a python module and common utilities are being moved in this module

github.com/coronalabs/external-metalangle-jsoncpp-source - e94d2f483b7efaf9d8d1a405906b069c8f476448 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added svn export

- prepared tool for eol conversion

github.com/coronalabs/external-metalangle-jsoncpp-source - 7c171ee726ba31722bc3c8f09bcb09e177541e87 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- changed SVN EOL properties so that HTML file are in Unix format, Visual Studio solution are always in Windows format, and sources are in native format.

github.com/coronalabs/external-metalangle-jsoncpp-source - fcf145ecd4b40a483ec7147d338e5d87185b2841 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added (incomplete) script makerelease.py to handle svn tagging and tar balls generation

github.com/coronalabs/external-metalangle-jsoncpp-source - 1f4847cbd9f89fb94ccf8fbccf539d7fbb60a4e1 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed project name and version

github.com/coronalabs/external-metalangle-jsoncpp-source - 35503e59179c42c596736a077b2a47ec380f3995 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- Documentation generation is no longer handled by SCons. The script doxybuild.py is used to generate the documentation on demand.

- Added file 'version' that contains jsoncpp version number. It is used by both SConstruct and do...

github.com/coronalabs/external-metalangle-jsoncpp-source - 57ee0e3b375b652996aba00409f3d873e2857783 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added missing virtual destructor to TestCase.

github.com/coronalabs/external-metalangle-jsoncpp-source - 8d3790d2178ab98105c70516b40e1b82e1c1045c authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added command-line option --with-json-checker to run test from jsonchecker test suite of json.org.

github.com/coronalabs/external-metalangle-jsoncpp-source - 7c66ac2e0fc65aa42898560e07b5c2317704bbbd authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- updated roadmap (utf-8 handling in Reader)

github.com/coronalabs/external-metalangle-jsoncpp-source - 8c2f18cd1d971df385551ea690f66b9bf7e30949 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added Int/UInt typedef in Json namespace. Modified Value::Int and Value::UInt to be typedef on those. Modified code to use Json::Int instead of Value::Int.

- added Value constructor taking begin/end pointer to initialize the Value with a non-zero termin...

github.com/coronalabs/external-metalangle-jsoncpp-source - 3a1b93be1cb43b52002afbc3de4231ede2a641d5 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- added a large test that cause(d?) crash with experimental JSON_VALUE_USE_INTERNAL_MAP

github.com/coronalabs/external-metalangle-jsoncpp-source - 7a866553bb00feaa38b1a00a037d20a78c92061b authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
renamed jsontestrunner.py to pyjsontestrunner.py to avoid confusion

github.com/coronalabs/external-metalangle-jsoncpp-source - 89c0092084aa849906685fc6cb6403f6ddb7c4ec authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed failing test

github.com/coronalabs/external-metalangle-jsoncpp-source - a894f775bb8ba4cd3764f667f0ed9a08217b5001 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
Integrated part of Patch #2839016, fixing default iterator initialization when using internal map.

github.com/coronalabs/external-metalangle-jsoncpp-source - 4a5e58c4f41a8d1f8ebddf9c11cc3daccb9eb4e3 authored almost 15 years ago by Baptiste Lepilleur <[email protected]>
Added another failing unicode test case

github.com/coronalabs/external-metalangle-jsoncpp-source - 2bcfb63362f215cd9cf579be538868e3fda95fde authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed compilation with Sun Studio 12 (avoid usage of std::distance)

github.com/coronalabs/external-metalangle-jsoncpp-source - 56c0401a90dc7e74e330083d95e57fbd59ed2fbd authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed iteration bug over null values.

github.com/coronalabs/external-metalangle-jsoncpp-source - a1d6c9e66af3b05a530fb91c5072bc576c74df2d authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Added instruction to run unit tests manually.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2814f6e95b32aab57a4e11efe63846e2aa0b0270 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Moved jsontestrunner data from test/ to test/data.

github.com/coronalabs/external-metalangle-jsoncpp-source - 7dec64f57ed3d549d050c43b909f06d14de5c87e authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- added mini unit testing framework

- added unit tests for Value.isXYZ() and iteration over Value members to compute size

github.com/coronalabs/external-metalangle-jsoncpp-source - 45c499d3101152429ed602b269051b3ff6843433 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Added support for valgrind memory checks

github.com/coronalabs/external-metalangle-jsoncpp-source - 932cfc798bf7027caf17806bc80e9747cbbc7384 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed compilation issue with vs2005

github.com/coronalabs/external-metalangle-jsoncpp-source - f73d4b9a6bf01e546254476bc124b1853741b2bc authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed documentation example. Bounced version number.

github.com/coronalabs/external-metalangle-jsoncpp-source - 43e25c3b0900a891db41568542da626d12b784d0 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Moved Visual Studio projects file under makefiles/vs71 to allow usage of multiple versions on the same source tree.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2a787ec8e62c92d4e8cd1729b6e9d219886018d6 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed build issue on Solaris (wrong compilation flags for multi-threading)

- fixed build issue on Linux redhat 3: python does not has tarfile module

github.com/coronalabs/external-metalangle-jsoncpp-source - 86ccb76138a0d9c556118279b9e809b190fbb240 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed build issue on AIX. Build both shared and static library is now only activated on Linux. Building static library on other platforms.

github.com/coronalabs/external-metalangle-jsoncpp-source - bf95d0f61901cb52bb88aeff8b3f2ef46964fb23 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed build issue with mingw (bug 2834969)

github.com/coronalabs/external-metalangle-jsoncpp-source - 4e19f180b81924bfb2c1f3ed4d06c0e0cfa0fb1a authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed comment after value in object value signaled by Frederic Surleau.

github.com/coronalabs/external-metalangle-jsoncpp-source - f179a180bd0cd55ea6bf27b81d8c9e2b452f3ff2 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- added Features class that describes allowed extension for Reader, to allow for strict configuration

- added tests from json.org jsonchecker and modified jsontestrunner to use strict parsing mode wh...

github.com/coronalabs/external-metalangle-jsoncpp-source - 8868147835248e1e6458132a97ad4029b6c3e893 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
- fixed SCons build on Windows: only build static library (support static/dynamic at the same time requires significant changes)

- renamed SCons glob tool to globtool to avoid clash with python glob module. This prevented runn...

github.com/coronalabs/external-metalangle-jsoncpp-source - 64e07e54edb325efcfe684bef23ec2edec7cd3ac authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixing string index issue when checking for control characters

github.com/coronalabs/external-metalangle-jsoncpp-source - 617270bfaad6af3a20463e9e66b55533b4abaca5 authored about 15 years ago by Malay Shah <[email protected]>
Fixed default constructor initialization.

github.com/coronalabs/external-metalangle-jsoncpp-source - 5d0ed235c62f2496a916b8e65cee643e24147a5f authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Fixed bug introduced by utf-8 patch with fix provided by Henry Ludemann. All unit tests are now passing.

github.com/coronalabs/external-metalangle-jsoncpp-source - eda47b61b5b43c5a4173eff4a13888758de08927 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Added patch for mingw from Sebastien Vincent

github.com/coronalabs/external-metalangle-jsoncpp-source - b0ab79bc5b95725a951d1bec702b4453f8fed400 authored about 15 years ago by Baptiste Lepilleur <[email protected]>
Implementing support for reading and writing Unicode escape sequences.

github.com/coronalabs/external-metalangle-jsoncpp-source - ee4b4dab5471ceae073f6fb5f19b3b1c37edc2d6 authored about 15 years ago by Malay Shah <[email protected]>
Patch from Sebastien Vincent

github.com/coronalabs/external-metalangle-jsoncpp-source - 060c45a38d00494f1629d5a9370caee89af5ca04 authored over 15 years ago by Christopher Dunn <[email protected]>
Added cstring for memcpy(), as suggested by [email protected] . This allows gcc-4 to compile. Removed doxygen from SConstruct, since it is now broken; I have been unable to get it to work with either scons 0.97 or scons 2.1; hopefully someone else can get that working again.

github.com/coronalabs/external-metalangle-jsoncpp-source - 8f5ddcfa8d098eb8b439d10a03ae46eb44c674ce authored over 15 years ago by Christopher Dunn <[email protected]>
- Added basic string test (all char in ASCII range 33-126) and a large string test.

github.com/coronalabs/external-metalangle-jsoncpp-source - 230b1f675fa436fde880e58c1d2cf0b4cdee2630 authored over 16 years ago by Baptiste Lepilleur <[email protected]>
Forgot to add # to %g modifier for sprintf in valueToString for floats. Otherwise no decimal point appears when only zeroes would follow, which changes the type to integer.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2083c9e3bfab244a9b93a70fa5f73fe6283b5b32 authored almost 17 years ago by Christopher Dunn <[email protected]>
Changed valueToString for floats so that zeroes after a decimal are truncated -- saves file size esp. for StyledStreamWriter which uses tabs instead of spaces.

github.com/coronalabs/external-metalangle-jsoncpp-source - ed971e180e4112b90ba7322eb3a89ff6e385c2e1 authored almost 17 years ago by Christopher Dunn <[email protected]>
Sketched out some idea to make the build system more reusable across projects.

github.com/coronalabs/external-metalangle-jsoncpp-source - 32927b0b22d6ad0ee1fe5900bf01ac97bcdf9069 authored almost 17 years ago by Baptiste Lepilleur <[email protected]>
Fixed compilation issue on windows (avoid using cstring and use string.h instead).

github.com/coronalabs/external-metalangle-jsoncpp-source - e1aad35ae56c62d875dbad4dbef9d8c7c41da61a authored almost 17 years ago by Baptiste Lepilleur <[email protected]>
- rewrote doxygen documentation generation integration with Scons (still need some clean-up): list of sources is explicitly passed to a doxyfile builder which is used as input of a doxygen builder. Hence, the doxyfile depends on all the sources.

- documentation is now correctly generated once when source are changed on the first scons run.

github.com/coronalabs/external-metalangle-jsoncpp-source - f66d370741f33ceeffadffd3474d40b38b46698c authored almost 17 years ago by Baptiste Lepilleur <[email protected]>
Added rought roadmap.

github.com/coronalabs/external-metalangle-jsoncpp-source - 4882d0a5956c4ab9de2a1b4f3b6a212096e76f48 authored almost 17 years ago by Baptiste Lepilleur <[email protected]>
This file is auto-generated, even if it already exists. That is causing scons dependency problems, but the right answer is not to add the file, apparently.

github.com/coronalabs/external-metalangle-jsoncpp-source - a3992389bb9f1c53f54f32b6e1236662b2ebb25b authored over 17 years ago by Christopher Dunn <[email protected]>
added comment -- I always have to run twice to build docs because the doxyfile gets updated and causes scons to get confused. I do not know how to fix this, but I simply run 'scons doc/doxyfile' first.

github.com/coronalabs/external-metalangle-jsoncpp-source - de10f45285efd950a64af565fcdd21f442fdc8a4 authored over 17 years ago by Christopher Dunn <[email protected]>
Stripped carriage return and added eol-style native prop.

github.com/coronalabs/external-metalangle-jsoncpp-source - f98642395582149d21be155fa23d978716de1fb0 authored over 17 years ago by Christopher Dunn <[email protected]>
Updated platform on linux-gcc to include compiler version (necessary for multiple targets built in same directory, and not a bad idea for other builds).

github.com/coronalabs/external-metalangle-jsoncpp-source - f1a49467cf8fb8ed3306964040b54a9f6d11bd2d authored over 17 years ago by Christopher Dunn <[email protected]>
Without this file, scons must be run twice initially. Hopefully, the file gets rebuilt properly, as I do not know how to fix the scons rule correctly.

github.com/coronalabs/external-metalangle-jsoncpp-source - 02c7fe78d343d9eaa8af4a567f378e6527f007ef authored over 17 years ago by Christopher Dunn <[email protected]>
LD_LIBRARY_PATH needed for linux build tests. (Really, passing -Wl,-rpath to the linker would be better, but scons is not good about automating that.)

github.com/coronalabs/external-metalangle-jsoncpp-source - d2fdeb3a9a0af83a07aad2e66a1e1e1669b628e4 authored over 17 years ago by Christopher Dunn <[email protected]>
Added svn:eol-style native

github.com/coronalabs/external-metalangle-jsoncpp-source - e0d72248044183ed91da6ee8eac1544d4d9b60bf authored over 17 years ago by Christopher Dunn <[email protected]>
I always have compiler problems when using operator[](unsigned) when I pass int instead, so I added a note to the comments.

github.com/coronalabs/external-metalangle-jsoncpp-source - f4b73938d2757d4a4f885b24db99dc53406efbcc authored over 17 years ago by Christopher Dunn <[email protected]>
Indentation is not perfect, but pretty good. Not sure how to perfect, given the difficulty of testing the last char written.

github.com/coronalabs/external-metalangle-jsoncpp-source - 9f8abcb25837acb1b61e39f347b852132992ec86 authored over 17 years ago by Christopher Dunn <[email protected]>
Added StyledStreamWriter, which has no reason to derive from Writer, since its write() method does cannot return a string and must take a stream.

github.com/coronalabs/external-metalangle-jsoncpp-source - 605cd7e9021905151e52fb251ba4e10ab6337953 authored over 17 years ago by Christopher Dunn <[email protected]>
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

github.com/coronalabs/external-metalangle-jsoncpp-source - 8985cee6744d617eb54f26f0dfb5b072c65e41e0 authored over 17 years ago by Christopher Dunn <[email protected]>
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

github.com/coronalabs/external-metalangle-jsoncpp-source - 6d135cb5e3018217cfdd7ee2ce1de97b924aa24a authored over 17 years ago by Christopher Dunn <[email protected]>
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

github.com/coronalabs/external-metalangle-jsoncpp-source - b2f720456ecc6c27db7f9766f200aafabf019f14 authored over 17 years ago by Christopher Dunn <[email protected]>
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).

github.com/coronalabs/external-metalangle-jsoncpp-source - a44cffb342d3ff239b61f61257793488e249ac3d authored over 17 years ago by Christopher Dunn <[email protected]>
Added virtual destructor to StyledWriter to avoid -Wall warning from g++

github.com/coronalabs/external-metalangle-jsoncpp-source - 842d64e8d7a16ed4ee4e9c9e52850e54fae759a4 authored over 17 years ago by Christopher Dunn <[email protected]>
Fixed 2.95.3 header probs

github.com/coronalabs/external-metalangle-jsoncpp-source - f153eaaed0f9540c8f1297057c9edaf86169cf46 authored almost 18 years ago by Christopher Dunn <[email protected]>
Added istream/ostream funcs/operators

github.com/coronalabs/external-metalangle-jsoncpp-source - 56a1d6cbf5cd462dc18dd16e406f9303bc03c9bf authored almost 18 years ago by Christopher Dunn <[email protected]>
Renamed buildLibary to buildLibrary and added SharedLibrary rule.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2370789d672bce109217bda6de21a2ccb6250213 authored almost 18 years ago by Christopher Dunn <[email protected]>