99f29f9795
now able to build a IterSource based opaque const Scope iterator
...
for this to work, scope-path.hpp injects an explicit specialisation,
causing the RangeIter defined in ScopePath to yield const Scope
2010-10-16 02:21:18 +02:00
02d6d6a65c
extract iter::TypeBinding into separate header to allow explicit specialisation
2010-10-16 02:21:18 +02:00
fdfb946d63
preparation to allow explicit type bindings for iter-adapter
2010-10-16 02:21:18 +02:00
e5de12fc7a
(draft) maybe solved the problem defining a scope iterator
...
actually that would require to extract the IterTraits
from iter-adapter.hpp to allow for such dedicate specialisations
2010-10-16 02:21:18 +02:00
2c58e595c0
augment IterSource adapters by definition through classical iterator range
2010-10-16 02:21:18 +02:00
9593d388cc
back out that caching query, it's nonsense
...
defeating the whole purpose of that interface
2010-10-16 02:21:18 +02:00
001a45f64a
WIP implementation idea how to get both iterations unified
2010-10-16 02:21:18 +02:00
e14aba833e
remove the parent-iteration capability from Scope
...
its not needed yet, and would be surprisingly tricky
to implement, so lets get rid of it!
Use QueryFocus or ScopeLocator instead
2010-10-16 02:21:17 +02:00
d5cdd39f52
WIP trying to code up the public query function for scope paths
...
problem is how to get an iterator compatible with ScopeQuery...
2010-10-16 02:21:17 +02:00
088922a790
remove obsolete helper
...
seems to be a leftover, obsoleted by the simplifications done this june
in c80b1894e6 Ticket #641
2010-10-16 02:21:17 +02:00
58757281b0
rearrange the query functions to suit the changed ScopePath internals
2010-10-16 02:21:17 +02:00
1fe76e33a2
WIP: move the (planned) logic for virtual paths to ScopePath::navigate()
2010-10-16 02:21:17 +02:00
d1d7f3bc58
decided on an extension point to add virtual/effective paths
...
we need that later to get full meta-clip functionality
2010-10-16 02:21:17 +02:00
8078357e3c
revisiting the binding scope problem
2010-10-16 02:21:17 +02:00
f485bef315
Merge documentation and RFCs
2010-10-16 02:14:21 +02:00
56f3d547a7
ignore asciidoc generated html
2010-10-16 02:03:06 +02:00
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
Christian Thaeter
05440707fb
add a 'supersede' command to rfc.sh, git add all edited files
2010-08-01 23:14:58 +02:00
Christian Thaeter
560394b2e6
cosmetics on rfc.sh
...
* more elegant CamelCasing function
* use less -F for presenting the usage/help
* make 'smart_wrap' useable for standalone reformatting
2010-08-01 03:19:24 +02:00
Christian Thaeter
5de0c1e6b7
Make wrapping/reformatting explicit
...
There are too much gotchas to make it automatic
2010-08-01 03:19:24 +02:00
Christian Thaeter
091785c2d4
Rewrap all RFC's
...
This reverts commit 65bae31de4103abb7d7b6fd004a8315973d3144a.
and reprocessed the wrapping.
Note that the automatic wrapping is not perfect, some manual fixing
by removing some hunks was required.
2010-08-01 03:19:24 +02:00
Christian Thaeter
ffc4e0023c
improve the word-wrap
...
* replace tabs by spaces
* meld lines together
* remove DOS linebreaks
2010-08-01 03:19:23 +02:00
Christian Thaeter
6cf8b9f2f3
RFC about the application main thread handling signals and resource management
2010-08-01 03:19:23 +02:00
Christian Thaeter
86d877f1fb
wrap and reformat the rfc template a bit
2010-08-01 03:19:23 +02:00
Christian Thaeter
a895e6a666
Line wrapped all rfc's
2010-08-01 03:19:23 +02:00
Christian Thaeter
10dd817e3c
Add word wrapping function to rfc.sh
2010-08-01 03:19:23 +02:00
Christian Thaeter
32933c7c88
WIP: Draft rfc about resource budgeting
2010-08-01 03:19:23 +02:00
Christian Thaeter
bea7364b35
WIP: Draft about the profiler
2010-08-01 03:19:23 +02:00
Christian Thaeter
34f0211d7f
initial processing of all RFC's it worked!
2010-08-01 03:19:23 +02:00
Christian Thaeter
d1d3461e5d
Import old DesignProcess into rfc_pending
2010-08-01 03:19:23 +02:00
Christian Thaeter
64ad648eac
DesignProcess is dead, long live RFC
...
* new directory structure in doc/devel to take RFC's
rfc/ - Final RFC's
rfc_pending/ - Emerging RFC's
rfc_dropped/ - Rejected or Parked RFC's
* Template directory doc/template/ for just a rfc.txt
for creating new RFC's yet
* admin/rfc.sh a script to maintain RFC's
2010-08-01 03:19:22 +02:00
Christian Thaeter
ac7d14f051
inner_core: cosmetics, vcall.h, error.h, tmpbufs
2010-08-01 03:18:12 +02:00
Christian Thaeter
3e852c9d24
inner_core: few words about coding style, tdd and documentation
2010-08-01 03:18:12 +02:00
Christian Thaeter
b868d64843
document: inner_core error handling overview
2010-08-01 03:18:12 +02:00
Christian Thaeter
9e04e87cab
Write a bit about resource management
2010-08-01 03:18:12 +02:00
Christian Thaeter
39c3fe63ad
Some more explanations for the library and backend components
2010-08-01 03:18:11 +02:00
Christian Thaeter
6cdec3720e
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-08-01 03:18:11 +02:00
Christian Thaeter
27a610c957
rewrap text to 80 colummns (except for comments)
2010-08-01 03:18:11 +02:00
9a396c6725
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-08-01 03:18:11 +02:00
Christian Thaeter
7b1bc6115e
Some corrections by torwil on irc
2010-08-01 03:18:11 +02:00
Christian Thaeter
8bbc584f3e
First draft for the 'from outer space document
...
Some rough Text and a lot of comments/notes. Nothing if final yet.
2010-08-01 03:18:11 +02:00
Christian Thaeter
c66b71deb2
extend fileheader with some flags and endianess mark
2010-07-21 06:13:59 +02:00