- 24 Jan, 2015 1 commit
-
-
Christopher Dunn authored
-
- 21 Oct, 2014 1 commit
-
-
Gaëtan Lehmann authored
this allows homebrew to use its own flags during the build
-
- 13 Mar, 2010 2 commits
-
-
Baptiste Lepilleur authored
-
Baptiste Lepilleur authored
- add LD_LIBRARY_PATH to propagated environment variables as it is required for some compiler installations.
-
- 22 Feb, 2010 1 commit
-
-
Baptiste Lepilleur authored
- 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 doxybuild.py. - Updated README.txt with documentation build instruction, and instructions to add a test case.
-
- 21 Nov, 2009 2 commits
-
-
Baptiste Lepilleur authored
-
Baptiste Lepilleur authored
- added unit tests for Value.isXYZ() and iteration over Value members to compute size
-
- 19 Nov, 2009 4 commits
-
-
Baptiste Lepilleur authored
-
Baptiste Lepilleur authored
- fixed build issue on Linux redhat 3: python does not has tarfile module
-
Baptiste Lepilleur authored
- fixed build issue on AIX. Build both shared and static library is now only activated on Linux. Building static library on other platforms.
-
Baptiste Lepilleur authored
-
- 18 Nov, 2009 1 commit
-
-
Baptiste Lepilleur authored
- 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 running the tests. - check target now works with SCons 1.x
-
- 24 May, 2009 1 commit
-
-
Christopher Dunn authored
-
- 11 May, 2009 1 commit
-
-
Christopher Dunn authored
Added cstring for memcpy(), as suggested by sebastien.vincent@turnserver.org . 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.
-
- 21 Jan, 2008 1 commit
-
-
Baptiste Lepilleur authored
-
- 20 Jan, 2008 1 commit
-
-
Baptiste Lepilleur authored
- 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.
-
- 14 Jun, 2007 4 commits
-
-
Christopher Dunn authored
-
Christopher Dunn authored
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).
-
Christopher Dunn authored
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.)
-
Christopher Dunn authored
-
- 09 May, 2007 1 commit
-
-
Christopher Dunn authored
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).
-
- 23 Mar, 2007 1 commit
-
-
Christopher Dunn authored
-
- 15 Mar, 2007 1 commit
-
-
Baptiste Lepilleur authored
-