Commit graph

115 commits

Author SHA1 Message Date
f9e42c53a6 comment on the RFC 'new doc structure' 2010-10-16 01:59:47 +02:00
Christian Thaeter
e476102467 RFC: new doc structure 2010-10-16 00:57:51 +02:00
Christian Thaeter
bc36b12b99 Write a bit about resource management 2010-10-16 00:57:51 +02:00
Christian Thaeter
2989e817df Some more explanations for the library and backend components 2010-10-16 00:57:50 +02:00
Christian Thaeter
7470b0567e New 'the inner core' document
Describes some of the design decisions and rationales in a rather sketchy
way explained. New Developers may find this Document useful to get an idea
about how the different components work together.
2010-10-16 00:57:50 +02:00
Christian Thaeter
12f6e48514 rewrap text to 80 colummns (except for comments) 2010-10-16 00:57:50 +02:00
ec4eabb95f went over the "outer space" draft, expanded on some points
also answered some questions inline. Please see all of this as a proposal
and feel free to merge in parts....
2010-10-16 00:57:50 +02:00
Christian Thaeter
c29f48d049 Some corrections by torwil on irc 2010-10-16 00:57:50 +02:00
Christian Thaeter
5e38dfbb01 First draft for the 'from outer space document
Some rough Text and a lot of comments/notes. Nothing if final yet.
2010-10-16 00:57:50 +02:00
0f6c2e84d2 test-driven brainstorming: TypedID usage 2010-06-03 04:37:22 +02:00
ea861a8c74 update UML to reflect improved Asset/MObject design 2010-06-03 04:37:21 +02:00
cbf71e46da Planning and designing the session API 2010-06-03 04:37:12 +02:00
cdb84a9b16 refining the draft for ScopeLocator 2009-11-20 19:58:22 +01:00
572f26edc8 document the QueryResolver design 2009-10-30 17:16:37 +01:00
5968d35cdf WIP maybe resolved now the knot in my design...? 2009-10-25 21:39:02 +01:00
eb2d309601 WIP: reworked the design further 2009-10-24 16:03:14 +02:00
8345df394d WIP continued turning over the problem.... 2009-10-23 03:10:55 +02:00
90e09b9fa0 WIP trying to get ahed with the problem of issuing queries 2009-10-22 17:24:57 +02:00
007a6e1855 Consideration how to issue content discovery queries 2009-10-21 05:35:32 +02:00
a662b176bb WIP test-driven brainstorming: what is a Scope? 2009-10-17 02:15:28 +02:00
cfc17e75ba refined and clarified planning of Scope and QueryFocus 2009-10-16 21:20:30 +02:00
d193fbf920 Planning the QueryFocus in more detail 2009-10-16 01:54:38 +02:00
4695f41b7c Documentation of PlacementScope concept 2009-10-12 08:10:00 +02:00
4236d0649a WIP: implement the basic operation of execution pattern 2009-08-02 18:00:03 +02:00
eaa4adddde WIP more implementation drafting... 2009-07-29 16:55:15 +02:00
19dd606f54 WIP some implementation drafting... 2009-07-27 02:38:53 +02:00
d122a32662 Documentation & planning the parts to implement next 2009-07-21 04:13:12 +02:00
529d4bd459 Planning / Design: Session interface, Commands 2009-06-08 04:50:29 +02:00
8e46819c09 UML: export actual Version as HTML report 2009-06-08 04:49:46 +02:00
6f00eb742b regenerate all immages currently used by the renderengine TiddlyWiki 2009-06-08 04:49:25 +02:00
ea56841389 DummyPlayer finished. General Documentation regarding Layer Interfaces and DummyPlayer 2009-02-09 05:48:28 +01:00
c9f9c3d0d3 Document what happens when running the DummyPlayer 2009-02-01 17:26:25 +01:00
6473971d60 fix a typo 2009-01-31 23:42:57 +01:00
c01657b93f continued achitecture planning for the Dummy Player 2009-01-31 23:42:56 +01:00
29b9887faa first draft of a Dummy-Player service 2009-01-19 11:38:20 +01:00
ff78f9e535 concept sketch 2009-01-17 14:58:48 +01:00
Christian Thaeter
61ea2154bb Add Doxyfile.pdf
This generates very terse Documentation for hardcopies

 * All official docs are included
 * No Graphs
 * No internal, TODO, BUGS, etc. docs
 * No inlined sources
2008-12-15 01:17:23 +01:00
Christian Thaeter
67cd569d9f New Doxyfile.browse for detailed code browsing
This generates a detailed documentation in html_browse/

 * all things get extracted (undocumented, TODO, BUG etc...)
 * produces a warnings_browse.txt to show undocumented things
 * no graphs to keep it reasonable small
2008-12-15 01:17:22 +01:00
Christian Thaeter
147b371952 main Doxfile refinements
* remove TODO TEST BUG DEPRECATED lists
 * don't inline sources

The goal is to generate a more appealing and compact default Documentation
2008-12-15 01:17:22 +01:00
Christian Thaeter
065bc25eca Remove the tests dir from the normal Doxyfile
As on the nov2008 developer meeting we concluded that the normal
Documentation shall have less noise and reflect the actual project state.
Further we will introduce special Doxyfiles for special tasks.
2008-12-15 01:17:22 +01:00
Christian Thaeter
b94ede5b0b Give a overview drawing how things in the io backend relate to each other
My first inkscape drawing
2008-12-15 01:17:21 +01:00
Christian Thaeter
219db59d82 renamed backend config entries
adding one level more, more descriptive
2008-12-15 01:17:21 +01:00
Christian Thaeter
5bbe80b370 preliminary use of the config system for some settings
* backend.filehandles maximum filehandles used
 * backend.mmap_window_size mapping window start size
 * backend.as_limit address space limit

This needs to be changed to use the lumieraorg_configuration interface.
2008-12-15 01:17:21 +01:00
Christian Thaeter
e938b36071 WIP: mmap management first go
Quite some code which was hold back in favor of the config and plugin stuff
implements:

 * mmapcache: mru cache for unused memory mappings
 * mmap: single mmaped areas
 * mmapings: manages mmaps established for one filedescriptor
2008-12-15 01:17:21 +01:00
80e1e382f4 merge new plugin/interface system, testsuite changes, documentation 2008-11-07 01:26:31 +01:00
Christian Thaeter
58bcc59a90 The incomplete Guide to Lumiera Configuration
This shall become a reference of all (most) lumiera configuation keys.
So far this is only prelimary located in the doc/devel dir and will be
moved to the documentation wiki as soon as it becomes available.
2008-11-06 05:38:33 +01:00
b0b29e86a4 forgot to add some UML 2008-11-03 21:27:03 +01:00
0d1dbac28f UML drawing and further description of Timeline, Sequence, Output 2008-11-02 23:19:37 +01:00
490b7d163c doc cleanup 2008-10-20 03:33:55 +02:00
1b6df94aab documentation (drawing) 2008-10-18 04:15:07 +02:00