Directory WETC/

Directory Created:
2000-11-23 10:41
Total Files:
3
Deleted Files:
0
Lines of Code:
163

[root]/WETC

Lines of Code

WETC/ Lines of Code

Developers

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

Most Recent Commits

westram 2023-09-13 17:33 Rev.: 19489


* reintegrates 'macros' into 'trunk'
* implements #856
* adds: log:branches/macros@19482:19488

59 lines of code changed in 2 files:

  • WETC: Makefile (+1), WETC_main.cxx (+58 -11)
westram 2022-03-04 11:26 Rev.: 18959


* reintegrates 'progress' into 'trunk'
- implements #789
* adds: log:branches/progress@18885:18958

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2021-09-15 12:39 Rev.: 18725


* rename {{{CPP_OBJECTS}}} -> {{{OBJECTS}}}.

5 lines of code changed in 1 file:

  • WETC: Makefile (+5 -5)
westram 2021-09-15 12:00 Rev.: 18720


* select units using {{{wildcard}}}.

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2020-03-03 12:23 Rev.: 18352


* full update from child 'fix' into 'trunk'
* adds: log:branches/fix@18339:18351

1 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+1 -1)
westram 2017-11-28 17:09 Rev.: 16763


* 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:

  • WETC: WETC_main.cxx (+2 -2)
westram 2016-08-11 10:05 Rev.: 15176


* reintegrates 'fixres' into 'trunk'
- fixes #715
* adds: log:branches/fixres@15127:15175

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2015-01-23 14:19 Rev.: 13443


* 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:

  • WETC: Makefile (+1 -1)
westram 2013-11-02 16:41 Rev.: 11034


* depends for [11033]

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2013-10-31 14:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2013-10-30 15:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2013-10-29 12:55 Rev.: 10956


* 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:

  • WETC: Makefile (+1 -1)
westram 2013-10-29 12:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2013-10-29 11:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2013-07-04 15:49 Rev.: 10212


* depends for recent patches

3 lines of code changed in 1 file:

  • WETC: Makefile (+3)
westram 2013-05-22 13:53 Rev.: 10083


reintegrated branch 'macros2'

1 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+1 -2)
epruesse 2013-04-14 14:13 Rev.: 9908

prepare for removal of AW_VARIABLE_TYPE in GTK branch

1 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+1 -1)
epruesse 2013-04-13 18:23 Rev.: 9899

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:

  • WETC: WETC_main.cxx (+4 -3)
westram 2013-02-13 12:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • WETC: Makefile (+1 -1)
westram 2013-02-09 12:52 Rev.: 9521


- updated depends for [9520]

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2013-02-09 11:16 Rev.: 9516


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2012-04-11 12:19 Rev.: 8574


* [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:

  • WETC: needs_libs (+1 -1)
westram 2012-03-06 17:02 Rev.: 8448


* 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:

  • WETC: WETC_main.cxx (+1 -1)
westram 2011-11-29 09:33 Rev.: 8249


* 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:

  • WETC: WETC_main.cxx (+1 -1)
westram 2011-10-07 12:49 Rev.: 8036


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:

  • WETC: WETC_main.cxx (+1 -2)
westram 2011-10-06 13:25 Rev.: 8028


* missing GB_shell in arb_wetc; fixes
- sequence printing in ARB_EDIT4
- exporting NDS (to printer)

1 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+1)
westram 2011-08-07 17:41 Rev.: 7801


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:

  • WETC: WETC_main.cxx (+1)
westram 2011-02-23 13:37 Rev.: 7183


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:

  • WETC: Makefile (+2 -1)
westram 2010-09-18 16:39 Rev.: 6868


- updated prototypes and dependencies

2 lines of code changed in 1 file:

  • WETC: Makefile (+2 -2)
westram 2010-09-18 16:32 Rev.: 6867


* 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:

  • WETC: WETC_main.cxx (+1)
westram 2010-09-18 16:20 Rev.: 6866


* 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:

  • WETC: Makefile (+1 -1)
westram 2010-09-09 21:49 Rev.: 6817


- depends for [6816]

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2010-09-09 19:25 Rev.: 6814


* depends updated for [6812] + [6813]

1 lines of code changed in 1 file:

  • WETC: Makefile (+1)
westram 2010-05-21 18:44 Rev.: 6666


* 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:

  • WETC: WETC_main.cxx (+26 -20)
westram 2010-03-03 14:00 Rev.: 6490


* 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:

  • WETC: WETC_main.cxx (+1)
westram 2010-02-17 09:30 Rev.: 6448


- added library dependency declarations

4 lines of code changed in 1 file:

  • WETC: needs_libs (new 4)
westram 2010-02-13 15:11 Rev.: 6428


* 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:

  • WETC: WETC_main.cxx (+10 -11)
westram 2010-02-08 17:10 Rev.: 6409


* 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:

  • WETC: WETC_main.cxx (+4 -5)
westram 2010-01-27 08:05 Rev.: 6381


- fixed includes
- added MBI headers
- removed unused files

3 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+3 -3)
westram 2010-01-21 16:49 Rev.: 6366


* fixed whitespace (scripted)

4 lines of code changed in 1 file:

  • WETC: WETC_main.cxx (+4 -4)

(22 more)

Generated by StatSVN 0.7.0