| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Don’t write out logs by default unless you are using -server or -daemon
flags
Write debug logs out if you specify the -debuglog flag
Do not write debug logs out if you specify -nodebuglog
Write debug logs out if you specify -debug (overrides all other options)
|
| |
|
|
|
|
|
|
|
| |
Minor but annoying warnings from the mac build fixed.
* Incorrect duplication of header causing moc build rule duplication
in generated makefile
* you aren’t supposed to use char as an array type, probably because
it can be a signed type in some compilers. Negative array indexes are
problematic.
|
| | |
|
|
|
Successfully building on Ubuntu + Windows.
|