summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update component version for releaseHEADrelease/0.1.0masterVincent Sanders2023-12-271-1/+1
|
* Tweak RISC OS host detection for new tooling.John-Mark Bell2022-06-021-2/+2
| | | | | The new toolchain has a different machine triplet, so update the things that care about it to work either way.
* Add test for initialisation on pre-3.64 UCS FMJohn-Mark Bell2022-05-211-0/+1
| | | | | | | This exercises the broken Font_EnumerateCharacters workaround. Ensure tests don't trample on each other by having them run in a temporary directory.
* Introduce test infrastructureJohn-Mark Bell2021-08-161-1/+1
| | | | | | Mock out every OS call made by the library (they all return an unimplemented error for the timebeing). Add a trivial test case that verifies that rufl_init() fails.
* Make it possible to build for non-RISC OS hostsJohn-Mark Bell2021-08-151-1/+10
| | | | | Linking fails, and the path to the OSLib headers is hard-coded, but it's a start.
* Link RISC OS test binaries staticallyJohn-Mark Bell2021-08-151-0/+1
|
* Need OSLib when building tests for RISC OSJohn-Mark Bell2021-08-071-1/+1
| | | | More fallout from the ancient BUILD/HOST confusion
* Update component version for releaserelease/0.0.5Vincent Sanders2018-08-281-1/+1
|
* Update the component version for releaserelease/0.0.4Vincent Sanders2015-03-081-1/+1
|
* Additional fix for new buildsystemJohn-Mark Bell2014-11-161-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-3/+3
|
* Update component version for releaserelease/0.0.3Vincent Sanders2014-04-181-1/+1
|
* Add support for multilibJohn-Mark Bell2014-01-131-2/+2
|
* update component version for releaserelease/0.0.2Vincent Sanders2013-04-191-1/+1
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-2/+4
| | | | svn path=/trunk/rufl/; revision=14012
* Port to core buildsystem.John Mark Bell2010-01-061-0/+44
The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) svn path=/trunk/rufl/; revision=9792