Skip to content

Commit edd093c

Browse files
committed
2 parents b78e7e3 + 586e7a8 commit edd093c

26 files changed

+131
-1065
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/build/
2+
/build-*/
23
*.pyc
34
*.swp
45
*.actual
56
*.actual-rewrite
67
*.process-output
78
*.rewrite
89
/bin/
9-
/buildscons/
1010
/libs/
1111
/doc/doxyfile
1212
/dist/
@@ -31,7 +31,7 @@
3131
# CMake-generated files:
3232
CMakeFiles/
3333
*.cmake
34-
pkg-config/jsoncpp.pc
34+
/pkg-config/jsoncpp.pc
3535
jsoncpp_lib_static.dir/
3636

3737
# In case someone runs cmake in the root-dir:

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ addons:
3838
- g++-4.9
3939
- clang-3.5
4040
- valgrind
41+
- python3
4142
os:
4243
- linux
4344
language: cpp

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ ENDMACRO()
5959
#SET( JSONCPP_VERSION_MAJOR X )
6060
#SET( JSONCPP_VERSION_MINOR Y )
6161
#SET( JSONCPP_VERSION_PATCH Z )
62-
SET( JSONCPP_VERSION 1.8.1 )
62+
SET( JSONCPP_VERSION 1.8.3 )
6363
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
6464
#IF(NOT JSONCPP_VERSION_FOUND)
6565
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")
6666
#ENDIF(NOT JSONCPP_VERSION_FOUND)
67-
SET( JSONCPP_SOVERSION 11 )
67+
SET( JSONCPP_SOVERSION 19 )
6868
SET( JSONCPP_USE_SECURE_MEMORY "0" CACHE STRING "-D...=1 to use memory-wiping allocator for STL" )
6969

7070
MESSAGE(STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR}.${JSONCPP_VERSION_MINOR}.${JSONCPP_VERSION_PATCH}")

NEWS.txt

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)