Directory DBSERVER/

Directory Created:
2000-11-23 11:41
Total Files:
3
Deleted Files:
1
Lines of Code:
563

[root]/DBSERVER

Lines of Code

DBSERVER/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 76 (100.0%) 811 (100.0%) 10.6
westram 71 (93.4%) 701 (86.4%) 9.8
oldcode 2 (2.6%) 97 (12.0%) 48.5
meierh 1 (1.3%) 12 (1.5%) 12.0
epruesse 1 (1.3%) 1 (0.1%) 1.0
baderk 1 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

westram 2022-03-04 12:26 Rev.: 18959


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

1 lines of code changed in 1 file:

  • DBSERVER: Makefile (+1)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2 -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:

  • DBSERVER: Makefile (+1 -1)
westram 2021-09-15 13:27 Rev.: 18721


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

2 lines of code changed in 1 file:

  • DBSERVER: Makefile (+2 -1)
westram 2019-07-08 10:26 Rev.: 17953


* fix number of tabs between key and data (ASCII DB format)
- auto-updated all databases.

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -1)
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

11 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+11 -11)
westram 2017-10-31 14:13 Rev.: 16592


* partial merge from 'vectorize' into 'trunk'
- eliminates {{{usleep}}} (using {{{nanosleep}}} via {{{ARB_sleep}}})
* adds: log:branches/vectorize@16587:16591

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2 -2)
westram 2017-06-29 15:18 Rev.: 16043


* reintegrates 'fix' into 'trunk'
- valgrind fixes
* generally repaired valgrinding (external tools)
* {{{group_scaling}}} was not initialized correct (RUI)
- DRYed code to run external tools from unittests
* adds: log:branches/fix@16037:16042

4 lines of code changed in 2 files:

  • DBSERVER: Makefile (+3), db_server.cxx (+1 -12)
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

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


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

12 lines of code changed in 2 files:

  • DBSERVER: Makefile (+1), db_server.cxx (+11 -11)
westram 2015-11-27 20:31 Rev.: 14556


* reintegrates 'dbsave' into 'trunk'
- implements #665
* adds: log:branches/dbsave@14521:14555

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -1)
westram 2015-09-02 15:58 Rev.: 14250


* increase timeout for dbserver startup (1-2 seconds -> >60 seconds)

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+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

1 lines of code changed in 1 file:

  • DBSERVER: Makefile (+1 -1)
westram 2013-11-19 10:24 Rev.: 11167


- leak stuffed

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1)
westram 2013-11-02 21:28 Rev.: 11048


* use typed DB callbacks (rest)

4 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+4 -4)
westram 2013-11-02 17:41 Rev.: 11034


* depends for [11033]

1 lines of code changed in 1 file:

  • DBSERVER: Makefile (+1)
westram 2013-11-01 15:50 Rev.: 11023


* publish DB callback interface separately from rest of DB interface

7 lines of code changed in 2 files:

  • DBSERVER: Makefile (+6), db_server.cxx (+1)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

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


* renamed include variables

1 lines of code changed in 1 file:

  • DBSERVER: 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:

  • DBSERVER: 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:

  • DBSERVER: 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:

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


- reintegrated branch 'helptest'

2 lines of code changed in 2 files:

  • DBSERVER: Makefile (+1), db_server.cxx (+1)
westram 2013-05-22 14:53 Rev.: 10083


reintegrated branch 'macros2'

4 lines of code changed in 2 files:

  • DBSERVER: Makefile (+1), db_server.cxx (+3 -2)
epruesse 2013-04-13 19: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).

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -1)
westram 2013-02-13 13:24 Rev.: 9575


- effect of [9574] (comments only)

1 lines of code changed in 1 file:

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


- updated depends for [9520]

1 lines of code changed in 1 file:

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


- reintegrated branch 'cxx11'

1 lines of code changed in 1 file:

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


* do not expect negations (in macro names)

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2 -2)
westram 2012-11-23 18:58 Rev.: 9225


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

19 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+19 -19)
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

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2 -2)
westram 2012-04-21 12:38 Rev.: 8641


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

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2)
westram 2012-04-01 19:15 Rev.: 8543


* tweaked readabilty of failing error-tests
- for functions reporting errors via GB_export_error
- for functions returning errors (always have to specify part of error message)
* typo ('exacly')

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -1)
westram 2012-02-18 17:43 Rev.: 8423


* use !LocallyModify for several flags

1 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+1 -2)
westram 2011-11-28 22:26 Rev.: 8246


* eliminated several main()'s from lib/obj-code
- replaced by ARB_main
- link executable with wrapper-object (main->ARB_main)
* unit-tests now use their own main()
- this ensures that all static data is initialized when the unit-test starts (previous behavior was working, but undefined)
- all tests pass (versus [8243])

2 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+2 -2)
westram 2011-10-17 14:29 Rev.: 8103


merge from ptpan_back [8071] [8075] [8076] [8077] [8079]
* moved ARBDB/GB_system -> CORE/GBK_system
* moved basic file related functions from ARBDB to CORE
- GB_time_of_file (no longer automatically evaluates given path)

4 lines of code changed in 2 files:

  • DBSERVER: Makefile (+1), db_server.cxx (+3 -2)
westram 2011-10-17 14:21 Rev.: 8101


merge from ptpan_back [8065] [8066]
* rewrote arb_db_server + added tests

466 lines of code changed in 2 files:

  • DBSERVER: Makefile (+2), db_server.cxx (+464 -46)
westram 2011-08-08 01:01 Rev.: 7811


merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN

3 lines of code changed in 1 file:

  • DBSERVER: db_server.cxx (+3 -3)
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:

  • DBSERVER: Makefile (+2 -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)

1 lines of code changed in 1 file:

  • DBSERVER: Makefile (+1 -1)

(28 more)

Generated by StatSVN 0.7.0