summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add premake4 conf, to replace configure.py (in the near future)HEADmasterNao Pross2019-02-033-0/+90
|
* Merge remote-tracking branch 'raffa-https/master'Nao Pross2019-01-284-18/+74
|\
| * Channel interface improvedancarola2019-01-284-20/+74
| |
| * Merge remote-tracking branch 'nao/master'ancarola2019-01-274-4/+216
| |\ | | | | | | | | | Configure
* | | Delete signal::emit(channel)Nao Pross2019-01-282-16/+0
| | | | | | | | | | | | | | | It did not make much sense to have a signal emit itself on the channel. It breaks the model and makes things needlessly complex
* | | Add files to ctags index (create filename tags)Nao Pross2019-01-281-1/+1
| | | | | | | | | | | | So that it will be possibile to do (example) :tag signal.cpp
* | | Remove almost every -Wshadow warningNao Pross2019-01-2821-262/+246
| | |
* | | Remove bitfileds to remove a bazillion of warningsNao Pross2019-01-272-17/+17
| | |
* | | Fix signal listener removalNao Pross2019-01-271-8/+17
| | | | | | | | | | | | | | | Beacuse std::remove_if() does not *erase* elements, it only moves them to the end of the container.
* | | Update lib/libwsdl2Nao Pross2019-01-271-0/+0
| | |
* | | Merge remote-tracking branch 'raffa/master'Nao Pross2019-01-276-35/+43
|\ \ \ | |/ / | | / | |/ |/|
| * Small fix T& -> T*ancarola2019-01-273-3/+3
| |
| * Debug signals attemptedancarola2019-01-274-32/+40
| |
* | Add g++ flag to use gold instead of ld for faster linkageNao Pross2019-01-272-1/+184
| |
* | Fix configure.py to build signal_testNao Pross2019-01-272-3/+32
|/
* Merge remote-tracking branch 'raffa/master'Nao Pross2019-01-2620-65/+280
|\
| * Testing signalancarola2019-01-269-8/+34
| |
| * Fix signal template errorsignal-fixNao Pross2019-01-262-3/+9
| |
| * Template error on compile signal testancarola2019-01-2513-48/+47
| |
| * Core channel in flatland and signal testancarola2019-01-259-39/+224
| |
* | Restore old files to ease merge (flatland, signal, window)Nao Pross2019-01-265-63/+477
| | | | | | | | There was nothing particularly important anyway
* | Update configure.py to add granular testingNao Pross2019-01-261-12/+28
| | | | | | | | | | | | | | Tests can now be added with: add_test(bf, <test source>, [<sources to test>]) Note: tests are not built by default
* | Add another warning flagNao Pross2019-01-251-0/+1
| |
* | Add even MORE warning flagsNao Pross2019-01-251-1/+6
| |
* | Fix unintialized parent constructor in core::taskNao Pross2019-01-251-1/+1
| |
* | Rebuild flat::window around wsdl2::windowNao Pross2019-01-253-275/+18
| |
* | Enable more compiler warningsNao Pross2019-01-253-9/+6
| |
* | Rewrite minimal flatland initNao Pross2019-01-254-203/+46
| |
* | Fix debug.hpp compilation errorNao Pross2019-01-251-4/+4
|/
* Update to make configure.py to build deps, instead of build.ninjaNao Pross2019-01-251-9/+20
|
* It compiles! Probably super broken, but compiles!Nao Pross2019-01-2524-131/+110
|
* Update configure.py to default build libflatland.{so, a}Nao Pross2019-01-251-0/+3
|
* Delete log.datNao Pross2019-01-251-1249/+0
|
* Fix all header names in #include statementsNao Pross2019-01-2520-38/+38
|
* Rename everything under engine/ to remove `flat' and be `.hpp'Nao Pross2019-01-2525-0/+0
|
* Delete bin and test/makefile update .gitignoreNao Pross2019-01-254-11/+1
|
* Merge remote-tracking branch 'nao/master'ancarola2019-01-232-0/+48
|\ | | | | | | Bene bene
| * Fix _np::inspect in release modeNao Pross2019-01-231-1/+3
| |
| * Add powerful debug headerNao Pross2019-01-232-0/+46
| | | | | | | | Also, delete lib/libwrapsdl2. Why is it still there?
* | jancarola2019-01-231-66/+0
| |
* | Fixes on signalsancarola2019-01-2311-116/+1469
| |
* | Merge remote-tracking branch 'nao/master'ancarola2019-01-239-117/+63
|\ \ | |/ | | | | No conflits, YEEESS
| * Update job interface to allow safe ownership delegationNao Pross2019-01-234-32/+43
| |
| * Merge branch 'raii-task'Nao Pross2019-01-238-91/+26
| |\
| | * Fix bug in RAII jobs, debug session on ts3Nao Pross2019-01-234-17/+29
| | |
| | * Update .gitignore, delete makefile add -g flag to buildNao Pross2019-01-233-71/+2
| | |
| * | Delete build directoryNao Pross2019-01-231-0/+0
| | |
* | | Signal finalized?ancarola2019-01-2312-23/+24
| | |
* | | Labelled, signalancarola2019-01-237-173/+178
|/ /
* | Task debuggingancarola2019-01-236-16/+39
| |