Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

3 check-ins that include changes to files matching 'genode-haiku/hai-ports/_contrib_remote/Vision/*'

2024-07-30
19:16
-- admin apps: add embryonic DriveSetupGPT -- hog-apps: add DriveSetupGPT: * add source for DriveSetupGPT and include it in the build ; * test with: jam hog-drivesetup-gpt.emu6 ; * not much to see yet, but wanted a "release" style snapshot before moving forward ; clean-up: * debugger(): display __builtin_return_address() ; * tiny clean-ups here and there ; -- TESTS -- * not much to test right now, the embryonic tool simply reads the "part_block -> partitions" report and displays it graphically ; * also tested a driver-manager full scenario on bare metal, based on this -- looks fine on several different laptops ; * this might be of interest to a client, so will develop in a specific direction and only then make it a more general-purpose disk tool for h/o/g users at large ; check-in: 3c0da29ade user: user tags: trunk
2024-02-06
13:55
-- Port newly added "t9" net classes, allow Vision to compile -- Activate missing deps: * enable build of BNotification, BCardView, BOutlineListView.cpp ; * enable build of BNetworkAddress, BNetworkAddressResolver, BAbstractSocket, BSecureSocket, BSocket ; * enable BApplication::IsLaunching() ; * add stub for system_beep() ; * add naïve implementation of release_sem_etc() ; * add 'graveyard' stub for wait_for_objects_etc() ; Port net classes: * comment out stuff that is incompatible or declared obsolete in FreeBSD ; * sever connection to SSL Certificates code, we won't support those yet ; check-in: d12fac48e7 user: user tags: trunk
2024-01-25
14:31
-- Add out-of-tree port ability, and add a port of Vision IRC -- * added Jam_generic.inc: include this in you port recipes ; * (might also be useful for compiling in-tree apps for SculptOS !) ; * added Vision "recipe" Jamfile (and patch-set) leveraging Jam_generic ; * (Vision needs patching due to some #defines that conflict with Genode headers) ; * didn't add dependencies for Vision yet, will commit later ; -- TESTS -- * Vision compiles and runs (with yet uncommited deps) but networking seems no-go yet ; * Also tested Mandelbrot with a similar "recipe", seems good too ; check-in: b566ab69ea user: user tags: trunk