Directory SL/MACROS/

Total Files:
10
Deleted Files:
0
Lines of Code:
1964

[root]/SL/MACROS

Lines of Code

SL/MACROS/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
westram 81 (100.0%) 508 (100.0%) 6.2

Most Recent Commits

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


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

99 lines of code changed in 7 files:

  • SL/MACROS: Makefile (+3), macro_gui.cxx (+65 -3), macros_local.hxx (+1), recmac.cxx (+21 -3), recmac.hxx (+2), trackers.cxx (+5), trackers.hxx (+2)
westram 2022-07-21 14:01 Rev.: 19167


* reintegrates 'split' into 'trunk'
* adds: log:branches/split@19102:19166

1 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+1 -1)
westram 2022-03-04 12:26 Rev.: 18959


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

4 lines of code changed in 1 file:

  • SL/MACROS: Makefile (+4)
westram 2021-09-15 13:52 Rev.: 18730


* remove trailing whitespace from c source.

3 lines of code changed in 1 file:

  • SL/MACROS: macro_gui.cxx (+3 -3)
westram 2019-10-08 17:51 Rev.: 18159


* full update from child 'fix' into 'trunk'
- fix item name accessors ({{{GBT_get_name}}} + {{{GBT_get_name_or_description}}})
- add {{{null2empty}}}
* adds: log:branches/fix@18140:18158

1 lines of code changed in 1 file:

  • SL/MACROS: dbserver.cxx (+1 -1)
westram 2018-04-30 18:27 Rev.: 16936


* reintegrates 'cleanup' into 'trunk'
- performs #762 (shrink 3.7 k)
* adds: log:branches/cleanup@16924:16935

0 lines of code changed in 1 file:

  • SL/MACROS: dbserver.cxx (-8)
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

47 lines of code changed in 5 files:

  • SL/MACROS: dbserver.cxx (+5 -5), macro_gui.cxx (+4 -4), recmac.cxx (+16 -16), trackers.cxx (+19 -19), trackers.hxx (+3 -3)
westram 2017-10-03 18:26 Rev.: 16469


* reintegrates 'textedit' into 'trunk'
- fixes #586
* editor now always started asynchronously
* uses inotify to track file changes
- ~~also use inotify to track directory updates (in order to update file selections when needed)~~\\(./) by [16515] ff.; merged by [16551]
* adds: log:branches/textedit@16448:16468

1 lines of code changed in 1 file:

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

  • SL/MACROS: Makefile (+3), recmac.cxx (+1 -3)
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!)

1 lines of code changed in 1 file:

  • SL/MACROS: trackers.hxx (+1 -1)
westram 2016-08-11 11:05 Rev.: 15176


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

10 lines of code changed in 3 files:

  • SL/MACROS: Makefile (+4), recmac.cxx (+2 -2), trackers.hxx (+4 -1)
westram 2016-04-18 17:48 Rev.: 14746


* reverts [14714] (not useful)

0 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (-3)
westram 2016-04-08 15:57 Rev.: 14714


* ~~merge [14712] from 'gde' into 'trunk'~~

(reverted by [14746])

3 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+3)
westram 2015-12-19 16:14 Rev.: 14641


* reintegrates 'remote' into 'trunk'
- implements #52 and #362
* adds: log:branches/remote@14624:14640

7 lines of code changed in 1 file:

  • SL/MACROS: trackers.cxx (+7 -2)
westram 2015-11-04 11:56 Rev.: 14458


* use typed callback in MACROS

13 lines of code changed in 3 files:

  • SL/MACROS: macro_gui.cxx (+5 -5), trackers.cxx (+7 -13), trackers.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

1 lines of code changed in 1 file:

  • SL/MACROS: Makefile (+1 -1)
westram 2014-12-28 14:42 Rev.: 13371


* fixes #634
- client reports selecting 'none' as
{{{
"ARB_PARS*AWAR*tmp/pars/filter/subname*"
}}}
- macro server failed to parse empty value at EOS (and forwarded NULL instead)

8 lines of code changed in 1 file:

  • SL/MACROS: trackers.cxx (+8 -6)
westram 2014-06-17 16:41 Rev.: 12460


* reduce diffs between gtk/motif
- backport [12375]
- use ifdef ARB_GTK

13 lines of code changed in 1 file:

  • SL/MACROS: dbserver.cxx (+13 -5)
westram 2014-06-17 12:59 Rev.: 12459


