Source Activity

Syndicate content
Haiku's main repository
Updated: 46 min 48 sec ago

print/drivers/pdf: cleanup.

Mon, 2015-06-22 19:20
Categories: Development

IconVader: cleanup.

Mon, 2015-06-22 19:17
Categories: Development

Delete useless gunk (mostly old Makefiles).

Mon, 2015-06-22 18:53
Categories: Development

makefile-engine: fix typo.

Mon, 2015-06-22 17:25
That's what I get for not checking the diffs after a merge/rebase/reset... That's what I get for not checking the diffs after a merge/rebase/reset...
Categories: Development

makefile-engine: use .PHONY for "clean".

Mon, 2015-06-22 17:12
Categories: Development

Revert "filesystems: we aren't BeOS, so we can safely use -O2(+)."

Mon, 2015-06-22 16:50
This reverts commit ae495ca8fe9e48dea982cf522c5c54c56dffb9fd. My system volume was mysteriously corrupted while booting or shutting down today, enough to make it unbootable and KDL on attempt to mount it. I'm assuming our gcc2 still isn't safe with regard to -O2 optimization of filesystems, and revert this, until proven wrong (eg. by running test suites and FS stress tests and finding no issues. Axel comented on the commit saying it probably was not a good idea, but no action was taken. Should we setup a better commit review system? This reverts commit ae495ca8fe9e48dea982cf522c5c54c56dffb9fd. My system volume was mysteriously corrupted while booting or shutting down today, enough to make it unbootable and KDL on attempt to mount it. I'm assuming our gcc2 still isn't safe with regard to -O2 optimization of filesystems, and revert this, until proven wrong (eg. by running test suites and FS stress tests and finding no issues. Axel comented on the commit saying it probably was not a good idea, but no action was taken. Should we setup a better commit review system?
Categories: Development

build: delete DocumentationRules.

Mon, 2015-06-22 15:51
These were only used as an experiment for converting coreutils manpages to different formats, and as coreutils is no longer in the tree, they aren't used. These were only used as an experiment for converting coreutils manpages to different formats, and as coreutils is no longer in the tree, they aren't used.
Categories: Development

3rdparty/kallisti5: convert the IOMMU HowTo to Markdown.

Mon, 2015-06-22 15:49
So that you can read it without an ODT viewer. I got permission from Alex to do this. So that you can read it without an ODT viewer. I got permission from Alex to do this.
Categories: Development

ReadMe.Compiling: specify Bison 2.4 as the minimum.

Mon, 2015-06-22 14:51
This is the version that comes with Haiku. According to John Scipione, 2.3 doesn't work, so this must be the minimum. This is the version that comes with Haiku. According to John Scipione, 2.3 doesn't work, so this must be the minimum.
Categories: Development

Fix mess in Tracker add-ons created in hrev48858

Sun, 2015-06-21 02:39
Revert the Tracker portions of hrev48858, they were not needed and were not right either... sorry guys OpenTargetFolder add-on modified slightly to use the passed in symlink(s) only, the parent directory ref is unused, it appears to be unneeded here also. With this and the reverted commits Zip-O-Matic and other add-ons should work again. Fixes #12105 Revert the Tracker portions of hrev48858, they were not needed and were not right either... sorry guys OpenTargetFolder add-on modified slightly to use the passed in symlink(s) only, the parent directory ref is unused, it appears to be unneeded here also. With this and the reverted commits Zip-O-Matic and other add-ons should work again. Fixes #12105
Categories: Development

Revert "Zip-O-Matic: fix zipping single folder."

Sun, 2015-06-21 02:38
This reverts commit d1d90b0462faa82489e446a6e25337602939993e. This reverts commit d1d90b0462faa82489e446a6e25337602939993e.
Categories: Development

Revert "Partially revert "Zip-O-Matic: fix zipping single folder.""

Sun, 2015-06-21 02:37
This reverts commit 1639fe99dbbea9204ba8cf5edb5b67697da70b0e. This reverts commit 1639fe99dbbea9204ba8cf5edb5b67697da70b0e.
Categories: Development

Move ports and protocols files back to data directory in Haiku package.

Sat, 2015-06-20 09:52
These files are required for netresolv functionality, and there is no real use in modifying them as settings files. Restore the previous behavior, the files are stored in data and part of the Haiku package. This means there is no need for a fresh install from image to get the files anymore. Fixes #12156. These files are required for netresolv functionality, and there is no real use in modifying them as settings files. Restore the previous behavior, the files are stored in data and part of the Haiku package. This means there is no need for a fresh install from image to get the files anymore. Fixes #12156.
Categories: Development

Update translations from Pootle

Sat, 2015-06-20 04:32
Categories: Development

accelerants/via: fix the build.

Fri, 2015-06-19 20:15
Categories: Development

.gitignore: add .pyc and .pyo files.

Fri, 2015-06-19 19:40
Categories: Development

checkstyle: add #! line, fix filemode.

Fri, 2015-06-19 19:39
Categories: Development