Directory PGT/

Directory Created:
2005-11-03 15:21
Directory Deleted:
2013-06-12 11:54
Total Files:
0
Deleted Files:
32
Lines of Code:
0

[root]/PGT
        Folder removed from repo xslt (0 files, 0 lines)

Lines of Code

PGT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 265 (100.0%) 13608 (100.0%) 51.3
baderk 86 (32.5%) 11111 (81.7%) 129.1
westram 178 (67.2%) 2495 (18.3%) 14.0
epruesse 1 (0.4%) 2 (0.0%) 2.0

Most Recent Commits

westram 2013-06-12 11:54 Rev.: 10137


- removes PGT (sacrificed to gtk port)

0 lines of code changed in 32 files:

  • PGT: Makefile (del), analyze_window.cxx (del), analyze_window.hxx (del), arb_interface.cxx (del), arb_interface.hxx (del), config_dialog.cxx (del), config_dialog.hxx (del), dialog.cxx (del), dialog.hxx (del), entry_sel_dialog.cxx (del), entry_sel_dialog.hxx (del), file_import.cxx (del), file_import.hxx (del), help_dialog.cxx (del), help_dialog.hxx (del), image_dialog.cxx (del), image_dialog.hxx (del), import_dialog.cxx (del), import_dialog.hxx (del), main.cxx (del), main_dialog.cxx (del), main_dialog.hxx (del), msgbox.cxx (del), msgbox.hxx (del), needs_libs (del), plot.cxx (del), plot.hxx (del), selection_dialog.cxx (del), selection_dialog.hxx (del), tiff_image.cxx (del), tiff_image.hxx (del), xm_defs.hxx (del)
westram 2013-06-04 14:20 Rev.: 10113


* changed dynamic value-initializations into default-initializations
- i believe/know they were used with ignorance of [http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new?answertab=active#tab-top ctor-behavior].

1 lines of code changed in 1 file:

  • PGT: image_dialog.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).

2 lines of code changed in 1 file:

  • PGT: main.cxx (+2 -2)
westram 2013-02-13 12:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

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


- updated depends for [9520]

20 lines of code changed in 1 file:

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


- reintegrated branch 'cxx11'

10 lines of code changed in 1 file:

  • PGT: Makefile (+10)
westram 2012-09-19 13:32 Rev.: 8907


* fixed cppcheck warnings

102 lines of code changed in 6 files:

  • PGT: arb_interface.cxx (+17 -28), dialog.cxx (+1 -1), file_import.cxx (+13 -16), image_dialog.cxx (+51 -72), import_dialog.cxx (+12 -15), tiff_image.cxx (+8 -8)
westram 2012-07-20 12:26 Rev.: 8826


* cppcheck (1.56 dev)
- fixed several resource-/mem-leaks
- fixed alloc/dealloc mismatches

7 lines of code changed in 2 files:

  • PGT: file_import.cxx (+2 -2), image_dialog.cxx (+5 -1)
westram 2012-06-15 12:53 Rev.: 8813


* fixed some C++11 incompatibilities (-Wnarrowing)

2 lines of code changed in 1 file:

  • PGT: image_dialog.cxx (+2 -2)
westram 2012-04-21 11:38 Rev.: 8641


* fixed warnings
- possible uninitialized variables
- DEBUG-mode variables
- ISLAND_HOPPING/Makefile: disabled warnings (i wont touch that module, except for removal)

3 lines of code changed in 2 files:

  • PGT: arb_interface.cxx (+2 -9), image_dialog.cxx (+1 -2)
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:

  • PGT: needs_libs (+1 -1)
westram 2012-02-15 20:40 Rev.: 8393


- cppchecked (1.53)

35 lines of code changed in 3 files:

  • PGT: arb_interface.cxx (+3 -3), file_import.cxx (+26 -26), image_dialog.cxx (+6 -7)
westram 2011-12-20 15:11 Rev.: 8313


* removed dead code

(partly reverted by [8316])

0 lines of code changed in 2 files:

  • PGT: arb_interface.cxx (-8), config_dialog.cxx (-21)
