Changeset 6804
- Timestamp:
- 08/09/10 10:48:14 (17 months ago)
- Location:
- branches/refactor
- Files:
-
- 23 modified
- 1 moved
-
ALIV3/a3_ptree1.cxx (modified) (1 diff)
-
ALIV3/a3_ptree2.cxx (modified) (1 diff)
-
ALIV3/a3_seq.cxx (modified) (1 diff)
-
ARBDB/adtcp.cxx (modified) (1 diff)
-
AWT/AWT_db_browser.cxx (modified) (1 diff)
-
AWT/AWT_www.cxx (modified) (1 diff)
-
AWTI/AWTI_export.cxx (modified) (1 diff)
-
EDIT4/ED4_protein_2nd_structure.cxx (modified) (1 diff)
-
EDIT4/ED4_text_terminals.cxx (modified) (1 diff)
-
MERGE/MG_gene_species.cxx (modified) (1 diff)
-
MERGE/MG_species.cxx (modified) (1 diff)
-
NTREE/NT_dbrepair.cxx (modified) (1 diff)
-
PROBE/PT_io.cxx (modified) (1 diff)
-
PROBE/PT_new_design.cxx (modified) (1 diff)
-
SL/AW_NAME/AW_rename.cxx (modified) (1 diff)
-
SL/DB_SCANNER/db_scanner.cxx (modified) (1 diff)
-
SL/FILTER/AP_filter.cxx (modified) (1 diff)
-
SL/PRONUC/AP_pro_a_nucs.cxx (modified) (1 diff)
-
SL/SEQUENCE/AP_seq_dna.cxx (modified) (1 diff)
-
SL/SEQUENCE/AP_seq_protein.cxx (modified) (1 diff)
-
SOURCE_TOOLS/generate_all_links.sh (modified) (1 diff)
-
TEMPLATES/arb_str.h (moved) (moved from branches/refactor/TEMPLATES/inline.h) (2 diffs, 1 prop)
-
WINDOW/AW_button.cxx (modified) (1 diff)
-
WINDOW/AW_device.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/refactor/ALIV3/a3_ptree1.cxx
r6488 r6804 12 12 #include "a3_ptree.hxx" 13 13 14 #include < inline.h>14 #include <arb_str.h> 15 15 16 16 #include <iostream> -
branches/refactor/ALIV3/a3_ptree2.cxx
r6488 r6804 12 12 #include "a3_ptree.hxx" 13 13 14 #include < inline.h>14 #include <arb_str.h> 15 15 16 16 #include <iostream> -
branches/refactor/ALIV3/a3_seq.cxx
r6488 r6804 13 13 14 14 #include <arbdb.h> 15 #include < inline.h>15 #include <arb_str.h> 16 16 17 17 #include <iostream> -
branches/refactor/ARBDB/adtcp.cxx
r6737 r6804 14 14 15 15 #include <arbdbt.h> 16 #include < inline.h>16 #include <arb_str.h> 17 17 18 18 #include "gb_local.h" -
branches/refactor/AWT/AWT_db_browser.cxx
r6666 r6804 14 14 #include "awt.hxx" 15 15 16 #include < inline.h>16 #include <arb_str.h> 17 17 #include <AP_Tree.hxx> 18 18 -
branches/refactor/AWT/AWT_www.cxx
r6588 r6804 15 15 #include <aw_awars.hxx> 16 16 #include <arbdbt.h> 17 #include < inline.h>17 #include <arb_str.h> 18 18 #include <static_assert.h> 19 19 -
branches/refactor/AWTI/AWTI_export.cxx
r6550 r6804 18 18 #include <aw_window.hxx> 19 19 #include <arbdbt.h> 20 #include < inline.h>20 #include <arb_str.h> 21 21 22 22 #define AWAR_EXPORT_FILE "tmp/export_db/file" -
branches/refactor/EDIT4/ED4_protein_2nd_structure.cxx
r6593 r6804 22 22 23 23 #include "arbdbt.h" 24 #include <inline.h>25 24 26 25 #include <iostream> -
branches/refactor/EDIT4/ED4_text_terminals.cxx
r6513 r6804 28 28 #include <awt_attributes.hxx> 29 29 #include <st_window.hxx> 30 #include < inline.h>30 #include <arb_str.h> 31 31 32 32 #include <iostream> -
branches/refactor/MERGE/MG_gene_species.cxx
r6597 r6804 22 22 #include <adGene.h> 23 23 #include <arbdbt.h> 24 #include < inline.h>24 #include <arb_str.h> 25 25 26 26 using namespace std; -
branches/refactor/MERGE/MG_species.cxx
r6567 r6804 18 18 #include <aw_awars.hxx> 19 19 #include <arbdbt.h> 20 #include < inline.h>20 #include <arb_str.h> 21 21 22 22 #define AWAR1 "tmp/merge1/" -
branches/refactor/NTREE/NT_dbrepair.cxx
r6385 r6804 19 19 #include <aw_color_groups.hxx> 20 20 21 #include < inline.h>21 #include <arb_str.h> 22 22 23 23 #include <map> -
branches/refactor/PROBE/PT_io.cxx
r6755 r6804 15 15 #include <arbdbt.h> 16 16 #include <BI_helix.hxx> 17 #include < inline.h>17 #include <arb_str.h> 18 18 19 19 int compress_data(char *probestring) { -
branches/refactor/PROBE/PT_new_design.cxx
r6659 r6804 15 15 #include "probe_tree.hxx" 16 16 #include <arbdbt.h> 17 #include < inline.h>17 #include <arb_str.h> 18 18 19 19 #ifdef P_ -
branches/refactor/SL/AW_NAME/AW_rename.cxx
r6714 r6804 14 14 #include <aw_awars.hxx> 15 15 #include <aw_window.hxx> 16 #include < inline.h>16 #include <cctype> 17 17 18 18 #include <names_client.h> -
branches/refactor/SL/DB_SCANNER/db_scanner.cxx
r6422 r6804 18 18 #include <aw_select.hxx> 19 19 20 #include < inline.h>20 #include <arb_str.h> 21 21 #include <arbdbt.h> 22 22 -
branches/refactor/SL/FILTER/AP_filter.cxx
r6602 r6804 11 11 #include "AP_filter.hxx" 12 12 #include <arbdb.h> 13 #include < inline.h>13 #include <arb_str.h> 14 14 15 15 -
branches/refactor/SL/PRONUC/AP_pro_a_nucs.cxx
r6510 r6804 13 13 #include <AP_codon_table.hxx> 14 14 #include <arbdbt.h> 15 #include < inline.h>15 #include <arb_str.h> 16 16 17 17 #define pn_assert(cond) arb_assert(cond) -
branches/refactor/SL/SEQUENCE/AP_seq_dna.cxx
r6592 r6804 6 6 #include <ARB_Tree.hxx> 7 7 8 #include < inline.h>8 #include <arb_str.h> 9 9 10 10 char *AP_sequence_parsimony::table; -
branches/refactor/SL/SEQUENCE/AP_seq_protein.cxx
r6591 r6804 6 6 #include <ARB_Tree.hxx> 7 7 8 #include < inline.h>8 #include <arb_str.h> 9 9 #include <climits> 10 10 -
branches/refactor/SOURCE_TOOLS/generate_all_links.sh
r6796 r6804 149 149 symlink_file ../TEMPLATES/downcast.h INCLUDE/downcast.h && 150 150 symlink_file ../TEMPLATES/dupstr.h INCLUDE/dupstr.h && 151 symlink_file ../TEMPLATES/ inline.h INCLUDE/inline.h &&151 symlink_file ../TEMPLATES/arb_str.h INCLUDE/arb_str.h && 152 152 symlink_file ../TEMPLATES/output.h INCLUDE/output.h && 153 153 symlink_file ../TEMPLATES/perf_timer.h INCLUDE/perf_timer.h && -
branches/refactor/TEMPLATES/arb_str.h
r6374 r6804 1 // ==================================================================== // 2 // // 3 // File : inline.h // 4 // Purpose : general purpose inlined functions // 5 // // 6 // // 7 // Coded by Ralf Westram (coder@reallysoft.de) in June 2002 // 8 // Copyright Department of Microbiology (Technical University Munich) // 9 // // 10 // Visit our web site at: http://www.arb-home.de/ // 11 // // 12 // // 13 // ==================================================================== // 1 // ================================================================= // 2 // // 3 // File : arb_str.h // 4 // Purpose : inlined string functions // 5 // // 6 // Coded by Ralf Westram (coder@reallysoft.de) in June 2002 // 7 // Institute of Microbiology (Technical University Munich) // 8 // http://www.arb-home.de/ // 9 // // 10 // ================================================================= // 14 11 15 #ifndef INLINE_H16 #define INLINE_H12 #ifndef ARB_STR_H 13 #define ARB_STR_H 17 14 18 15 #include <cctype> … … 57 54 inline unsigned char safeCharIndex(char c) { return static_cast<unsigned char>(c); } 58 55 56 59 57 #else 60 #error inline.h included twice 61 #endif // INLINE_H 62 58 #error arb_str.h included twice 59 #endif // ARB_STR_H -
branches/refactor/WINDOW/AW_button.cxx
r6675 r6804 20 20 #include <arbdbt.h> 21 21 22 #include < inline.h>22 #include <arb_str.h> 23 23 24 24 #include <Xm/Frame.h> -
branches/refactor/WINDOW/AW_device.cxx
r6411 r6804 12 12 #include "aw_commn.hxx" 13 13 14 #include < inline.h>14 #include <arb_str.h> 15 15 16 16 void AW_clip::set_cliprect(AW_rectangle *rect, bool allow_oversize) {
