From: Chris Koeritz Date: Sat, 7 Apr 2012 23:58:41 +0000 (-0400) Subject: more things converted to filename in value tagger. fixed really out of date directories X-Git-Tag: 2.140.90~1436 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=2696841371fcd1c653d44d9b89c51528b481672c more things converted to filename in value tagger. fixed really out of date directories in the codescan.ini used by value tagger. --- diff --git a/nucleus/tools/clam_tools/value_tagger.cpp b/nucleus/tools/clam_tools/value_tagger.cpp index 6c745e50..076853a4 100644 --- a/nucleus/tools/clam_tools/value_tagger.cpp +++ b/nucleus/tools/clam_tools/value_tagger.cpp @@ -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, ""); } diff --git a/production/codescan.ini b/production/codescan.ini index 295e0a93..e663cd1e 100644 --- a/production/codescan.ini +++ b/production/codescan.ini @@ -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