westram 2011-12-20 12:29 Rev.: 8309


* moved much code into static scope

(partly reverted by [8310])

1229 lines of code changed in 17 files:

  • PGT: analyze_window.cxx (+46 -46), analyze_window.hxx (-4), arb_interface.cxx (+31 -31), arb_interface.hxx (+3 -12), config_dialog.cxx (+287 -287), config_dialog.hxx (-9), dialog.cxx (+1 -1), entry_sel_dialog.cxx (+56 -56), entry_sel_dialog.hxx (-6), file_import.cxx (+97 -101), file_import.hxx (-3), import_dialog.cxx (+429 -447), main_dialog.cxx (+111 -109), main_dialog.hxx (-11), msgbox.cxx (+1 -1), selection_dialog.cxx (+167 -166), selection_dialog.hxx (-9)
westram 2011-12-12 15:52 Rev.: 8300


- cppchecked (1.52)

15 lines of code changed in 2 files:

  • PGT: image_dialog.cxx (+1 -1), plot.cxx (+14 -12)
westram 2011-11-29 17:42 Rev.: 8257


* removed unused(-but-set) variables/params

2 lines of code changed in 2 files:

  • PGT: help_dialog.cxx (+1 -2), image_dialog.cxx (+1 -4)
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)

6 lines of code changed in 1 file:

  • PGT: main.cxx (+6 -7)
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

17 lines of code changed in 2 files:

  • PGT: arb_interface.cxx (+13 -44), arb_interface.hxx (+4 -4)
westram 2011-08-07 19:15 Rev.: 7806


merge from dev [7720] [7721] [7722] [7723] [7724] [7725] [7726] [7747]
* !ItemSelector
- is now const by default (org struct is called !MutableItemSelector)
- now passed/stored as reference
- hide !MutableItemSelectors using access functions (so only const !ItemSelectors can be passed around)
* !BoundItemSel
- color_mark_data was in fact a !BoundItemSel
- !BoundItemSel is now const by default (org struct is called !MutableBoundItemSel)
* renames
- !DbScanner -> GB_DbScanner
- db_scanner_data -> !DbScanner
* fixes
- skip query if querying empty set (e.g. db w/o experiments)
- assertion failure on multiple instances of field admin menu entries (genes + experiments)
- gene-info shows selected gene when opened 1st time
- error no longer exported in experiment create
- deleting current item and then selecting a new one failed to remove callback on keydata
* added TODOs for genes/experiment UI/ItemSelectors

1 lines of code changed in 1 file:

  • PGT: Makefile (+1)
westram 2011-06-10 14:50 Rev.: 7623


- merge from dev [7450] [7452] [7456] [7457] [7458] [7459] [7460] [7461] [7464] [7465] [7466] [7467] [7468] [7469] [7482]
* tweaked compiler options
- activated -Weffc++
* postfilter warnings where Scott Meyers' advices are too general.
- base classes should not always have virtual destructors, since that renders tiny classes useless and
- members should not always be initialized via initialization list, since that often violates the DRY principle
* fix gcc's inability to detect that Noncopyable implements a private copy-ctor and op=
* this slows down complete ARB recompilation by ~5%
- added -Wold-style-cast (inactive)
- removed -Wno-non-template-friend added in [7447]
* postcompile.pl
- added option --original to show unmodified compiler output
* declared op= for classes which had a copy-ctor
* moved op= macros to arbtools.h
* derived classes containing pointers from Noncopyable (use Noncopyable virtually) or
* made them copyable if needed (awt_mask_item, KnownDB, Code, AWT_registered_itemtype, GEN_gene, !PosGene, !PartialSequence, !PlugIn, Range, Convaln_exception)
* other related changes
- user mask destruction working now

26 lines of code changed in 13 files:

  • PGT: Makefile (+5), analyze_window.hxx (+1 -2), config_dialog.hxx (+1 -2), dialog.hxx (+4 -2), entry_sel_dialog.hxx (+1 -2), help_dialog.hxx (+1 -2), image_dialog.hxx (+1 -2), import_dialog.hxx (+1 -2), main.cxx (+1 -2), main_dialog.hxx (+1 -2), plot.hxx (+4 -2), selection_dialog.hxx (+1 -2), tiff_image.hxx (+4 -2)
