Ecosyste.ms: OpenCollective

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

github.com/coronalabs/external-metalangle-jsoncpp-source

https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp
https://github.com/coronalabs/external-metalangle-jsoncpp-source

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.

8f5ddcfa8d098eb8b439d10a03ae46eb44c674ce authored over 15 years ago
- Added basic string test (all char in ASCII range 33-126) and a large string test.

230b1f675fa436fde880e58c1d2cf0b4cdee2630 authored over 16 years ago
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.

2083c9e3bfab244a9b93a70fa5f73fe6283b5b32 authored almost 17 years ago
Changed valueToString for floats so that zeroes after a decimal are truncated -- saves file size esp. for StyledStreamWriter which uses tabs instead of spaces.

ed971e180e4112b90ba7322eb3a89ff6e385c2e1 authored almost 17 years ago
Sketched out some idea to make the build system more reusable across projects.

32927b0b22d6ad0ee1fe5900bf01ac97bcdf9069 authored about 17 years ago
Fixed compilation issue on windows (avoid using cstring and use string.h instead).

e1aad35ae56c62d875dbad4dbef9d8c7c41da61a authored about 17 years ago
- 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.

f66d370741f33ceeffadffd3474d40b38b46698c authored about 17 years ago
Added rought roadmap.

4882d0a5956c4ab9de2a1b4f3b6a212096e76f48 authored about 17 years ago
Unneeded comment.

452ccb3c7070de70884ef706c11dfe788a9253fa authored over 17 years ago
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.

a3992389bb9f1c53f54f32b6e1236662b2ebb25b authored over 17 years ago
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.

de10f45285efd950a64af565fcdd21f442fdc8a4 authored over 17 years ago
added dependency

e1f8a4799acb1dbdc359cb14770f642d31b1e512 authored over 17 years ago
Stripped carriage return and added eol-style native prop.

f98642395582149d21be155fa23d978716de1fb0 authored over 17 years ago
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).

f1a49467cf8fb8ed3306964040b54a9f6d11bd2d authored over 17 years ago
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.

02c7fe78d343d9eaa8af4a567f378e6527f007ef authored over 17 years ago
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.)

d2fdeb3a9a0af83a07aad2e66a1e1e1669b628e4 authored over 17 years ago
Added svn:eol-style native

e0d72248044183ed91da6ee8eac1544d4d9b60bf authored over 17 years ago
I always have compiler problems when using operator[](unsigned) when I pass int instead, so I added a note to the comments.

f4b73938d2757d4a4f885b24db99dc53406efbcc authored over 17 years ago
Indentation is not perfect, but pretty good. Not sure how to perfect, given the difficulty of testing the last char written.

9f8abcb25837acb1b61e39f347b852132992ec86 authored over 17 years ago
Added StyledStreamWriter, which has no reason to derive from Writer, since its write() method does cannot return a string and must take a stream.

605cd7e9021905151e52fb251ba4e10ab6337953 authored over 17 years ago
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

8985cee6744d617eb54f26f0dfb5b072c65e41e0 authored over 17 years ago
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

6d135cb5e3018217cfdd7ee2ce1de97b924aa24a authored over 17 years ago
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.

b2f720456ecc6c27db7f9766f200aafabf019f14 authored over 17 years ago
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).

a44cffb342d3ff239b61f61257793488e249ac3d authored over 17 years ago
Added virtual destructor to StyledWriter to avoid -Wall warning from g++

842d64e8d7a16ed4ee4e9c9e52850e54fae759a4 authored almost 18 years ago
Fixed 2.95.3 header probs

f153eaaed0f9540c8f1297057c9edaf86169cf46 authored almost 18 years ago
Added istream/ostream funcs/operators

56a1d6cbf5cd462dc18dd16e406f9303bc03c9bf authored almost 18 years ago
Renamed buildLibary to buildLibrary and added SharedLibrary rule.

2370789d672bce109217bda6de21a2ccb6250213 authored almost 18 years ago
Added empty() operator-bang and isNull()

208a781e476a962b4c0120827586c379274f2dc0 authored almost 18 years ago
Added removeMember() and altered a few comments.

1aa20f9e5800d21190cee26e17bf4bfb68255b6c authored almost 18 years ago
Added/clarified comments. Move extra verbiage out of brief sections.

02ff716d2f0f09214c682e7e61ce41bbc0cf5161 authored almost 18 years ago
fixed compiler warning

0c498695a7d82d39dd6439d918893ccb76db985c authored almost 18 years ago
setComment() will assert if comment does not start with / (or if it were NULL, which would have seg-faulted before).

ca2125639515fccd33573f7776db63ab13392a2e authored almost 18 years ago
Added comments, pre- and post-condition for resize(), clear(), Value(ValueType).

8386d3efe128dcb0458e5e991dc0e78c89f43c90 authored almost 18 years ago
[1611376]by reserving the max string-size when escaped chars exist, we should save some runtime.

56747386689484b92416f57f16fd0e30ad97210c authored almost 18 years ago
[1611376]writer now escapes special characters. When no special chars are present, old behavior is retained. New method might have a performance penalty b/c of operator new inside std::string. (This would not exist if the whole thing operated on ostream instead, I think.)

ce1f32981b11765f16cc197e37be56979498cd4e authored almost 18 years ago
[1587188]Fixed parsing of comment at tail of object.

fe536c0631a0c5f5c00870f0e73ffc0fa11956a7 authored almost 18 years ago
Fixed gcc 2.95.3 problem. Bug: 1570919

3ffbf208a00067b68c1887268551e788bf8c1035 authored almost 18 years ago
Added newline b/c of gcc--warning: no newline at end of file

baca6c23c24b18a744a8efad601d973010dcaede authored almost 18 years ago
- Made FastWriter output more compact.

- fixed bug in runjsontests.py script.

2d4dd281f18806556dc79bb99c5f8dc72cf0d0ee authored almost 18 years ago
- reorganized repository to match standard layout

4cd8bae331989d824dac242860634eb8a5d20fa1 authored almost 18 years ago
- reorganizing repository to match standard layout

d3a114c9063748795dbd49b716b8a132f4be1951 authored almost 18 years ago