This website requires JavaScript.
Explore
Help
Sign In
colby
/
cappuccino
Watch
1
Star
0
Fork
0
mirror of
https://github.com/cappuccino/cappuccino.git
synced
2026-09-04 01:43:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35808e7bde75d508ca5acde011c68c8a94f669e4
cappuccino
/
Tests
/
Objective-J
/
Preprocessor
/
OutputTests
/
Misc
T
History
Martin Carlberg
b132a66707
Fixed: Compiler option 'IncludeTypeSignatures' is default turn on for all type of builds. It can optionally be turned off.
2015-11-20 12:33:00 +01:00
..
empty-loops.j
New: Empty loop test cases for compiler generator
2013-05-22 11:41:17 +02:00
empty-loops.js
New: Empty loop test cases for compiler generator
2013-05-22 11:41:17 +02:00
empty-statements.j
Formatting: whitespace.
2013-11-28 18:39:01 +00:00
empty-statements.js
Fixed: Compiler now generates correct empty statement after 'if (a);'
2013-09-09 16:38:38 +02:00
parenthesis-return-inlined.js
Fixed: Added code generation unit test cases with inlined objj_msgSend functions for all tests in OutputTest.
2015-10-07 15:58:28 +02:00
parenthesis-return.j
…
parenthesis-return.js
Fixed: Send message test cases now work. Also added a test case for send message with 'self' as receiver
2014-04-14 16:38:34 +02:00
preprocess-if-directives.j
…
preprocess-if-directives.js
…
ref-self.j
Fixed: @ref did not generate self.x for an ivar x
2014-12-02 13:54:02 +01:00
ref-self.js
Fixed: Compiler option 'IncludeTypeSignatures' is default turn on for all type of builds. It can optionally be turned off.
2015-11-20 12:33:00 +01:00
regex-simple-char-classes.j
…
regex-simple-char-classes.js
…