westram 2011-02-23 16:24 Rev.: 7190


merges [7164] [7165] [7166] [7167] [7168] [7169] [7170] from refactor
* replaced last call to atexit() in ARBDB by GB_atexit()
* introduce GB_shell() - you need an instance for DB access
- handles ARBDB internal memory
- handles GB_atexit calls
* added tests for GB_shell and GB_remove_on_exit
* use GB_shell where needed
* fixed pending callbacks in PGT

43 lines of code changed in 6 files:

  • PGT: arb_interface.cxx (+18 -1), arb_interface.hxx (+2), image_dialog.cxx (+5 -1), main.cxx (+10 -9), main_dialog.cxx (+7), main_dialog.hxx (+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)

20 lines of code changed in 1 file:

  • PGT: Makefile (+20 -10)
westram 2010-09-18 16:39 Rev.: 6868


- updated prototypes and dependencies

1 lines of code changed in 1 file:

  • PGT: Makefile (+1 -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:

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


- depends for [6816]

10 lines of code changed in 1 file:

  • PGT: Makefile (+10)
westram 2010-09-09 19:25 Rev.: 6814


* depends updated for [6812] + [6813]

10 lines of code changed in 1 file:

  • PGT: Makefile (+10)
westram 2010-02-17 09:30 Rev.: 6448


- added library dependency declarations

5 lines of code changed in 1 file:

  • PGT: needs_libs (new 5)
westram 2010-01-13 14:41 Rev.: 6347


Moved a lot of dead code to where it belongs: into the depths of SVN.
I didn't care much: If there was no obvious reason (e.g. some coment explaining why it's still there), it has been deleted


62 lines of code changed in 17 files:

  • PGT: analyze_window.cxx (-11), analyze_window.hxx (-43), arb_interface.cxx (-51), arb_interface.hxx (-13), dialog.cxx (-38), entry_sel_dialog.cxx (-1), entry_sel_dialog.hxx (-2), file_import.cxx (+10 -45), help_dialog.hxx (-20), image_dialog.cxx (+48 -87), image_dialog.hxx (-1), import_dialog.cxx (+4 -57), import_dialog.hxx (-2), main_dialog.cxx (-9), main_dialog.hxx (-1), plot.cxx (-13), selection_dialog.cxx (-1)
westram 2010-01-07 14:07 Rev.: 6331


* removed GB_strdup
* moved freeset, nulldup, etc to own header (dupstr.h)
* added freenull
- replacement for freeset(var,NULL)
- freeset is a template now and does no longer work with NULL/0
- replaced all occurrances

11 lines of code changed in 2 files:

  • PGT: Makefile (+10), image_dialog.cxx (+1 -1)
westram 2009-12-30 19:56 Rev.: 6318


