b002a5e0b3
DOC: fill in explanations for all subsystems ( closes #1145 )
2020-02-23 08:21:22 +01:00
beb8406abe
Project: switch to C++17 ( closes : #1138 )
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2020-02-21 21:10:51 +01:00
d3d7ea35ad
Global-Layer-Renaming: fix remaining textual usages and IDs in the code
...
- most notably the NOBUG logging flags have been renamed now
- but for the configuration, I'll stick to "GUI" for now,
since "Stage" would be bewildering for an occasional user
- in a similar vein, most documentation continues to refer to the GUI
2018-12-10 00:09:56 +01:00
6ce66fc354
Switch to HTTPS: also adjust protocol for the ASCIIDOC generated links
2018-10-26 17:47:18 +02:00
685a9b84ee
Library: replace boost::noncopyable by our own library solution
...
Benefits
- get rid of yet another pervasive Boost dependency
- define additional more fine grained policies (move only, clonable)
2018-03-24 05:35:13 +01:00
ef74527f6b
DOC: eliminate spurious mentions of tr1::
2018-01-12 03:03:25 +01:00
567b00aa21
DOC: follow-up of removing boost::scoped_ptr
2017-01-05 01:20:34 +01:00
d6d8ddd536
DOC: remove hotfix patch from backporting/Mint howto
...
this patch is no longer required; we lowered the
version dependencies in the package proper
2015-11-15 07:10:45 +01:00
e1f7165208
DOC: instructions for building/backporting on Mint 17.2 (Rafaela)
...
this is a bit trickty, since we need to install gcc-4.9 from a PPA.
Mint only provides the libstdc++ 4.8, which is known to break when
compiling in C++14 mode
2015-11-05 03:27:55 +01:00
0b41ddefd0
DOC: how to use gcc-4.9 on Ubuntu Trusty (14.04 LTS)
2015-11-02 01:34:31 +01:00
c2d5896a3b
Project: switch to C++14
...
This means we have rather tight compiler requirements now.
Beyond that, we expect no serious impact; the most notable
C++14 feature we're likely to use soon is type inference
on lambda arguments.
2015-08-16 01:43:04 +02:00
3dc5c83b33
DOC: small howto improvements
2014-12-01 01:31:19 +01:00
3fb838a041
DOC: some notorious problems to check when breakpoints in Eclipse dont work
2014-10-14 02:42:16 +02:00
79b19b270f
DOC: add a page with notes on the IDE setup
2014-08-16 00:03:55 +02:00
50faee12b3
DOC: update the Boost-page to reflect what's part of the language now
...
several C++11 features used to be Boost features in the past
2014-08-16 00:03:32 +02:00
adc120fecb
document the new formatting helper, based on boost::format
2011-12-31 07:54:16 +01:00
2791339841
some practical hints and informations regarding usage of the Boost Libraries
...
Add a page to the 'coding howto' section, listing those boost libraries we're
using heavily, with a short characterisation for each. Plus some informations
about potential problems
2011-12-26 05:54:56 +01:00
924944f607
write down some know-how regarding standard hash functions
2011-10-14 01:10:16 +02:00
64cf3c9d34
update GDB-pretty-printer HOWTO
...
Eclipse now supports structured display of STL containers
2011-08-25 03:03:43 +02:00
5487c244d6
small change to try the new menugen-auto-script
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 02:34:16 +01:00
Stefan Kangas
10766fe92a
Replace several "Warning: Website under construction" with appropriate stubs.
2011-02-20 20:24:30 +01:00
21118d4831
Add a note about Python pretty printers in GDB
2011-01-07 18:03:26 +01:00