Major merge from 'dev'
authorkhizmax <khizmax@gmail.com>
Mon, 16 Mar 2015 11:07:25 +0000 (14:07 +0300)
committerkhizmax <khizmax@gmail.com>
Mon, 16 Mar 2015 11:07:25 +0000 (14:07 +0300)
- BronsonAVLTreeMap (testing not complete yet, memory leaks is possible)
- Refactoring

build/build.sh [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 01c8ada..5d5b249
@@ -453,7 +453,7 @@ cxx_debug_options="-D_DEBUG -O0 -g $cxx_debug_options"
 cxx_release_options="-DNDEBUG $cxx_release_optimization $cxx_release_options"
 
 
-if test '$BOOST_INCLUDE_PATH' != ''; then
+if test 'x$BOOST_INCLUDE_PATH' != 'x'; then
        buildCXXflags="$buildCXXflags -I$BOOST_INCLUDE_PATH"
 fi
 
@@ -598,4 +598,4 @@ if test $MAKE_DEBUG_TEST = '1'; then
         $target \
      || exit $?
 fi   
\ No newline at end of file