Directory SL/REGEXPR/

Directory Created:
2009-04-11 15:52
Total Files:
4
Deleted Files:
0
Lines of Code:
365

[root]/SL/REGEXPR

Lines of Code

SL/REGEXPR/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 52 (100.0%) 478 (100.0%) 9.1

Most Recent Commits

westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+1 -1)
westram 2021-09-15 13:37 Rev.: 18724


* directly use {{{OBJECTS}}}.

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -2)
westram 2021-09-15 13:31 Rev.: 18723


* remove .c rules.
* add .c suffix (in SOURCE_TOOLS).

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -4)
westram 2021-09-15 13:00 Rev.: 18720


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

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -1)
westram 2021-09-15 12:53 Rev.: 18718


* eliminate unused {{{C_OBJECTS}}}.

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -2)
westram 2017-11-28 18: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

19 lines of code changed in 2 files:

  • SL/REGEXPR: RegExpr.cxx (+12 -12), RegExpr.hxx (+7 -7)
westram 2017-01-16 18:16 Rev.: 15587


* reintegrates 'fix' into 'trunk'
- fix OSX unittest for jenkins project names (up to max. 16 chars long)
- optimize {{{GB_log_fak}}}
- forward {{{RegExpr}}}-compile-errors (or at least assert on failure)
* adds: log:branches/fix@15582:15586

8 lines of code changed in 2 files:

  • SL/REGEXPR: Makefile (+1), RegExpr.hxx (+7)
westram 2017-01-16 12:17 Rev.: 15579


* reintegrates 'unittest' into 'trunk'
- activates unittests under OSX (performs #740)
* disabled a few tests + accepted a few modified results (see #741)
* {{{RegExpr}}} no longer uses exception
* fix quoting of {{{char*}}} (in reported test result)
- fixes several compiler flags unknown under OSX/clang
- fix usability of compile log (make now prints directory)
* adds: log:branches/unittest@15534:15578
* removes: [15520/branches/warnings]

106 lines of code changed in 2 files:

  • SL/REGEXPR: RegExpr.cxx (+97 -23), RegExpr.hxx (+9 -3)
westram 2016-08-11 11:05 Rev.: 15176


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

5 lines of code changed in 2 files:

  • SL/REGEXPR: Makefile (+1), RegExpr.cxx (+4 -1)
westram 2015-10-10 14:08 Rev.: 14410


* fix outdated links to arb-help

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.hxx (+1 -1)
westram 2015-01-23 15:19 Rev.: 13443


* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2 -2)
westram 2014-08-27 12:21 Rev.: 12783


* publish TESTs for which nm 2.24 fails to export source location

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+1)
westram 2013-11-03 15:42 Rev.: 11060


* reintegrates 'ptsfix' into 'trunk':
* adds:
- log:branches/ptsdump@8966:9000
- log:branches/ptsfix@8965:9012,9014:9017,9019:9023,9025:9046,9048:9089,9091:9114,9116:9132,9134:9139,9141:9145,9147:9151,9153:9158,9160:9379,9381:11059
- log:branches/ptsstartup@9160:9235,9237:9278,9280:9336,9339:9361,9363:9446
- log:branches/ptsundef@9061:9358

0 lines of code changed in 2 files:

  • SL/REGEXPR: RegExpr.cxx (-4), RegExpr.hxx (-1)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2 -2)
westram 2013-10-29 13: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:

  • SL/REGEXPR: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


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

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2 -2)
westram 2013-10-29 12: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:

  • SL/REGEXPR: Makefile (+1 -1)
westram 2013-10-03 13:11 Rev.: 10704


- reintegrated branch 'helptest'

3 lines of code changed in 3 files:

  • SL/REGEXPR: Makefile (+1 -11), RegExpr.cxx (+1 -1), needs_libs (+1 -1)
westram 2013-09-09 16:36 Rev.: 10563


- include downcast.h from arbdbt.h
(this break C++11 compilation, i.e. gcc4.8 or newer)[[BR]]
amendment:
* also broke compilation on ubuntu 13.04 and with gcc 4.7.3 (due to nameclash with boost)

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1 -1)
westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1)
westram 2013-02-09 12:16 Rev.: 9516


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1)
westram 2012-11-23 19:15 Rev.: 9226


* do not expect negations (in macro names)

3 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+3 -3)
westram 2012-11-23 18:58 Rev.: 9225


* rename unit test macros
- TEST_ASSERT.. -> TEST_EXPECT..

7 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+7 -7)
westram 2012-11-23 18:47 Rev.: 9224


* eliminated old TEST_ASSERT (pre-[8219]-style)
- replaced by new TEST_ASSERT (expecting expression equals true), TEST_ASSERT_NOTNULL or TEST_ASSERT_NONZERO

4 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+4 -4)
westram 2012-05-29 13:41 Rev.: 8761


- free/delete mismatch

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+1 -1)
westram 2012-05-15 13:28 Rev.: 8737


* RegExpr::match returns NULL if didMatch returns false
* few simple tests for regexpr (as place to tdd complicated regular expressions)

41 lines of code changed in 2 files:

  • SL/REGEXPR: Makefile (+1), RegExpr.cxx (+40 -1)
westram 2012-05-13 15:31 Rev.: 8736


* add pointers to regexpr format

2 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.hxx (+2)
westram 2012-04-11 13: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:

  • SL/REGEXPR: needs_libs (+1 -1)
westram 2011-06-10 15: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

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.hxx (+1 -1)
westram 2011-02-23 14: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:

  • SL/REGEXPR: Makefile (+2 -1)
westram 2010-10-25 18:10 Rev.: 7044


* fixed include wrappers (merges [7006] [7007])
- use gcc-style include-wrappers
- use same convention for local wrappers in TREEGEN as rest of ARB

1 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.hxx (+1 -1)
westram 2010-09-18 17: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)

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2 -2)
westram 2010-09-09 22:49 Rev.: 6817


- depends for [6816]

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1)
westram 2010-09-09 20:25 Rev.: 6814


* depends updated for [6812] + [6813]

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1)
westram 2010-02-17 10:30 Rev.: 6448


- added library dependency declarations

4 lines of code changed in 1 file:

  • SL/REGEXPR: needs_libs (new 4)
westram 2010-01-27 10:48 Rev.: 6385


- removed trailing whitespace

4 lines of code changed in 1 file:

  • SL/REGEXPR: RegExpr.cxx (+4 -4)
westram 2010-01-07 15: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

1 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+1)
westram 2009-12-30 20: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

2 lines of code changed in 1 file:

  • SL/REGEXPR: Makefile (+2)

(2 more)

Generated by StatSVN 0.7.0