[root]/XML_IMPORT
IMP_TREE
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 98 (100.0%) | 7.5 |
yadhu | 1 (7.7%) | 51 (52.0%) | 51.0 |
westram | 12 (92.3%) | 47 (48.0%) | 3.9 |
* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425
0 lines of code changed in 2 files:
* fix #618 (use ar for linking)
- library order does matter now
* {{{PROBE_COM/server.a}}} and {{{PROBE/PROBE.a}}} depend on each other -> hack: unpack lib and directly link objects
- do not export {{{pt_init_bond_matrix}}} "extern C"
- {{{sym2testcode.pl}}}: ignore several additional lines from nm-output
0 lines of code changed in 1 file:
- show from where dependencies are updated
1 lines of code changed in 1 file:
* merge from dev [7638] [7639] [7646] [7645] [7647] [7648] [7649] [7650] [7651] [7652]
- compatibility with cppcheck 1.49 (assert + ASSERT_RESULT)
- fixed (AWT and WINDOW)
* missing const attributes
* uninitialized/unused/wrong-scoped/useless variables
* alloc/free/delete mismatches
* use assertions instead of null-pointer-assignments
- removed
* AW_device_Xm fast/slow/fastflag
- new class AW_scalar
* can hold any AW_awar-value
- uses int32_t (AW_awar is based on GB_INT which is 32 bit)
* knows its type
* use in
- AW_option_struct / AW_toggle_struct (both classes were identical -> replaced them by new class AW_widget_value_pair)
- in AW_variable_update_struct (now !VarUpdateInfo)
- in AW_select_table_struct (now AW_selection_list_entry)
3 lines of code changed in 1 file:
- added library dependency declarations
3 lines of code changed in 1 file:
- fixed senseless warning
1 lines of code changed in 1 file:
* Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded -> simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
* removed/fixed all undefined variables in Makefiles (using 'make --warn-undefined-variables')
* changed names of compile-logs generated in GDE subdir
* added target 'xmlin' (broken, print warning)
11 lines of code changed in 1 file:
* included some patches for OSX (thx to Matt Cottrell)
* added global switch LINK_STATIC
* added script which checks for tools needed to compile ARB
* typo CCPLIB->CPPLIB
1 lines of code changed in 1 file:
- currently not used
24 lines of code changed in 1 file:
- renamed MODULE defines (_ARB -> IN_ARB)
1 lines of code changed in 1 file:
- dependency formatting now done by fix_depends.pl
2 lines of code changed in 1 file:
To import xml format trees in to ARB Database.
51 lines of code changed in 1 file: