3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix silly mistake: inserted indentation between root_ and new More... over 14 years ago
update some more examples for compatibility with future changes More... over 14 years ago
update some examples for compatibility with future changes More... over 14 years ago
update installable compiler - last chance before disruptive changes More... over 14 years ago
fix vtable override test in advance for future changes in new/constructor calls More... over 14 years ago
fix several tests in advance for future changes in new/constructor calls More... over 14 years ago
drop parens in new of SimpleArgList More... over 14 years ago
use constructors in OpPostInc and OpPostDec More... over 14 years ago
drop parens in new of OpAssign, OpAssignTo, OpAddTo, OpSubTo, OpMulTo, OpDivTo and OpModTo More... over 14 years ago
use constructors in OpBinAnd, OpBinOr and OpBinXor More... over 14 years ago
drop parens in new Condition More... over 14 years ago
use constructor in OpConditional More... over 14 years ago
use constructors in OpBoolAnd and OpBoolOr More... over 14 years ago
use constructors in OpDelete, OpExists, OpUnaryMinus, OpNot, OpPreInc and OpPreDec More... over 14 years ago
use constructors in OpMul, OpDiv, OpMod and OpCMod More... over 14 years ago
drop parens in new of OpEqual, OpNotEqual, OpLess, OpLessEqual, OpGreater and OpGreaterEqual More... over 14 years ago
use constructors in OpAdd, OpSub, OpShiftleft and OpShiftright More... over 14 years ago
drop parens in new EmptyStatement More... over 14 years ago
drop parenthesis in new for classes without a constructor More... over 14 years ago
replace initialize method in Emit with a constructor More... over 14 years ago
use heredoc for multiline predef bodies and change a bit body expansions More... over 14 years ago
clean a bit the literal string parsing functions More... over 14 years ago
add target include to non installed driver More... over 14 years ago
update installable files More... over 14 years ago
add target 'include' suggested by plobsing++, only available from installed driver for a now More... over 14 years ago
refactor installable driver and add option --target to it More... over 14 years ago
fix for in stage 0 More... over 14 years ago
improve for tests (stage 0 fails one, this is expected) More... over 14 years ago
fix coding style in basic tests More... over 14 years ago
add compile time debug option to installable compiler More... over 14 years ago