Directory SL/LOCATION/

Directory Created:
2011-11-29 11:50
Total Files:
4
Deleted Files:
0
Lines of Code:
611

[root]/SL/LOCATION

Lines of Code

SL/LOCATION/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 29 (100.0%) 754 (100.0%) 26.0

Most Recent Commits

westram 2020-04-01 17:21 Rev.: 18426


* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425

1 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+1 -1)
westram 2020-03-05 17:38 Rev.: 18361


* use prefix 'take' for descends into UNIT_TESTER.
* fix some whitespace.

2 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+2 -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

2 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+2 -2)
westram 2017-11-12 15:53 Rev.: 16649


* partial merge from 'gcc' into 'trunk'
- handles #770 by reducing optimizations of several bleeding test functions
* adds: log:branches/gcc@16636:16648

1 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+1 -1)
westram 2017-11-06 14:54 Rev.: 16628


* reintegrates 'vectorize' into 'trunk'
- fixes #700
* documented vectorization-checks
* fine-grained check based on gcc-version
- drops old gcc-versions (<4.4.3)
- new attribute {{{__ATTR__DONT_VECTORIZE}}}
* disabled vectorization of {{{POS_TREE2::init_static()}}} for newer gcc-versions (generated code fails tests)
- added a bunch of new vectorization-checks (probably irrelevant to overall performance)
* adds: log:branches/vectorize@15531:16585,16595:16627

1 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+1 -1)
westram 2016-08-17 20:39 Rev.: 15198


* remove {{{virtual}}} if {{{OVERRIDE}}} is present
- OVERRIDE implies 'implicit virtual' (if code compiles as C++11 <- tested on build server!)

15 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+15 -15)
westram 2016-08-11 11:05 Rev.: 15176


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

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+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

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1 -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

2 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+2 -2)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1 -1)
westram 2013-10-31 12:44 Rev.: 10991


- fix struct/class mismatches

1 lines of code changed in 1 file:

  • SL/LOCATION: Location.h (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1 -1)
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/LOCATION: 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)

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1 -1)
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/LOCATION: Makefile (+1 -1)
westram 2013-10-29 11:44 Rev.: 10953


* do not depend on '_GLIBCXX_STRING' for definition of inline helper functions (should fix another clang error)

2 lines of code changed in 2 files:

  • SL/LOCATION: Location.cxx (+1 -1), Makefile (+1 -1)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1 -1)
westram 2013-02-11 12:35 Rev.: 9533


* use explicit override
- rest

15 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+15 -15)
westram 2013-02-09 13:52 Rev.: 9521


- updated depends for [9520]

1 lines of code changed in 1 file:

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


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

  • SL/LOCATION: Makefile (+1)
westram 2012-11-24 11:24 Rev.: 9228


* replaced several inlined conditions by more verboose expectations

15 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+15 -22)
westram 2012-11-23 18:58 Rev.: 9225


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

61 lines of code changed in 1 file:

  • SL/LOCATION: Location.cxx (+61 -61)
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/LOCATION: needs_libs (+1 -1)
westram 2011-11-29 12:35 Rev.: 8251


- removed using decls from headers

6 lines of code changed in 1 file:

  • SL/LOCATION: Location.h (+6 -10)
westram 2011-11-29 11:50 Rev.: 8250


* extracted library for Location from GENOM_IMPORT
- removes cyclic dependency from GENOM <> GENOM_IMPORT
- makes GENOM_IMPORT, GENOM and AWTI testable
* remove duplicated dependency EDIT4->ITEMS

619 lines of code changed in 4 files:

  • SL/LOCATION: Location.cxx (new 499), Location.h (new 68), Makefile (new 49), needs_libs (new 3)
Generated by StatSVN 0.7.0