|
|
fc69969099
|
Refactor packages layout using inferred-packages-system
|
2015-12-27 17:09:05 +01:00 |
|
|
|
fa14b3dae4
|
Properly parse numbers from the command line or in version strings
|
2015-04-27 22:19:28 +02:00 |
|
|
|
9faa777972
|
Rewrite modules functions as macro
This let us recompile initialize/finalize/update functions during
runtime without having to register them once again.
|
2014-11-14 21:45:54 +09:00 |
|
|
|
21f45091d7
|
fix thread creation and deletion
|
2014-11-02 16:53:36 +09:00 |
|
|
|
328879638b
|
fix job::wait-for-next-job to properly return the next available job
|
2014-11-02 16:52:43 +09:00 |
|
|
|
9a32457848
|
Change add-hook's semantic and export functions to register modules
|
2014-11-02 16:52:43 +09:00 |
|
|
|
7eaca6a359
|
Add helpers to retrieve command line arguments
|
2014-09-17 08:34:28 +02:00 |
|
|
|
8107c9b76c
|
Reimplemented the job system using a waitqueue
Job threads now wait on the waitqueue for new jobs to arrive
|
2014-08-17 12:06:05 +09:00 |
|
|
|
282ebf2f44
|
Hook the job system to the module initialization process
|
2014-01-22 00:16:25 +09:00 |
|
|
|
56ed6cb02a
|
Add a job system based on multithreading
|
2014-01-22 00:15:20 +09:00 |
|