- 21 Dec, 2020 1 commit
-
-
ROOL authored
Version 7.55. Tagged as 'BuildSys-7_55'
-
- 23 Nov, 2020 1 commit
-
-
Julie Stamp authored
Detail: ModuleDB updated to make Obey and Shell as 'C' for ROM builds Version 7.54. Tagged as 'BuildSys-7_54'
-
- 07 Nov, 2020 1 commit
-
-
Robert Sprowson authored
Help2-3_27 now uses the CApp shared makefile. Version 7.53. Tagged as 'BuildSys-7_53'
-
- 20 Jul, 2020 1 commit
-
-
Ben Avison authored
These components have pending merge requests that mean they are likely to move to use the `CModule` shared makefile in the near future, which will require the use of their `rom_link` rule. However, due to the change to `AAsmModule` in the last commit, we can change their type now in anticipation. I'm not going further and change all `ASM` components en masse, because not all of them will yet have been converted to use `AAsmModule`. This is also the reason for not making the change in `srcbuild` itself. Version 7.49. Tagged as 'BuildSys-7_49'
-
- 02 May, 2020 1 commit
-
-
Robert Sprowson authored
* Put the GENET autosense into !InetSetup * Export Dialler's header for !Browse now the component is published. * Chuck MailMan in the bonus bin, for that Econet mail experience. Version 7.45. Tagged as 'BuildSys-7_45'
-
- 20 Apr, 2020 1 commit
-
-
Jeffrey Lee authored
Replace redundant AUNMsgs module with WindowScroll, to avoid unplugged modules being shuffled. Also remove rogue AcornURI from BCM2835 ROM. Version 7.44. Tagged as 'BuildSys-7_44'
-
- 06 Apr, 2020 1 commit
-
-
Ben Avison authored
PPP also turned out to need Dialler exports, so that got released too. Add PPP to the Disc components, and Dialler for its exports. Version 7.43. Tagged as 'BuildSys-7_43'
-
- 29 Mar, 2020 1 commit
-
-
Robert Sprowson authored
Add FormEd to ModuleDB now it's used in the BonusBin component. Version 7.42. Not tagged
-
- 28 Mar, 2020 1 commit
-
-
Robert Sprowson authored
At time of writing neither works, but they go dormant gracefully. Version 7.42. Tagged as 'BuildSys-7_42'
-
- 14 Apr, 2019 1 commit
-
-
Robert Sprowson authored
Version 7.36. Tagged as 'BuildSys-7_36'
-
- 07 Apr, 2019 1 commit
-
-
Robert Sprowson authored
Rename dummy module NetUtils2 to NetUtils2. Use NetUtils for the real thing. RISC OS 3.50 and later had a new enough version of NetFS to not need patching (>=5.79), so on the face of it the simplest solution would be to load the newer NetFS on earlier OS versions. However, that wouldn't work if you were booting via NetFS (compared with loading NetUtils, which can be done while NetFS is being used). Version 7.35. Tagged as 'BuildSys-7_35'
-
- 30 Mar, 2019 1 commit
-
-
ROOL authored
Version 7.34. Tagged as 'BuildSys-7_34'
-
- 16 Mar, 2019 1 commit
-
-
Robert Sprowson authored
Version 7.33. Tagged as 'BuildSys-7_33'
-
- 28 Jan, 2019 1 commit
-
-
Ben Avison authored
-
- 15 Jan, 2019 1 commit
-
-
ROOL authored
Admin: Move Podule/ADFSFiler/SATADriver around to similar positions to other components file (so they appear after the modules on which they depend, even if that's not alphabetical). Update type in ModuleDB. Version 7.32. Tagged as 'BuildSys-7_32'
-
- 28 Dec, 2018 1 commit
-
-
ROOL authored
Version 7.31. Tagged as 'BuildSys-7_31'
-
- 25 Aug, 2018 1 commit
-
-
ROOL authored
Admin: Added to ModuleDB and BonusBin components Version 7.30. Tagged as 'BuildSys-7_30'
-
- 14 Jun, 2018 1 commit
-
-
Robert Sprowson authored
The sources were added a few years ago, a dumper number allocated, and printer definition. Complete the set with the dumper too. Version 7.29. Tagged as 'BuildSys-7_29'
-
- 01 Jun, 2018 1 commit
-
-
Jeffrey Lee authored
Version 7.28. Tagged as 'BuildSys-7_28'
-
- 12 May, 2018 1 commit
-
-
ROOL authored
Detail: Disc - add AcornHTTP and URL modules, force en-gb CmdHelp for RouteD in 310 directory. OMAP5 - add ADFS/SATADriver/ATAPI, change default CMOS to select FileSystem=ADFS Libs makefiles - add path to ZLIB ModuleDB - Relocate OMAP5 HAL to mixed/ Version 7.27. Tagged as 'BuildSys-7_27'
-
- 11 Apr, 2018 1 commit
-
-
Ben Avison authored
Detail: ModuleDB: * Correct capitalisation of resgen's TARGET to match its main source file GNUmakefiles/AAsmModule: * Targets now given ,ffa filetype suffix * Support source directory layouts s/<subdir>/<leaf> as used by the kernel and printer drivers - define SYMLINK_EXT_FIRST to enable * Prevent relinking when running make on an up-to-date component due to a difference between amu and GNU make's handling of double-colon rules * Support linking with GNU toolchain * Fix installation rule (mixup between MERGEDMDIR and MERGEDRDIR) * Support up to 16 assembler and 8 C-from-assembler headers, up from 3 of each (here's looking at you, kernel) - long-term, it might be worth changing this to a scheme like that used by CModule to remove any limits * Fix C-from-assembler exports to have .h suffix GNUmakefiles/AppLibs: * Define INCLUDE_OSLIB to permit OSLib header search paths to be specified in an OS-agnostic way GNUma...
-
- 19 Mar, 2018 1 commit
-
-
ROOL authored
Detail: ModuleDB & components files updated Version 7.22. Tagged as 'BuildSys-7_22'
-
- 29 Jan, 2018 1 commit
-
-
Robert Sprowson authored
ModuleDB: Add entry for OmniNFS. Move NFS now it's been scrubbed clean for publishing. Components/Disc: Add OmniNFS and NFS to !Omni. It may be more appropriate to put NFS in !System, let's see. Version 7.20. Tagged as 'BuildSys-7_20'
-
- 30 Sep, 2017 1 commit
-
-
ROOL authored
Detail: In order that they be considered during the 'install' phase, make these 2 components type C rather than type EXP. Components/ROOL/BonusBin & PlingSystem: change all libraries to only be exported Components/ROOL/CTools: add an install location for PDebug, needed by DebugLib Admin: Fix for DDE build missing some required libraries. Required CLibrary shared makefile revision 1.9. Version 7.16. Tagged as 'BuildSys-7_16'
-
- 27 Sep, 2017 1 commit
-
-
Robert Sprowson authored
Add Access+ as a utility, called out by the "Local networks" chapter of the User Guide, and missing since RISC OS 3.70 days (despite ShareFS having the functionality). Add an install target to the CLibrary makefile, this allows the library to be installed somewhere other than the exports directory which is useful for the CTools component for example. Version 7.15. Tagged as 'BuildSys-7_15'
-
- 30 Jul, 2017 1 commit
-
-
ROOL authored
Admin: OHCIHeaders removed from ModuleDB. For those components that use the USBHAL add that to the EXP phase. Version 7.14. Tagged as 'BuildSys-7_14'
-
- 15 Jul, 2017 1 commit
-
-
ROOL authored
Admin: Formerly named 'NetBSD' now 'USBDriver'. Submission for USB bounty. Version 7.13. Tagged as 'BuildSys-7_13'
-
- 23 Jun, 2017 1 commit
-
-
Robert Sprowson authored
Version 7.12. Tagged as 'BuildSys-7_12'
-
- 03 Jun, 2017 1 commit
-
-
Jeffrey Lee authored
Detail: - ModuleDB - Define BASICVFP component - Components/ROOL/BCM2835, BCM2835Pico, OMAP3, OMAP3Live, OMAP4, OMAP5, Titanium, iMx6 - Add BASICVFP to ROM for all ARMv6+ machines Admin: BCM2835 build tested Requires BASIC-1_67, Library-1_91 Version 7.11. Tagged as 'BuildSys-7_11'
-
- 21 May, 2017 1 commit
-
-
Robert Sprowson authored
Version 7.10. Tagged as 'BuildSys-7_10'
-
- 07 May, 2017 1 commit
-
-
Robert Sprowson authored
Also spotted that the CTools components file doesn't add a copy of CallASWI/FPEmulator to the EndUser directory. These 2 modules are required (the stubs include RMEnsures of CLib/CallASWI/FPEmulator). Version 7.09. Tagged as 'BuildSys-7_09'
-
- 20 Jan, 2017 1 commit
-
-
John Ballance authored
Detail: Admin: Version 7.01. Tagged as 'BuildSys-7_01'
-
- 28 Nov, 2016 1 commit
-
-
John Ballance authored
Detail: Introducing a basic partition manager. Admin: Version 6.97. Tagged as 'BuildSys-6_97'
-
- 11 Sep, 2016 1 commit
-
-
Robert Sprowson authored
To the module database, and Disc components. Version 6.93. Tagged as 'BuildSys-6_93'
-
- 14 Mar, 2016 1 commit
-
-
Ben Avison authored
Version 6.84. Tagged as 'BuildSys-6_84'
-
- 17 Jan, 2016 1 commit
-
-
Robert Sprowson authored
And install it in the bonus binaries. Version 6.82. Tagged as 'BuildSys-6_82'
-
- 05 Dec, 2015 1 commit
-
-
ROOL authored
Detail: OMAPHDMI added to the ModuleDB Admin: Wanted by OMAP5 components file, but omitted in BuildSys-6_77. Version 6.81. Tagged as 'BuildSys-6_81'
-
- 14 Nov, 2015 1 commit
-
-
Robert Sprowson authored
Add Allocate, for CTools components file. Move !MakeModes out of the ROM modules section into the disc apps section. Temporarily remove ATAPI from Titanium so the build completes without error. Version 6.80. Tagged as 'BuildSys-6_80'
-
- 08 Nov, 2015 1 commit
-
-
Ben Avison authored
Detail: Add OMAP5 HAL, ADFS 4 and SATADriver. Put HALs back in alphabetical order. Version 6.79. Tagged as 'BuildSys-6_79'
-
- 07 Nov, 2015 1 commit
-
-
ROOL authored
Detail: OMAP5 components, submission from Willi Theiss. Titanium components, submission from Elesar. Some extra modules in the ModuleDB. Added EtherCPSW AutoSense to the disc image. Admin: May not build, some bits still being reviewed. Version 6.77. Tagged as 'BuildSys-6_77'
-