Timeline



01/06/19:

02:44 Changeset [846] by Maciej Komosinski
- Added support for ternary conditional operator a?b:c - Fixed incorrect stack allocation in some cases of && ||, and for(x in null) - && and || operators always return one of the input expressions (previously the result was in some cases simplified to 0 or 1)
02:41 Changeset [845] by Maciej Komosinski
Made strings at least slightly comparable with zero so 'Math.pi && "xyz" && [9,9,7]' can work as expected in FramScript?

12/08/18:

05:37 Changeset [844] by Maciej Komosinski
Initialization of static fields in a template conforming to the C++17 standard
05:35 Changeset [843] by Maciej Komosinski
Our random number generator class becomes compatible with std::UniformRandomBitGenerator?
05:33 Changeset [842] by Maciej Komosinski
Simple va_copy still needed for C++Builder
05:32 Changeset [841] by Maciej Komosinski
Updated #includes after splitting stl-util into util-stl, util-file and util-string
05:31 Changeset [840] by Maciej Komosinski
Split stl-util into util-stl, util-file and util-string
Note: See TracTimeline for information about the timeline view.