updated filename with hopefully close to right cygwin and msys path munging, couldn...
authorChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 18:56:11 +0000 (14:56 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 18:56:11 +0000 (14:56 -0400)
commit7694650f42a2ceb801896662dbd531097fc11758
tree8e18c8df29823545c8ad21531639ee6f606a7669
parent293f927b59ff6a34067e7cf37c00d1a4291095a1
updated filename with hopefully close to right cygwin and msys path munging, couldn't test
quite completely on linux due to default slashes, so windows vm testing is next.  also cleaned
up some logging in clam, and made it consider a failure of RUN_TARGETS as build failure,
plus now test projects for c++ will clean themselves after success, such that they will always
run even if they had run successfully previously.  otherwise we were seeing changed libraries
with bugs not get caught by their tests, since the tests had built their own binaries
successfully and then not bothered with anything else (despite having made the run_targets
target into a phony target.  some frustrating incorrectness in there somewhere.).
nucleus/library/filesystem/filename.cpp
nucleus/library/tests_filesystem/test_filename.cpp
scripts/clam/badness_catcher.sh
scripts/clam/cpp/rules.def
scripts/clam/cpp/variables.def
scripts/clam/rules.def