Christopher Dunn
|
060c45a38d
|
Patch from Sebastien Vincent
|
2009-05-24 22:22:08 +00:00 |
|
Christopher Dunn
|
8f5ddcfa8d
|
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.
|
2009-05-11 20:04:10 +00:00 |
|
Baptiste Lepilleur
|
32927b0b22
|
Sketched out some idea to make the build system more reusable across projects.
|
2008-01-21 08:37:06 +00:00 |
|
Baptiste Lepilleur
|
f66d370741
|
- 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.
|
2008-01-20 16:49:53 +00:00 |
|
Christopher Dunn
|
452ccb3c70
|
Unneeded comment.
|
2007-06-14 22:07:15 +00:00 |
|
Christopher Dunn
|
f1a49467cf
|
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).
|
2007-06-14 20:59:51 +00:00 |
|
Christopher Dunn
|
d2fdeb3a9a
|
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.)
|
2007-06-14 19:32:40 +00:00 |
|
Christopher Dunn
|
e0d7224804
|
Added svn:eol-style native
|
2007-06-14 17:58:59 +00:00 |
|
Christopher Dunn
|
a44cffb342
|
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).
|
2007-05-09 19:35:15 +00:00 |
|
Christopher Dunn
|
2370789d67
|
Renamed buildLibary to buildLibrary and added SharedLibrary rule.
|
2007-03-23 08:57:57 +00:00 |
|
Baptiste Lepilleur
|
4cd8bae331
|
- reorganized repository to match standard layout
|
2007-03-15 22:11:38 +00:00 |
|