3rdparty/qtcreator: Totally new version of the create_project_file script.Qt Creator now has a "generic project" mode, in which it just actsas an auto-completing code editor. I tried using it on t
3rdparty/qtcreator: Totally new version of the create_project_file script.Qt Creator now has a "generic project" mode, in which it just actsas an auto-completing code editor. I tried using it on the entireHaiku project at once, but it's just too much for Qt Creator to handle.So instead, I created a script which generates project files forany given directory in the tree, as well as sets up the proper includedirectories. The project files themselves are .gitignore'd; use the scriptto create them.Works on Haiku. Did not test on Linux with a crosstools setup; butit should work there too.
show more ...
Add a little script to configure a dev VMI wrote that long ago for my packaging tutorial at RMLL, would probablyneeds some fixing.
dev-perso: also check for lowercase todo[.org]
dev-perso: check for a TODO list and print first 5 items
dev-perso: check for git first
dev-perso: remove unused password stuff
Add a little script to generate a montage of all iconsThis needs the 'montage' command from ImageMagick.(it will install it with pkgman if missing)It first uses 'translate' to convert Icon-O-Mat
Add a little script to generate a montage of all iconsThis needs the 'montage' command from ImageMagick.(it will install it with pkgman if missing)It first uses 'translate' to convert Icon-O-Matic files to PNG,then makes a montage with the icon titles.Run it from the top source folder under Haiku, it might take a while.
unbootstrap.sh: make it executable
HardwareChecker: of course now netcat is called 'nc' again...
HardwareChecker: try to install the netcat packageand do it before trying to use it.
recipe.syntax.vim: Update following SRC_URI/SRC_FILENAME changein haikuporter.
3rdparty/kallisti5: convert the IOMMU HowTo to Markdown.So that you can read it without an ODT viewer. I got permissionfrom Alex to do this.
3rdparty: delete CUE file.Almost certainly doesn't work anymore, and Jam can create ISOsif needed.
checkstyle.vim: add catch to checked keywords* Check catch() without space* Check }\ncatch () with newline* Remove false positive on area_for() and other functions ending with a keyword
3rdparty: Add a quick doc on how to use IOMMU on Linux* Drop my old script, didn't work well anymore.
checkstyle: Add missing check for space after switch
improved Vim coding guidelines checker* Avoids highlighting some matches when inside C++ comments* Add operators << and >>* Automatic initialization when opening Vim in the Haiku sourcedirectory
improved Vim coding guidelines checker* Avoids highlighting some matches when inside C++ comments* Add operators << and >>* Automatic initialization when opening Vim in the Haiku sourcedirectory (if you use the same directory layout as me)* Matches are highlighted in red, rather than reusing the "Search" matchgroup. You can pick another color by editing the "highlight Style"definition.Improvements are still welcome.
Update this script to match pkgman behaviourWe don't need to move away older packages anymore.Probably not useful either to stop Deskbar,but let's just keep that for now.
Add a simple script to identify where packages come fromThere is probably a simpler way, but it helps findingwhich packages were installed manually.
Add unbootstrap, a script to remove _bootstrap from packages.This needs to be run under haiku as it uses the package tool. It can beused to remove the _bootstrap tagging from bootstrap packages an
Add unbootstrap, a script to remove _bootstrap from packages.This needs to be run under haiku as it uses the package tool. It can beused to remove the _bootstrap tagging from bootstrap packages and thenupload them to the repos as normal packages. The goal is to makenon-bootstrap builds work even for archs where the bootstrap isn'tworking yet.Packages built that way should be replaced as soon as better ones areobtained by the proper bootstrapping process.
Add a small helper script to configure gdbThis is useful for debugging the ARM port with qemu gdb stub.
Update vim syntax file for checksums* Match the current trend of using CHECKSUM_SHA256 only.* Re-wrap the keyword list to 80 columns.
Add some more keywords to the vim recipe syntax file.
3rdparty: These 3rd party mesa bits are no longer needed* Mesa is completely filled by recipies now
3rdparty: Add Linux IOMMU script* For use on linux hosts to attach a secondary GPU directly to a qemu / kvm virtual machine.* The attached card may be in a limbo state, so the driver will need
3rdparty: Add Linux IOMMU script* For use on linux hosts to attach a secondary GPU directly to a qemu / kvm virtual machine.* The attached card may be in a limbo state, so the driver will need to re-post the GPUU
12345678910