AceUnit Project Updates
AceUnit Project Updates
Add new TODO about structure.
Import AceUnit from Subversion.
[Native Test] Add help and improve invocation o...
Fix some bugs in broken Makefile.
[Java] Update project files for IntelliJ IDEA 1...
Improve Makefile.
[Doc] Disable SSI.
Initial commit
Add missing const declaration for sutie1.
Update Copyright.
Add TODO about better test failure information.
[Generator] Code style improvements.
Fix broken ant build - java version was too old.
Add dispatching logger.
[Java] Require Java 1.8.
Fix remaining issues on C251.
Improve logging, now the filename of the assert...
[Runner] Improve robustness. If calling the tes...
[Test] Remove generated test file.
Update documentation.
[Git] Ignore generated java documentation (java...
Add reentrant declaration for C51 / C251.
Simplify directory structure.
Prepare AceUnitMainHosted for being changed fro...
[Java] Minor code improvements.
Change prjcheck to be a Makefile instead of a s...
Make size_t declaration compatible with Keil C251.
Make size_t declaration compatible with Keil C251.
Remove some compiler warnings for C251.
[Doc] Ignore generated and downloaded files.
[Doc] Update announcement.
Update TODOs.
Add test case to test compilation with Keil C251.
[Doc] Update Roadmap.
[Native] Fix lint issue and make the fix compat...
[Doc] Add missing classpath entry for Saxon 9 HE.
Improve help text and allow a test suite to ext...
Add missing volatile declaration for variables ...
Improve generator source code.
[Doxygen] Add package description (incomplete).
[Test] Get most tests compiling with armcc.
Update static check to new directory structure.
Prepare AceUnitMainHosted for being changed fro...
[Java] Continue preparation of Makefile generat...
[Java] Clean Code.
Introduce proper _MAX macro for AceTestId_t.
[Java] Code cleanup.
[JUnitXmlLogger] Fix lint issues.
[Doc] Update github site documentation.
[Doc] Update TODOs.
Add alternative, more powerful main() for Linux...
[Runner] Fix bug which called afterClass even i...
[Test] Fix lint issues.
[Java] Correct wrong @file / package informatio...
Replace TODO with ROADMAP.md
[Native] Fix lint issue.
Prefix function names in AceUnitLoggerStub so t...
Change ACEUNIT_CONFIG_FILE to be the content of...
[Generator] Improve maintainability of source c...
Improve maintainability a bit.
[Runner] Merge runFixture and runFixtureIfSpeci...
Update documentation.
Fix include order.
[Doc] Add URL to Check.
Remove unused header file.
Fix some linker warnings in KeilTest.
Detect errors in number conversion.
[Java] Fix bug in generator, const was missing ...
Turn compile time options for main() into runti...
Improve KeilTest.
Integrate printf test with other tests.
[Generator] Improve test cases.
Update ROADMAP.
[Tests] Fix Makefile for exhand, was not modifi...
Remove redundant extern declarations of suite1.
[Doc] Make SVG logo visible even when DTD is no...
[Test] Add facility to pass arguments to main i...
Improve copmiler modularization.
Change AceUnitMainHosted from getopt to argp.
[Test] Fix more lint issues.
[Java] Ignore IntelliJ IDEA workspace file.
[Generator] Improve source code structure and m...
[Doc] Add TODO about A_Parameters.
Update KeilTest to new directory structure.
[Test] Fix compiler warning.
Merge normal README into README.md.
Improve documentation.
[Doc] Update roadmap.
[Test] Modularize in order to support multiple ...
Start support for ucc (Calm16, SecuCalm) compiler.
Export runTests.
[Test] Allow hierarchical structure of tests.
[Java] Update VCS root for IntelliJ IDEA.
[Doc] Remove redundant javadoc-style @link tags...
Fix #3 comments for basic and basicEmbedded mig...
Prevent unreachable code in case the A_try bloc...
Merge pull request #2 from winksaville/fix-exam...
Turn runnerData->jmpBuf into a pointer so that ...