7 Commits (b35505ff59fd98510e25cb618bfb3d523bd647f6)

Author SHA1 Message Date
David Chisnall 369c84db35 Fix compiler warnings. 7 years ago
David Chisnall d89a1cafb7 Improve protocol test coverage. 8 years ago
David Chisnall 0c9ee8b920 Improve protocol tests and fix bugs.
Also add the new protocol_getProperties2 function.
8 years ago
David Chisnall 1dfa6a6785 Explicitly reference a protocol in a test.
With the old ABI, we generated a copy of every protocol in every
compilation unit that declared it.  We now emit protocols only if they
are referenced (and have the linker deduplicate them).

This test was previously failing with the Apple runtime.
8 years ago
theraven c346ff1088 More header cleanups in the tests. 13 years ago
theraven 58a574b34f Fixed a great many property introspection bugs and added test case.
Test case by Jean-Charles Bertin!
13 years ago
theraven 4796a41e4e Finished implementing the new runtime APIs. 14 years ago