Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

A week in AROS...

Last updated on 7 years ago
D
deadwoodAROS Dev
Posted 9 years ago
Week of January 5th:

- Nothing to report
D
deadwoodAROS Dev
Posted 9 years ago
Week of January 12th:

- AROS m68k no longer requires 68020+ CPU (twilen)
D
deadwoodAROS Dev
Posted 9 years ago
Week of January 19th:

- Error reporting in early stage of exec is now better (Kalamatee)
- x86_64 hosted AROS can now allocated more than 1 GB of RAM (Kalamatee)
- Crosscompiling AROS now uses crosscompiler directly instead of wrapper scripts (Kalamatee)
D
deadwoodAROS Dev
Posted 9 years ago
Week of January 26th:

- bmp.datatype works again for 8-bit images (neil)
- bmp.datatype now supports case with 0 in color count field (neil)
- AROS repository has been moved to new server (neil & staf)
- It is now easier to give write access to AROS repository (neil & staf)
- bmp.datatype now supports 16-bit and 32-bit images (neil)
amigamiaamigamiaAdmin
Posted 9 years ago

Quote

deadwood wrote:

Week of January 26th:

- bmp.datatype works again for 8-bit images (neil)
- bmp.datatype now supports case with 0 in color count field (neil)
- AROS repository has been moved to new server (neil & staf)
- It is now easier to give write access to AROS repository (neil & staf)
- bmp.datatype now supports 16-bit and 32-bit images (neil)


As always, thank you for taking time to update us here at arosworld as well.:)
C
cavemannSoftware Dev
Posted 9 years ago

Quote

deadwood wrote:

- It is now easier to give write access to AROS repository (neil & staf)


Hmm... I wonder if this solves the Digulla bottleneck problem.
D
deadwoodAROS Dev
Posted 9 years ago
Yes it does. Aaron will no longer be involved in the process to adding new users to the repository.
D
deadwoodAROS Dev
Posted 9 years ago
Week of February 2nd:

- AROS repository reached 50000 commits!
- gimmearos scripts is now able to build AROS m68k (mazze)
D
deadwoodAROS Dev
Posted 9 years ago
Week of February 9th:

- ASL no longer make requesters bigger when opened many time (neil)
- SelectChange event in ListView only fired when selection actually changed (neil)
- Small fixes in russian, belarusian and ukrainian keymaps implemented (polluks)
D
deadwoodAROS Dev
Posted 9 years ago
Week of February 16th:

- Migration of documentation to trac.aros.org started (mazze)
- libgc has been updated to version 7.4.2 (Kalamatee)
- Automatic allocation test is now part of nightly test suite (neil)
- Work started on adding CMAKE support to AROS build system (Kalamatee)
- Graphite loop optimization is now enabled in cross compiler tool chain (Kalamatee)
- Documentation on compiling AROS has been updated (neil)
- gmp and mpc libraries used for compiling GCC are now updated (Kalamatee)
amigamiaamigamiaAdmin
Posted 9 years ago
Thanks deadwood. Your reports are much appreciated.
M
magoriumSoftware Dev
Posted 9 years ago
Week of February 23rd:

- Work continued on adding CMAKE support to AROS build system. Now used to build OWB (Kalamatee)
- M68k colorwheel gadget now uses fixed-point maths: 17 times faster on sample UAE set-up (neil)
- ltris game updated to new version (Kalamatee)
- Work continued on porting GCC 4.8 and 5 (Kalamatee)
- Fixes to Finnish keymap (mazze)
- Fixes to TLSF version of AllocAbs() function (deadwood)
D
deadwoodAROS Dev
Posted 9 years ago
Week of March 2nd:

