Update the HardwareChecker scriptto work post-PM, however nothing makes any use of it yet.
myupdate: Close and restart Deskbar on updateClose Deskbar before trying to update and restart it afterward.This way the addons are restored as they were before.
A little script which takes care of updating system packagesIt checks for updates, asks the user to reboot,then moves old packages out and re-adds ProcessControllerand NetworkStatus to the Deskba
A little script which takes care of updating system packagesIt checks for updates, asks the user to reboot,then moves old packages out and re-adds ProcessControllerand NetworkStatus to the Deskbar.
show more ...
Add more keywords, variables and functions
Vim syntax files for haikuporter recipes.
Bump vmx files to virtualHW.version = "6", to allow USB 2.0Signed-off-by: Matt Madia <mattmadia@gmail.com>
Hide error when cd-ing out of the git tree
Work in progress supybot plugin for developer-related commands* most useful one for now is !error which acts much like /bin/error* other useful commands like !haiku, !trout or !jlgTODO: make the
Work in progress supybot plugin for developer-related commands* most useful one for now is !error which acts much like /bin/error* other useful commands like !haiku, !trout or !jlgTODO: make the fortunes file path a config option.
dev-perso: Add current branch name in window title for git* when the project uses git, include the current branch namein the terminal window title
mesa: Remove no longer needed patch* Commited upstream to Mesa in: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3054c849d84
mesa: Update rtasm fix to work with latest mainline Mesa
mesa-o-matic: Fix bug exposed by new Mesa build* While we want to exclude include/GL (because we get the whole directory) we also exclude include/GLES2 which gets picked up in newer Mesa code*
mesa-o-matic: Fix bug exposed by new Mesa build* While we want to exclude include/GL (because we get the whole directory) we also exclude include/GLES2 which gets picked up in newer Mesa code* Add a slash on the end of the grep to make sure we omit *just* include/GL
Fix fossil SCM update command* fossil update should do a pull on its own anyway.
Fix fossil checkout filename.
Add support for the fossil scmRework scm tests.Add a test for fossil checkouts.
mesa: Add stock Mesa diffs for mainline mesa* rtasm symbol collision fix. There is older Mesa rtasm code, and newer Gallium3D rtasm code. There are colliding symbols only seen when you link M
mesa: Add stock Mesa diffs for mainline mesa* rtasm symbol collision fix. There is older Mesa rtasm code, and newer Gallium3D rtasm code. There are colliding symbols only seen when you link Mesa and Gallium into the same shared library. This diff makes Mesa use the Gallium3D rtasm code.* Mesa target architecture fix. This ensures the generated Mesa binaries work under Pentium or higher processors. Fix for #8318
Fix cutting names of views containing spaces.
Added 'devup' function to autoupdate projects* scans projects for the AUTOUP tag in the .profile script.* runs the $DEVUPCMD sequentially with the needed environment.
Cleanup* separate unrelated code.* remove "function" bashism.* add a possible update command override variable $DEVUPCMD that is pushed to the history.
mesa-o-matic: Update script for Mesa mainline
mesa build: Remove un-needed headers* Let gcc do it's job and pull header requirements* Add defines for gcc to ensure all arch headers are pulled
mesa: Update OptionalPacakge build script* Add missing cpuinfo header* Add diff to compile Mesa 7.8.2 for gcc2
mesa: Updated script to build Mesa optional package* Move compiled binaries into lib.haiku* Enables usage with makefile and scons Mesa builds
Draft of proj2make - BeIDE projects convertion tool* The proj2make can extract most of data required by makefile-engine powered makefiles from the BeIDE project files making porting of the old Be
Draft of proj2make - BeIDE projects convertion tool* The proj2make can extract most of data required by makefile-engine powered makefiles from the BeIDE project files making porting of the old BeOS software projects more easy;* This tool was implemented during GCI2011 as the "undocumented data format investigation task" study work, so please be patient to it's incompleteness and not perfect design. Thank you for understanding!Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
add in a missing mesa header, formats.h; No Haiku code change.
12345678910