- 26 Aug, 2013 1 commit
-
-
Ontje Lünsdorf authored
-
- 20 Aug, 2013 5 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
AnyOf and AllOf are now subclasses of Condition and bound to the environment. Using any_of or all_of with no events is now supported.
-
- 13 Aug, 2013 2 commits
-
-
Ontje Lünsdorf authored
Created a new base environment class and moved step into this class. The default environment is derived from there and adds the peek and simulate methods.
-
Ontje Lünsdorf authored
Reintroduced BoundClass. This improves the online documentation of classes (e.g. using help()) and is a more correct implementation (closer to the implementation of methods). Furthermore, this changeset reduces documentation fragmentation by moving more docstrings into the code files.
-
- 12 Aug, 2013 1 commit
-
-
Ontje Lünsdorf authored
-
- 05 Aug, 2013 3 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
- 31 Jul, 2013 2 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
Removed the "todo examples". Won’t add them, because they wouldn’t add anything interesting to the existing examples.
-
- 30 Jul, 2013 1 commit
-
-
Stefan Scherfke authored
-
- 11 Jul, 2013 1 commit
-
-
Ontje Lünsdorf authored
-
- 04 Jul, 2013 1 commit
-
-
Stefan Scherfke authored
-
- 03 Jul, 2013 5 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
- 21 Jun, 2013 2 commits
-
-
Stefan Scherfke authored
More improvements/fixes for the Scheduler and its documentation. The benchmarks run also slightly faster (but this could also be due to measuring inaccurarcies).
-
Stefan Scherfke authored
Merged Scheduler.enqueue() and Scheduler.schedule() to Scheduler.schedule() and improved the docstrings.
-
- 20 Jun, 2013 2 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
Removed BoundMethod and replaced it with types.MethodType() within __init__. Added a section to "Defense of Design" which describes why we originally introduced BoundClass and moved to MethodType.
-
- 18 Jun, 2013 2 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
- 16 Jun, 2013 2 commits
-
-
Stefan Scherfke authored
-
Stefan Scherfke authored
-
- 28 May, 2013 2 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
- 27 May, 2013 2 commits
-
-
Ontje Lünsdorf authored
Moved scheduling functionality into a separate component. This simplifies the implementation of different schedulers (e.g. RealtimeScheduler). Moved event state hint into the event (ok attribute) to simplify callbacks. Added an explicit Initialize event for the initialization of processes.
-
Ontje Lünsdorf authored
-
- 19 May, 2013 1 commit
-
-
Stefan Scherfke authored
-
- 18 May, 2013 1 commit
-
-
Stefan Scherfke authored
-
- 17 May, 2013 3 commits
-
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
-
Ontje Lünsdorf authored
Drop the put and get methods. The code of these methods has been moved into the Put and Get events. These events are bound the resource just as it is done in Environment.
-
- 15 May, 2013 1 commit
-
-
Stefan Scherfke authored
Removed the resources.queue module. SortedQueue was moved to resources.resource. LIFO and FIFO were not used anywere and thus deleted.
-