Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Most uses of Tick do not use the parameter and even when it is used
it is always the same as CurTime.
|
|
|
|
This was never actually changed from the default.
|
|
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c.
Closes #350.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From the GCC docs:
>Exception catching of a user defined type in a binary other than
>the one which threw the exception requires a typeinfo lookup.
Closes #335.
|
|
Co-authored-by: CaPa CuL <capacul@gmail.com>
|
|
|
|
Co-authored-by: CaPa CuL <capacul@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These have no external dependencies so it makes no sense to not
always build them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|