Skip to content

Commit f986423

Browse files
committed
Stripped carriage return and added eol-style native prop.
1 parent f1a4946 commit f986423

File tree

77 files changed

+1203
-1203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1203
-1203
lines changed

Diff for: AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Baptiste Lepilleur <[email protected]>
1+
Baptiste Lepilleur <[email protected]>

Diff for: README.txt

+44-44
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
* Introduction:
2-
3-
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
4-
It can represent integer, real number, string, an ordered sequence of
5-
value, and a collection of name/value pairs.
6-
7-
JsonCpp is a simple API to manipulate JSON value, and handle serialization
8-
and unserialization to string.
9-
10-
It can also preserve existing comment in unserialization/serialization steps,
11-
making it a convenient format to store user input files.
12-
13-
Unserialization parsing is user friendly and provides precise error reports.
14-
15-
* Building/Testing:
16-
17-
JsonCpp uses Scons (http://www.scons.org) as a build system. Scons requires
18-
python to be installed (http://www.python.org).
19-
20-
You download scons-local distribution from the following url:
21-
http://sourceforge.net/project/showfiles.php?group_id=30337&package_id=67375
22-
23-
Unzip it in the directory where you found this README file. scons.py Should be
24-
at the same level as README.
25-
26-
python scons.py platform=PLTFRM [TARGET]
27-
where PLTFRM may be one of:
28-
suncc Sun C++ (Solaris)
29-
vacpp Visual Age C++ (AIX)
30-
mingw
31-
msvc6 Microsoft Visual Studio 6 service pack 5-6
32-
msvc70 Microsoft Visual Studio 2002
33-
msvc71 Microsoft Visual Studio 2003
34-
msvc80 Microsoft Visual Studio 2005
35-
linux-gcc Gnu C++ (linux, also reported to work for Mac OS X)
36-
37-
adding platform is fairly simple. You need to change the Sconstruct file
38-
to do so.
39-
40-
and TARGET may be:
41-
check: build library and run unit tests.
42-
doc: build documentation
43-
doc-dist: build documentation tarball
44-
1+
* Introduction:
2+
3+
JSON (JavaScript Object Notation) is a lightweight data-interchange format.
4+
It can represent integer, real number, string, an ordered sequence of
5+
value, and a collection of name/value pairs.
6+
7+
JsonCpp is a simple API to manipulate JSON value, and handle serialization
8+
and unserialization to string.
9+
10+
It can also preserve existing comment in unserialization/serialization steps,
11+
making it a convenient format to store user input files.
12+
13+
Unserialization parsing is user friendly and provides precise error reports.
14+
15+
* Building/Testing:
16+
17+
JsonCpp uses Scons (http://www.scons.org) as a build system. Scons requires
18+
python to be installed (http://www.python.org).
19+
20+
You download scons-local distribution from the following url:
21+
http://sourceforge.net/project/showfiles.php?group_id=30337&package_id=67375
22+
23+
Unzip it in the directory where you found this README file. scons.py Should be
24+
at the same level as README.
25+
26+
python scons.py platform=PLTFRM [TARGET]
27+
where PLTFRM may be one of:
28+
suncc Sun C++ (Solaris)
29+
vacpp Visual Age C++ (AIX)
30+
mingw
31+
msvc6 Microsoft Visual Studio 6 service pack 5-6
32+
msvc70 Microsoft Visual Studio 2002
33+
msvc71 Microsoft Visual Studio 2003
34+
msvc80 Microsoft Visual Studio 2005
35+
linux-gcc Gnu C++ (linux, also reported to work for Mac OS X)
36+
37+
adding platform is fairly simple. You need to change the Sconstruct file
38+
to do so.
39+
40+
and TARGET may be:
41+
check: build library and run unit tests.
42+
doc: build documentation
43+
doc-dist: build documentation tarball
44+

0 commit comments

Comments
 (0)