* fix #567
- during macro playback raise a playback-flag in {{{gb_server_data}}} (while performing action-callback or awar-change)
- accept '''one''' client in {{{GB_resort_data_base}}}, if that playback-flag is set
* misbehavior described in #567 caused an error, but did not show it
- return error from KeySorter::save_changes
- fix typo in error message

7 lines of code changed in 1 file:

  • SL/MACROS: dbserver.cxx (+7 -1)
westram 2014-06-03 13:46 Rev.: 12370


* NT_resort_... cannot be used from macros
- mark them as "unrecordable"

3 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+3)
westram 2014-04-30 14:36 Rev.: 12138


* reintegrates 'fix' into 'trunk'
- fixes #522
* adds:
- log:branches/fix@12058:12137

16 lines of code changed in 2 files:

  • SL/MACROS: dbserver.cxx (+12 -3), trackers.cxx (+4)
westram 2014-04-11 16:20 Rev.: 12003


* fixes #505

13 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+13 -3)
westram 2014-04-11 15:58 Rev.: 12000


* test-macro re-recorded
- manually created expected result
- mark test as "failing"

2 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+2 -1)
westram 2014-04-04 18:27 Rev.: 11948


* reintegrates 'customize' into 'trunk'
- slightly refactored File_selection (to allow changes needed by #263)
* adds:
- log:branches/customize@11913:11919,11921:11942,11945:11947

1 lines of code changed in 1 file:

  • SL/MACROS: macro_gui.cxx (+1 -1)
westram 2014-03-18 10:58 Rev.: 11798


* reintegrates 'macros' into 'trunk'
- fixes #485
- implements #455
- allow reverse sorting of species entries (DB-order)
* adds:
- log:branches/macros@11780:11783,11785:11797

127 lines of code changed in 11 files:

  • SL/MACROS: Makefile (+7), macro_gui.cxx (+30 -63), macros.hxx (new), macros_local.hxx (new 24), recmac.cxx (+61 -8), recmac.hxx (+1 -1), trackers.cxx (+3 -15), trackers.hxx (changed)
westram 2014-03-12 12:19 Rev.: 11778


* reintegrates 'macros' into 'trunk'
- implements #456
* adds:
- log:branches/macros@11761:11777

21 lines of code changed in 1 file:

  • SL/MACROS: macro_gui.cxx (+21)
westram 2014-02-15 16:51 Rev.: 11626


* reintegrates 'fix' into 'trunk'
- implements: #158
- fixes: #386, #463, #459
* adds:
- log:branches/fix@11579:11625

20 lines of code changed in 1 file:

  • SL/MACROS: recmac.cxx (+20)
westram 2013-11-02 21:28 Rev.: 11048


* use typed DB callbacks (rest)

10 lines of code changed in 2 files:

  • SL/MACROS: macro_gui.cxx (+2 -2), trackers.cxx (+8 -7)
westram 2013-11-02 17:41 Rev.: 11034


* depends for [11033]

4 lines of code changed in 1 file:

  • SL/MACROS: Makefile (+4)
westram 2013-11-01 15:50 Rev.: 11023


* publish DB callback interface separately from rest of DB interface

6 lines of code changed in 3 files:

  • SL/MACROS: Makefile (+4), macro_gui.cxx (+1), trackers.cxx (+1)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

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


* renamed include variables

1 lines of code changed in 1 file:

  • SL/MACROS: 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/MACROS: 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/MACROS: 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/MACROS: Makefile (+1 -1)
westram 2013-10-21 14:16 Rev.: 10863


* replaced usage of untyped AW_POPUP_HELP

1 lines of code changed in 2 files:

  • SL/MACROS: macro_gui.cxx (new)
westram 2013-10-03 13:11 Rev.: 10704


- reintegrated branch 'helptest'

7 lines of code changed in 3 files:

  • SL/MACROS: Makefile (+1), recmac.cxx (+6 -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)

4 lines of code changed in 1 file:

  • SL/MACROS: Makefile (+4)
westram 2013-07-11 15:44 Rev.: 10267


* allow to reconfigure dbserver with new application ID

24 lines of code changed in 4 files:

  • SL/MACROS: dbserver.cxx (+22 -2), dbserver.hxx (+1), trackers.cxx (+1 -2)
westram 2013-07-09 13:05 Rev.: 10245


* defined new typed callback type (!TimedCallback)
* AW_root::add_timed_callback... expects !TimedCallback

6 lines of code changed in 1 file:

  • SL/MACROS: dbserver.cxx (+6 -10)

(3 more)

Generated by StatSVN 0.7.0