dota17
ff58fdcc75
Update coverage badge ( #1088 )
...
update coverage badge
change int to Json::ArrayIndex in for-loop
2019-11-07 15:25:06 +08:00
dota17
2703c306a3
add coverage badge in readme ( #1072 )
2019-10-26 17:03:05 +08:00
dota17
c634b98e7d
modify README.md: add some badges ( #1070 )
2019-10-25 17:12:11 +08:00
Jacob Bundgaard
41ffff01d3
Fix link to Amalgamated wiki article ( #1064 )
2019-10-18 11:06:56 -07:00
Griffin Downs
7e97345e26
Add vcpkg installation instructions ( #1037 )
2019-10-01 12:53:42 -07:00
Jordan Bayles
be4dc51c1f
Update README.md
...
Separate contributing guidelines into their own separate documentation.
2019-06-24 13:54:28 -07:00
Willem
863aa36165
Update README.md
...
Update the link to the conan page, as https://conan.io/source/jsoncpp/1.8.0/theirix/ci returns a 404.
2019-03-20 00:12:33 -05:00
Hans Johnson
2ab1d63480
COMP: Remove visual studio specialization in favor of meson or cmake
...
More robust build environments can be generated from meson
or cmake rather than including those files in every download.
2019-01-24 09:57:56 -06:00
Hans Johnson
a3c8e86c0b
ENH: Refactor and enhance the CI testing infrastructure
...
1) Improve travis build script for use outside travis.
Allow the script used for CI builds to also be used
locally in a similar manner to the CI use of the scrips
2) Add ctest compatible testing and CDASH support
Report testing and building results to
https://my.cdash.org/index.php?project=jsoncpp
NOTE: The new ctest infrastructure is not yet robust on winodws
Do no yet enable the new features for running test with ctest
on windows platform. The previous behaviors are maintainted,
but enhance test reporting from windows is not yet supported.
3) Add a cmake coverage testing option
Ensure that cmake builds on linux are tested.
Ensure that code coverage is reported.
4) Move conditional environment checking into the matrix
Avoid multiple places where conditional logic is used to
change compiler behavior. As more test environments are
created fromt the travis.yml matrix, all settings should be
obvious from that one location.
5) Tests with known regressions from the jsonchecker are suppressed
Tests that are known to pass with jsoncpp more lenient
syntax enforcement are exluded from tests in test/runjsontests.py
2019-01-14 16:12:43 -06:00
Kostiantyn Ponomarenko
4bfa962967
Add Meson related info to README
...
Add information about how one can get a Meson wrap file.
Signed-off-by: Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
2018-12-30 15:30:35 -06:00
Christopher Dunn
c59db80002
Try the way I build locally
2018-06-23 18:08:53 -05:00
Brian W. Mulligan
5a2dc7a2ad
Add comment to README giving instructions on how to install to a directory other than /usr/local ( #694 )
2017-10-18 00:20:45 -05:00
Martin Dagarin
e8378d1e74
Fixed swiched parameters in install
2017-09-04 21:07:49 +02:00
Christopher Dunn
d40f26d472
Move amalgamated source details to wiki
2017-08-27 15:16:43 -05:00
Christopher Dunn
c668af9d41
Update README
...
* Document meson/ninja.
* Deprecate cmake.
* Drop scons.
2017-08-27 15:11:40 -05:00
paulo
746ef154f1
Including instructions in how to use jsonCpp with conan
...
Also added the badge to the conan package.
Related to issue #564
2017-04-09 14:14:38 -03:00
Iñaki Baz Castillo
60bfcf1715
README: Give some love.
2017-01-12 11:24:29 +01:00
Christopher Dunn
e25fb5384a
Path for pkg-config
...
See #497 , bottom comment.
2016-12-19 11:42:51 -06:00
Christopher Dunn
3f05b1a897
Merge pull request #276 from bmyerz/master
...
make the unix cmake example work
2015-05-21 00:47:35 -05:00
Keith Lea
89c51f3457
Clarify which parts of README for users vs devs
...
When I arrived at the JsonCpp GitHub page, as an intermediate C++ developer, I could not figure out how to include JsonCpp into my project. The changes I propose to the README make this much clearer, and define a clear distinction between which instructions are for those developing and contributing to JsonCpp, and those who are just using it.
2015-05-20 09:43:47 -07:00
Brandon Myers
d57ac97db8
make the unix make example work
...
...by setting the archive directory variable
2015-05-18 10:06:21 -07:00
Stefan Schweter
31e9962754
[Documentation][Markdown] Use correct help option for cmake.
2015-05-17 13:04:40 +02:00
Gaurav
4f8ec9d207
Use standard CMake variables - static/shared lib.
...
Replaced JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
Replaced JSONCPP_LIB_BUILD_STATIC => BUILD_STATIC_LIBS
2015-04-23 07:32:18 -07:00
Christopher Dunn
2fc08b4ebd
clarify which versions work with old compilers
2015-03-05 21:45:42 -06:00
Christopher Dunn
da0fcfbaa2
link web docs
2015-02-12 11:45:21 -06:00
Peter Spiess-Knafl
5e8595c0e2
added cmake option to build static and shared libraries at once
...
See #147 and #149 .
2015-01-27 18:22:43 -06:00
Christopher Dunn
533dbe0898
Update README.md
...
Note on C++11
2014-11-03 12:39:01 -06:00
I3ck
ab19fa1d6f
Removed typo in README
2014-10-13 12:17:53 +02:00
findblar
a70b00750d
pull request #35 from finblarr:patch-1
...
fix build directory, within repo tree
2014-09-10 10:32:51 -07:00
Alexey Kruchinin
b548cdf49c
Update README.md
2014-08-06 23:24:34 -04:00
Christopher Dunn
5031a59518
doxygen changed
2014-07-09 11:48:27 -07:00
Aaron Jacobs
47f1577fd3
Gave the license section a makeover.
2014-07-01 13:13:46 +10:00
Aaron Jacobs
9cc184146f
Gave the test output section a makeover.
2014-07-01 13:13:03 +10:00
Aaron Jacobs
c151549937
Gave the reader/writer test section a makeover.
2014-07-01 13:11:05 +10:00
Aaron Jacobs
d61fa29da8
Gave the amalgamated source section a makeover.
2014-07-01 13:09:15 +10:00
Aaron Jacobs
b2a086adeb
Gave the documentation section a makeover.
2014-07-01 13:07:21 +10:00
Aaron Jacobs
8d0f8d0dcd
Gave the testing section a makeover.
2014-07-01 13:06:40 +10:00
Aaron Jacobs
49ed6c9774
Gave the scons section a makeover.
2014-07-01 12:06:16 +10:00
Aaron Jacobs
38c9826423
Gave the cmake section a makeover.
2014-07-01 12:02:57 +10:00
Aaron Jacobs
969921748b
Gave the using section a makeover.
2014-07-01 11:59:25 +10:00
Aaron Jacobs
ff22ca7973
Gave the introduction section a makeover.
2014-07-01 11:56:56 +10:00
Aaron Jacobs
4b687640cb
Began converting the README to Markdown.
2014-07-01 11:54:14 +10:00