- Small updates in Raspberry Pi USB code implemented (Kalamatee)
- log2 and log2f functions have been implemented in AROS math library (Kalamatee)
- Fix has been made in TLSF implementation of AllocAbs function (deadwood)
- Boot preference program now enablea manipulating list of kernel modules (neil)
- WirelessManager reads its icon correctly again (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of March 9th:

- glu.library has been updated to most recent version (Kalamatee)
- gl.library can now provide difference implementations when requested (Kalamatee)
- IntelGMA driver now correctly extracts vertical sync from EDID data (neil)
- LibList, ResList and TaskList going out of memory has been fixed (neil)
- MUIA_Colorfield_Pen attribute of Colorfield class is now settable (neil)
C
cavemannSoftware Dev
Posted 9 years ago
Very nice!!! Will some of those updates appear in abiV0 soon?
D
deadwoodAROS Dev
Posted 9 years ago
Week of March 16th:

- Work in RaspberryPi port of AROS continues (Kalamatee)
- IntelGMA driver now dynamically transfers system memory from system to graphics card (neil)
- IntelGMA driver now correctly releases allocated memory (neil)
- LibAllocAligned now correctly works when initial address was aligned (neil)
- Fix for serial debug under RespberryPi 2 has been implemented (mschulz)
- Processor caches and branch prediction enabled in RaspberryPi port of AROS (mschulz)
- Work on including AROSPDF into contrib repository continues (mazze)
- Support for dynamic per io base has been added to RaspeberryPi 2 port (mschulz)
D
deadwoodAROS Dev
Posted 9 years ago
Week of March 23rd:

- Latest version of Szilard Biro's pthread library is now available in AROS (deadwood)
- AROSPDF is now built as part of contrib repository (mazze)
- fat.handler will now report modification dates rounded up to next even second (neil)
- Kernel of RaspberryPi port now has an unified method of exposing peripheral base address (Kalamatee)
- Work started on gpio.resource that will expose the RaspberryPi GPIO pins (Kalamatee)
- t1lib library now correctly handles absolute paths (mazze)
- Write-back cache has been enabled in the RaspberryPi kernel (mschulz)
amigamiaamigamiaAdmin
Posted 9 years ago
Thank you sir! ;)
D
deadwoodAROS Dev
Posted 9 years ago
Week of March 30th:

- abcm2ps and potrace has been updated to newer versions (mazze)
- ZuneView has been update to latest version (mazze)
- Toolbar MUI class now works on Amiga-m68k port of AROS (wawa)
- BWins MUI class now fixed and included in nighly build of AROS (wawa)
- AROS port of DOSBox now included in ports repository of AROS (mazze)
D
deadwoodAROS Dev
Posted 9 years ago
Week of April 6th:

- Notification of MUIA_Listview_ClickColumn in certain condition is now fixed. (neil)
- MUIM_List_TestPos now treats the last column as extending to the right-hand edge of the list. (neil)
- Development of AROS kernel for RaspberryPi port continues (mschulz, Kalamatee)
- Fix for manipulating event handlers in Listview MUI class has been implemented (neil)
- Configuration file for AROS RaspberryPi kernel is now generated during build (Kalamatee)
- Kernel area of RaspberryPi port is now memory-protected against writes (mschulz)
- RaspberryPi port of AROS now use TLSF memory menager (mschulz)
- Work on porting AROSPDF continues (mazze)
- A separate download web-page for snapshot builds compatible with ABIV1 is now available (mazze)
- ABIV0 and ABIV1 download packages are now hosted on separate download pages (neil, deadwood)
- RaspberryPi AROS kernel no longer enters supervisor mode for data synchronization under certain conditions (mschulz)
- Implementation of cache control functions for ARM kernels has been started (mschulz)
- Implementation of translation between virtual and physical addresses functions for ARM kernels has been started (mschulz)
- AROS kernel for ARM architecture is now able to detect the number of existing processor cores (Kalamatee)
- ZuneARC is now part of AROS ports repository (mazze)
Edited by deadwood on 13-04-2015 14:06, 9 years ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: cavemann, amigamia, magorium, deadwood
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 2
Members Online 0

Total Members: 224
Newest Member: Zhule
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]