Show
Ignore:
Timestamp:
09/09/10 20:23:50 (21 months ago)
Author:
westram
Message:
  • merged from refactor [6796] [6804] [6806] [6808]
    • added header for planned library ARB_CORE
    • renamed inline.h into arb_str.h
    • header for global general purpose defines/inlines (arb_defs.h)
      • use ARRAY_ELEMS where applicable
    • removed duplicate of ARB_strscmp (GBS_strscmp). No longer needed cause ARBDB is now C++
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SOURCE_TOOLS/generate_all_links.sh

    r6750 r6813  
    139139symlink_file ../TEMPLATES/SigHandler.h INCLUDE/SigHandler.h && 
    140140symlink_file ../TEMPLATES/arb_backtrace.h INCLUDE/arb_backtrace.h && 
     141symlink_file ../TEMPLATES/arb_core.h INCLUDE/arb_core.h && 
    141142symlink_file ../TEMPLATES/arb_debug.h INCLUDE/arb_debug.h && 
     143symlink_file ../TEMPLATES/arb_defs.h INCLUDE/arb_defs.h && 
    142144symlink_file ../TEMPLATES/arb_error.h INCLUDE/arb_error.h && 
     145symlink_file ../TEMPLATES/arb_str.h INCLUDE/arb_str.h && 
    143146symlink_file ../TEMPLATES/arb_version.h INCLUDE/arb_version.h && 
    144147symlink_file ../TEMPLATES/arbtools.h INCLUDE/arbtools.h && 
     
    148151symlink_file ../TEMPLATES/downcast.h INCLUDE/downcast.h && 
    149152symlink_file ../TEMPLATES/dupstr.h INCLUDE/dupstr.h && 
    150 symlink_file ../TEMPLATES/inline.h INCLUDE/inline.h && 
    151153symlink_file ../TEMPLATES/output.h INCLUDE/output.h && 
    152154symlink_file ../TEMPLATES/perf_timer.h INCLUDE/perf_timer.h &&