more things converted to filename in value tagger. fixed really out of date directories
authorChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 23:58:41 +0000 (19:58 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 7 Apr 2012 23:58:41 +0000 (19:58 -0400)
in the codescan.ini used by value tagger.

nucleus/tools/clam_tools/value_tagger.cpp
production/codescan.ini

index 6c745e500906f01ebe90198a1dd546491d07c75e..076853a4dbe26c143ae5ef232b29ba6451bc9df3 100644 (file)
@@ -373,7 +373,7 @@ variables before running a build.\r\n";
   }
   for (int i = 0; i < temp_dirs.symbols(); i++) {
 //log(astring("curr is ") + current);
-    astring current = parser_bits::substitute_env_vars(temp_dirs.name(i));
+    filename current = filename(parser_bits::substitute_env_vars(temp_dirs.name(i)));
     _dirs.add(current, "");
   }
 
index 295e0a93d87e964574bfc0eb5f4fcdeaee510619..e663cd1e45481c98f3b272c7f118c032a89f86a3 100644 (file)
@@ -8,19 +8,19 @@ DEFINE_EVENT=1
 DEFINE_API_OUTCOME=1
 
 [directories]
-$FEISTY_MEOW_DIR/source/core/library/basis
-$FEISTY_MEOW_DIR/source/octopi/library/sockets
-$FEISTY_MEOW_DIR/source/octopi/library/cromp
+$FEISTY_MEOW_DIR/nucleus/library/basis
+$FEISTY_MEOW_DIR/octopi/library/sockets
+$FEISTY_MEOW_DIR/octopi/library/cromp
 # $FEISTY_MEOW_DIR/source/lib_src/library/mechanisms
-$FEISTY_MEOW_DIR/source/core/library/nodes
-$FEISTY_MEOW_DIR/source/core/library/filesystem
+$FEISTY_MEOW_DIR/nucleus/library/nodes
+$FEISTY_MEOW_DIR/nucleus/library/filesystem
 # $FEISTY_MEOW_DIR/source/lib_src/library/post_office
-$FEISTY_MEOW_DIR/source/core/library/processes
+$FEISTY_MEOW_DIR/nucleus/library/processes
 # $FEISTY_MEOW_DIR/source/lib_src/library/scheduling
-$FEISTY_MEOW_DIR/source/core/library
-$FEISTY_MEOW_DIR/source/octopi/library
-$FEISTY_MEOW_DIR/source/graphiq/library
-$FEISTY_MEOW_DIR/source
+$FEISTY_MEOW_DIR/nucleus/library
+$FEISTY_MEOW_DIR/octopi/library
+$FEISTY_MEOW_DIR/graphiq/library
+$FEISTY_MEOW_DIR
 
 [DEFINE_OUTCOME]
 first=0