Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-06 | Substitute export_all with proper export | Kostis Sagonas | |
2016-04-19 | Remove unused ct_hooks | Sverker Eriksson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-02-24 | Disable hipe_SUITE when environment doesn't support it | Tobias Schlager | |
2014-02-24 | Make hipe non-upgradable by setting appup file empty | Tobias Schlager | |
The reason for this is that if you are running a system with native compiled code, then you will have major problems with soft upgrade and the only reasonable way to go is to restart your emulator. Currently there is no instruction that will force ONLY a restart of the emulator, so the solution would be to hand write a relup with only a restart_emulator instruction. By letting hipe.appup be empty, systools will complain and not generate a relup - which should indicate that you might have to write your relup by hand. | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. |