* ARBDB
- compiles as C++ (no longer compiled as plain C)
- removed ARBDB2 + ARBDBS
- removed rotten C++-wrappers (ARBDBPP)
- generates special header for perl-interface to reduce dependencies (ad_p_prot.h)
* removed (ARBDB)
- gb_search_enum (merged with GB_TYPES)
* renamed (ARBDB)
- gbs_malloc_copy -> GB_memdup
- gb_search_types -> GB_SEARCH_TYPE + renamed enum-members
* tweaked perl interface
- code in ARBDB is now able to 'die' correctly (see GBP_croak_function)
- compiles as C++
- wrote generic functions for enum <-> string conversion (perl uses strings for enum values)
- added needed conversion functions
- removed handcoded xsubs (now all are generated by arb_proto_2_xsub - nevertheless, it's still possible to define xsubs manually)
- ARB::find and ARB::find_string (3rd parameter needs different values, only one file affected: PERL_SCRIPTS/GENOME/GI.pm - fixed)
- removed all functions using GBQUARK from perl interface
* perl interface generator (arb_proto_2_xsub)
- completely rewritten
- does automatic type conversion (expecting that the needed functions are defined in ARBDB/adperl.c)
* prototype generator
- compiles as C++
- switch -F accept's '!^' as beginning-of-name expression
* removed ARB_EDIT
- moved naligner interface code to EDIT4

29 lines of code changed in 2 files:

  • PGT: Makefile (+27), arb_interface.cxx (+2 -2)
westram 2009-11-25 09:49 Rev.: 6277


* ARB_ERROR (drop-in replacement for GB_ERROR)
- checks for unused and overwritten errors in DEBUG mode
- nearly no overhead in NDEBUG mode
* added some error-delivery wrappers
- aw_message_if()
- GB_end_transaction_show_error()
- GB_end_transaction()
- GB_transaction.close()
* updated dependencies - majority of code depends on ARB_ERROR

2 lines of code changed in 1 file:

  • PGT: Makefile (+2)
westram 2009-09-30 14:16 Rev.: 6209


- dependencies updated

1 lines of code changed in 1 file:

  • PGT: Makefile (+1)
westram 2009-08-14 15:29 Rev.: 6141


* spellchecked all (phew)

24 lines of code changed in 6 files:

  • PGT: config_dialog.cxx (+6 -6), file_import.cxx (+2 -2), image_dialog.cxx (+11 -11), import_dialog.cxx (+1 -1), main.cxx (+2 -2), plot.cxx (+2 -2)
westram 2009-04-16 14:21 Rev.: 5825


* replaced GB_entry/GB_create/GB_search+GB_read_XXX by GBT_read_XXX
* improved error handling in many functions

30 lines of code changed in 5 files:

  • PGT: arb_interface.cxx (+8 -3), arb_interface.hxx (+2), file_import.cxx (+17 -25), file_import.hxx (-1), image_dialog.cxx (+3 -7)
westram 2009-01-09 23:34 Rev.: 5725

* removed useless macros:
- GB_STRDUP (easily taken for GB_strdup)
- GB_MEMCPY + GB_MEMSET + GB_FREE
- GB_DELETE (replaced by freeset(xx,NULL))
* added macros:
- freeset (= free + assign)
- freedup (= free + assign strdup'ed)
- reassign (= free + assign + clear source var)
- nulldup (=strdup accepting NULL; replacement for GB_strdup in C++ code)
* use these macros where applicable

32 lines of code changed in 5 files:

  • PGT: config_dialog.cxx (+17 -123), dialog.cxx (+1 -1), image_dialog.cxx (+4 -8), import_dialog.cxx (+1 -7), main_dialog.cxx (+9 -25)
westram 2008-12-31 12:27 Rev.: 5709


- made depends for [5708]

20 lines of code changed in 1 file:

  • PGT: Makefile (+20)
westram 2008-12-25 13:03 Rev.: 5675


- removed automatic timestamps (the best they were good for, were vc-conflicts)

0 lines of code changed in 1 file:

  • PGT: xm_defs.hxx (-1)
westram 2008-12-18 17:43 Rev.: 5660


- generally use GBT_read_name() where possible
- recoded several functions

26 lines of code changed in 2 files:

  • PGT: Makefile (+2), arb_interface.cxx (+24 -106)
westram 2008-12-16 09:34 Rev.: 5648


* moved AWT_get_full_path() + AWT_concat_full_path() to ARBDB
* rewrote GBS_read_dir() using opendir/readdir (instead of calling 'ls')
* changed result of GB_is_...(): int -> GB_BOOL, added GB_is_readablefile()
* added GB_path_in_ARBLIB() + GB_path_in_ARBHOME()
* removed GBS_free_names() (same as GBT_free_names())
* Pressing 'Auto detect' again, selects next matching import filter. added some advices


1 lines of code changed in 1 file:

  • PGT: dialog.cxx (+1 -1)
westram 2008-05-19 11:48 Rev.: 5309

- replaced calls to GB_find with new find-functions

99 lines of code changed in 3 files:

  • PGT: arb_interface.cxx (+49 -37), file_import.cxx (+1 -1), image_dialog.cxx (+49 -38)

(20 more)

Generated by StatSVN 0.7.0