[root]/WETC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 319 (100.0%) | 4.9 |
westram | 59 (92.2%) | 224 (70.2%) | 3.7 |
oldcode | 2 (3.1%) | 70 (21.9%) | 35.0 |
meierh | 1 (1.6%) | 20 (6.3%) | 20.0 |
epruesse | 2 (3.1%) | 5 (1.6%) | 2.5 |
* reintegrates 'macros' into 'trunk'
* implements #856
* adds: log:branches/macros@19482:19488
59 lines of code changed in 2 files:
* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958
1 lines of code changed in 1 file:
* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.
5 lines of code changed in 1 file:
* select units using {{{wildcard}}}.
1 lines of code changed in 1 file:
* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351
1 lines of code changed in 1 file:
* partial merge from 'gcc' into 'trunk'
- use {{{nullptr}}} in Cxx11 (with backward compatibility)
* adds: log:branches/gcc@16683:16740,16744:16746,16751
2 lines of code changed in 1 file:
* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175
1 lines of code changed in 1 file:
* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442
1 lines of code changed in 1 file:
* depends for [11033]
1 lines of code changed in 1 file:
* use cflags before cxxflags
1 lines of code changed in 1 file:
* renamed include variables
1 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
1 lines of code changed in 1 file:
- document mechanism used by ARB to export variables to submakefiles
- document most important variables
1 lines of code changed in 1 file:
* depends for recent patches
3 lines of code changed in 1 file:
reintegrated branch 'macros2'
1 lines of code changed in 1 file:
prepare for removal of AW_VARIABLE_TYPE in GTK branch
1 lines of code changed in 1 file:
pass down argc/argv to AW_root::AW_root (for GTK)
GTK will pick its parameters (e.g. --g-fatal-warnings) from argv and
remove them, hence argv must not be const and AW_root() should
be called before command line parsing (if possible).
4 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- updated depends for [9520]
1 lines of code changed in 1 file:
- reintegrated branch 'cxx11'
1 lines of code changed in 1 file:
* [8567] failed on WCs where shared libs were up-to-date, but not yet present in $ARBHOME/lib
- link libs directly in $ARBHOME/lib
* no longer create 'SHARED.a' in shared-library-dirs
* unit tests caused build of 'SHARED.so' (instead of 'libSHARED.so'). Every library existed twice.
- changed test-target-names for shared libaries (e.g. ARBDB/ARBDB.test -> ARBDB/libARBDB.test)
- added failing stopper targets to main-Makefile and shared-lib-Makefiles
* changed all dependencies to shared libs
* fixed dependency scripts to perform correct translations from lib/libUNIT.so <-> UNIT/UNIT.(dummy|a). omg :/
* updated predefined RESTRICT_LIB entries in UNIT_TESTER/Makefile.setup.template
- check whether RESTRICT_LIB uses obsolete test-names (e.g. ARBDB instead of libARBDB) and fail if.
1 lines of code changed in 1 file:
* store current modal dialog in AW_root
- raise it whenever some disabled callback is suppressed
- position it under mouse for most callback (do not change pos for focus, expose, resize, help and close callbacks)
1 lines of code changed in 1 file:
* wrap main for untested (but testable) units
- still untestable
* ptpan (wont change in this branch)
* GENOM (cyclic dependency with GENOM_IMPORT due to Location)
* fix missing lib dependencies
- DIST -> SL/NDS
- STAT -> SL/ITEMS
- AW_NAME -> libAWT (instead of libWINDOW)
1 lines of code changed in 1 file:
merge from dev [7950] [7951] [7952] [7953] [7954] [7955] [7957]
* replaced weird GBS_find_lib_file (GB_lib_file, GB_property_file, GB_arbtcpdat_path, GB_path_in_ARBLIB, ..)
* changed handling of property-files (removed path prefix '.arb_prop')
* replaced several hardcoded paths
* fixed arb_notify
* fixed crash when showing "lib/message" on startup (outside GB_shell)
* cleaned up error handling in start_macro_recording
1 lines of code changed in 1 file:
* missing GB_shell in arb_wetc; fixes
- sequence printing in ARB_EDIT4
- exporting NDS (to printer)
1 lines of code changed in 1 file:
merge from dev [7710]
* resolve some nesting in library dependencies
- allows unit tests in GENOM and GENOM_IMPORT
1 lines of code changed in 1 file:
merges [7084] [7086] [7087] [7088] from refactor
* added CORE lib
- added arb_progress (unused yet)
- moved some code from ARBDB to CORE
* added tests to CORE lib
* generate_all_links.sh
- now tests link targets
- able to replace links (if link stays the same, but target changes)
* fixed perl interface
- link with libCORE
- DRYed LINUX.PL and DARWIN.PL
- added wrapper functionality (ARBDB->CORE). Functions starting with GBC_ are wrappers for code that moved into libCORE (which is NOT xsub'd)
2 lines of code changed in 1 file:
- updated prototypes and dependencies
2 lines of code changed in 1 file:
* ARB GUI (merges [6844] [6845] [6847] [6858] [6861] from refactor)
* new central header cb.h (planned to define ALL callbacks used in ARB here later)
* refactored callback handling for some AW_root callbacks
- AW_root_callback hides function ptr + arguments
- AW_root_cblist hides lists of AW_root_callback
* DRYed AW_RCB
* reduced tight coupling between some of WINDOW/*.hxx (omg)
* removed AWUSE
1 lines of code changed in 1 file:
* compiler-messages (merges [6848] [6849] [6850] [6851] [6853] [6855] [6856] [6860] from refactor)
- errors get listed before warnings
- pipe all compilations through postcompile filter
- optionally filter warnings and/or stop at 1st error (controllable by POST_COMPILE in ARB Makefile)
- no warnings for ptpan (too many; version in trunk is outdated)
1 lines of code changed in 1 file:
- depends for [6816]
1 lines of code changed in 1 file:
* depends updated for [6812] + [6813]
1 lines of code changed in 1 file:
* AW_root
- ctor initializes AWAR subsystem
- made more clear that AW_root is a singleton
- call dtor atexit; unlink AWARs from prop-DB and free memory (AW_window instances and releated mem still remain)
- close properties DB
- renamed some functions
* AW_awar
- added dtor
* added AWT_create_root (necessary to add properties DB to DB-browser)
* removed AWT_open_properties (done inside AW_root-ctor now)
* EDIT properties
- detect existing properties before constructing AW_root
* removed AW_config_struct
26 lines of code changed in 1 file:
* moved a few types to arbdb_base.h
* only use arbdb_base.h or arbdb.h where possible
* global included cleanup
* added MBI headers to many files
* moved SQ_ambiguities.SQ_count_ambiguities() to separate object
1 lines of code changed in 1 file:
- added library dependency declarations
4 lines of code changed in 1 file:
* replaced global (and multiple existing) AD_map_viewer() by callback which has to be passed to AWT_graphic_tree
10 lines of code changed in 1 file:
* aw_root::open_default no longer uses AWT_announce_db_to_browser
* now done by AWT_open_properties() which is used instead of open_default() in all cases except
- aw_status no longer announces its properties (they were not accessible anyway)
- EDIT4 announces it manually (cause of alignment specific properties)
4 lines of code changed in 1 file:
- fixed includes
- added MBI headers
- removed unused files
3 lines of code changed in 1 file:
* fixed whitespace (scripted)
4 lines of code changed in 1 file:
(22 more)