LUMIERA.clone/src/common
Ichthyostega cb31b145c3 GuiStart: further streamlined the invocation code
due to investigating that Heisenbug, I understand the storage layout
more clearly. It occured to me that there is no reason to copy the
terminationHandler (functor) into an instance variable, since it is
easily possible to keep all of the invocation and error handling
confined within the scope of the run function, i.e. on stack.

So the effective memory layout does not change, but the legibility
of the code is improved, since we're able to remove the dtor and
simplyfy the ctor and avoid most of the member fields.
2017-01-19 23:52:30 +01:00
..
advice maximum munch 2016-12-23 04:23:03 +01:00
integration provide a time mutation for nudging based on symbolic grid reference 2012-12-02 01:17:02 +01:00
query DOC: follow-up of removing boost::scoped_ptr 2017-01-05 01:20:34 +01:00
advice.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
appstate.cpp Application: from now on start the »session subsystem« (closes #699) 2017-01-07 02:48:51 +01:00
appstate.hpp clean-up: kill Boost scoped_ptr 2017-01-05 00:56:46 +01:00
basic-setup.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
basic-setup.hpp comments and tidying within BasicStetup and AppState 2013-01-05 04:50:59 +01:00
config-interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.h clean-up: remove cockoo hash (unused and unmaintained) 2015-05-30 17:53:09 +02:00
config-rules.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
config-typed.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-wordlist.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configfacade.cpp resolve problem with static initialisation order 2013-10-20 03:21:24 +02:00
configitem.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configitem.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
guifacade.cpp GuiStart: further streamlined the invocation code 2017-01-19 23:52:30 +01:00
instancehandle.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
interface-descriptor.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface-facade-link.hpp clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00
interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interfaceproxy.cpp maximum munch 2016-12-23 04:23:03 +01:00
interfaceregistry.c LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
interfaceregistry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
option.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
option.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
plugin-dynlib.c Ticket #1034 : leave note at dlclose() call 2016-10-28 16:54:02 +02:00
plugin.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
plugin.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
query.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
subsys.cpp clean-up: mark subsystem implementations with noexcept and override 2016-12-12 01:18:19 +01:00
subsys.hpp Session-Subsystem(#318): investigation of locking sanity (ongoing...) 2017-01-04 01:44:35 +01:00
subsystem-runner.hpp Session-Subsystem(#318): investigation of locking sanity (ongoing...) 2017-01-04 01:44:35 +01:00