2bc5d3b367
document further library facilities, some clean-up
2012-01-08 00:14:05 +01:00
d2c5297a9d
document our custom iterator concept
2012-01-08 00:13:23 +01:00
484149e73e
add a section for library technical documentation
2012-01-08 00:12:54 +01:00
a65963a401
RFC-generator: a better representation of the signature on comments
2012-01-08 00:12:29 +01:00
adc120fecb
document the new formatting helper, based on boost::format
2011-12-31 07:54:16 +01:00
2d1e098d2c
crosslink to the TypedID concept in the TiddlyWiki
2011-12-28 03:55:15 +01:00
1d7d63e27c
document a hack for guessing implementation sizes
2011-12-28 03:40:39 +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
34d0622dd3
notes to the EngineInterface RfC
2011-12-16 20:25:34 +01:00
23d4202ec2
update StreamTypes RFC to our current standard RRF structure
2011-12-16 20:15:11 +01:00
c3bf3bb269
StreamTypes RFC: spelling and wording improvements
2011-12-16 20:15:02 +01:00
4b6f4fc140
StreamTypes RFC: spelling and wording improvements
2011-12-16 19:55:24 +01:00
d6f5ed3282
technical overview: document some library and support facilities
2011-12-10 03:15:40 +01:00
336d4cb33f
technical overview: player and engine interface
2011-12-10 01:52:51 +01:00
11f0438942
spelling and some small additions
2011-12-10 01:41:21 +01:00
8e45412513
supplementing a transcript from the IRC log (11/2008)
2011-12-01 22:48:30 +01:00
0399ea1313
we're missing an important meeting from 2008.
...
this is the raw transcript, needs to be shortened
2011-12-01 16:38:23 +01:00
d62029492c
sync documentation with newly merged master
2011-11-27 06:22:57 +01:00
00813a0169
long standing issue: a style guide page
2011-11-27 06:15:35 +01:00
c7d4412cec
integrate recent GUI / timeline and work done on the player subsystem
2011-11-27 02:15:11 +01:00
d6fa67f2b8
refactor zoom smothing into TimelineViewWindow
2011-11-27 01:28:48 +01:00
a6392f5d14
review and annotate design aspects regarding zoom handling
2011-11-27 00:52:10 +01:00
d58fa9129c
clean-up: remove direct access to the selection value
2011-11-26 23:32:56 +01:00
177b85ecf2
Integrate timeline work: zooming and scaling
2011-11-26 18:39:26 +01:00
7ba8ff432f
BufferProvider interface finished thus far.
...
simulated lifecycle passes unit test
2011-11-26 00:09:59 +01:00
2fce2b1c8d
make ctor-tracking test::Dummy more widely usable
2011-11-25 22:05:12 +01:00
55a77bdd73
factor out and treat the attaching of objects separately
...
this is an advanced feature not required
in the standard buffer usage cycle
2011-11-25 20:23:31 +01:00
ce25be6fa3
refactor relation of BuffHandle and BufferDescriptor
...
they are now tightly coupled and assumed to
work together; there is no need to relay half
of BuffHandle's interface through BufferDescriptor
2011-11-25 18:20:01 +01:00
d6b069fbbd
clean-up after refactoring
2011-11-25 17:29:06 +01:00
eed6d8cd1e
split out obsolete ChannelDescriptor for later refactoring
...
Meanwhile, BuffHanle became way more concrete,
making the separation of any kind of buffer or channel
type management concievable.
Thus: extract the obsolete ChannelDescriptor
and use switch at any location where the old
(superseeded) buffer handle is still referred
2011-11-25 17:16:33 +01:00
74702ebecd
address the next test...
2011-11-24 03:33:23 +01:00
2ae1e3c8f9
test/dummy buffer provider finished and passes test
2011-11-21 03:26:08 +01:00
d6de8c8d1a
implement some missing nits and bits
2011-11-21 02:28:44 +01:00
91b74ad7bd
implement missing parts of test/dummy buffer provider
2011-11-20 01:35:52 +01:00
0a1256f4e3
cover and verify detaching from ScopedPtrVect
2011-11-19 21:41:50 +01:00
13b795016b
comment rewording
2011-11-19 18:01:48 +01:00
3830ff7ce1
refactor the test/dummy provider, based on ScopedPtrVect solely
...
instead of using a vector directy, move the
additionally required functinoality in the
utility class. This forced me to adjust
the IterAdapter, to allow working with
STL algorithms
2011-11-19 17:51:08 +01:00
5947e0e3e1
allow to detach an object managed by ScopedPtrVect
2011-11-19 17:48:04 +01:00
1f966a02ec
some rather tricky adjustments to PtrDerefIter
...
...allowing to use that custom iterator together
with STL algorithms
2011-11-19 17:46:24 +01:00
ca689ae5e0
WIP some musing about building an option monad
2011-11-18 01:24:43 +01:00
27449c1438
implementation details of a test/dummy provider
2011-11-18 01:23:50 +01:00
623bb401af
clarify implementation extension points of BufferProvider
...
decide especially how to pass on the implementation
defined data like e.g. pointers to storage extents
2011-11-15 04:47:31 +01:00
d1d0f66fa8
allow LocalKey to carry arbitrary pointers or hashes as payload
...
...used to piggyback opaque implementation data,
deliberately no typecheck here
2011-11-15 04:46:00 +01:00
6bc94cccb5
WIP refactor BufferProvider public and protected API
2011-11-14 01:43:29 +01:00
890b6e8366
WIP implementation details of diagnostic BufferProvider
2011-11-13 04:20:14 +01:00
ca0aa23479
BufferProvider default impl: attaching a type
2011-11-12 00:36:53 +01:00
fd94367b9e
stubs and changes to make the test compile
2011-11-11 23:33:59 +01:00
fe1ae51b49
WIP draft test for internal test buffer provider
...
a test to cover a helper for writing tests ;-)
2011-11-11 01:44:01 +01:00
f75e55a060
nail down a lot of OutputSlot implementation details
2011-11-08 02:59:56 +01:00
59dfb7c660
start drafting a (dummy) output slot implementation
...
this implicates a first attempt to build a
dummy buffer provider implementation.
Mostly just defining stubs here....
2011-11-07 01:57:33 +01:00