| age |
author |
description |
| 5 months ago |
Rusty Russell |
Fix "make check" when ccontrol already running.default tip |
| 5 months ago |
Rusty Russell |
Don't make verbose messages look like file:line message to emacs. |
| 5 months ago |
Rusty Russell |
Allow replacing ccontrol while it's being used: no "textfile busy" errors on make install. |
| 5 months ago |
Rusty Russell |
Merge changes from experimental branch. |
| 5 months ago |
Rusty Russell |
Ben's documentation feedback. |
| 5 months ago |
Rusty Russell |
Don't override -j, so user can say "make -j3" for example. |
| 5 months ago |
Rusty Russell |
Restrict to -j20*numcpus, for builds which invoke something non-ccontrol-wrapped. |
| 2007-04-23 |
Rusty Russell |
Whee! Fix ubuntu auto-f-stack-protector brain damage. |
| 2006-05-08 |
Rusty Russell |
Tweak lockbreak logic. |
| 2006-05-08 |
Rusty Russell |
Change arg printing to match other verbose output. |
| 2006-05-06 |
Rusty Russell |
Unlock should, erm, unlock. |
| 2006-05-06 |
Rusty Russell |
Now we only use fcntl locks, we shouldn't need to have the pipe to drop slow lock when ccontrol passes through to distcc. |
| 2006-05-06 |
Rusty Russell |
Fix up tests since version output changed. |
| 2006-05-06 |
Rusty Russell |
Experiment: take over the shell, too, so make *always* invokes us. We also frob the command being invoked (eg gcc), rather than wait for the shell to invoke us again: this seems like premature optimization as it requires nasty hacks to arg manip. |
| 2006-05-05 |
Rusty Russell |
Remove semaphore "slow" lock, use fcntl locks for everything. |
| 2006-05-05 |
Rusty Russell |
Don't make verbose messages look like file:line message to emacs. |
| 2006-05-05 |
Rusty Russell |
Allow replacing ccontrol while it's being used: no "textfile busy" errors on make install. |
| 2006-04-29 |
Rusty Russell |
Radical simplification of locking. |
| 2006-04-29 |
Rusty Russell |
Timeout locking, always lock top level makefile too. |
| 2006-04-28 |
Rusty Russell |
Remove unused parallel keyword. |
| 2006-04-27 |
Michael Neuling |
Documentation update for cpufreq |
| 2006-03-14 |
Rusty Russell |
Fix Segmentation Fault bug where no-parallel was followed by a new section |
| 2006-03-14 |
Rusty Russell |
merge |
| 2006-03-14 |
Rusty Russell |
Change '= off' syntax to clearer 'disable' keyword |
| 2006-03-14 |
Michael Ellerman |
GUI: Put back filtering of .* and *~ which I stupidly removed. |
| 2006-03-14 |
Rusty Russell |
add forgotten keywords.gperf update |
| 2006-03-14 |
Rusty Russell |
Add parsing test for lock-file |
| 2006-03-14 |
Michael Neuling |
Added lock file option. Useful if you need separate locking for different builds |
| 2006-03-14 |
Rusty Russell |
Import Michael Neuling's "nice" keyword, with some neatening: |
| 2006-03-14 |
Michael Neuling |
Now that we include the gperf generated files, we shouldn't remove |
| 2006-03-14 |
Michael Neuling |
Fix Spelling mistake |
| 2006-03-13 |
Rusty Russell |
Updated GUI from Jelmer and Michael Ellerman |
| 2006-03-13 |
Rusty Russell |
Fix testsuite from default/config rename. |
| 2006-03-13 |
Rusty Russell |
Rename "default" to "config" |
| 2006-03-13 |
Rusty Russell |
Add generated files so gperf not required. |
| 2006-03-13 |
Rusty Russell |
Basic ~ support. |
| 2006-02-21 |
Rusty Russell |
Put newline on end of exec line. |
| 2006-02-21 |
Rusty Russell |
Verbose on slow lock path. |
| 2006-02-16 |
Rusty Russell |
If machine is down, distcc returns 107. |
| 2006-02-15 |
Rusty Russell |
Michael Neuling's env printing patch |
| 2006-02-09 |
Rusty Russell |
More verbosity. |
| 2006-02-09 |
Rusty Russell |
Never return a NULL undofn: in case where we're invoked from ccache, we already have lock: if distcc fails we will call the undofn. This previously resulted in a crash after distcc failed. |
| 2006-02-09 |
Rusty Russell |
Fix int_to_string: print 0 correctly, and use two buffers (we nest int_to_string) |
| 2006-02-07 |
mikey |
Debian build update from Balazs Scheidler <bazsi@balabit.hu> |
| 2006-02-07 |
Rusty Russell |
Use setpriority, not nice(10), as nice is cumulative (compiled happen at 20) |
| 2006-02-06 |
Rusty Russell |
Added tag version-0.9.1 for changeset 4ce1c4a2be9573cf76cb40f5129da81bdd7550fe |
| 2006-02-06 |
Rusty Russell |
0.9.1version-0.9.1 |
| 2006-02-06 |
Rusty Russell |
Fix case where ccache invoked without distcc (Michael Neuling's report). |
| 2006-02-06 |
Rusty Russell |
merge |
| 2006-02-06 |
Rusty Russell |
Added tag version-0.9 for changeset cc1d41ce61af5b3457c46efd2d77c20461ca34c4 |
| 2006-02-06 |
Rusty Russell |
Update changelog for 0.9.0version-0.9 |
| 2006-02-06 |
Rusty Russell |
Install the gui so it can be used, and put icon path in there. |
| 2006-02-06 |
Rusty Russell |
Ignore dot files |
| 2006-02-06 |
Tony Breeds |
Fix semaphore bug on PowerPC (32 and 64). |
| 2006-02-05 |
Rusty Russell |
Add Jelmer Vernooij's ccontrol GNOME gui. |
| 2006-02-05 |
Rusty Russell |
Fix bug where semaphore count would keep increasing, leading to everything being run at once. |
| 2006-02-02 |
Rusty Russell |
Fix verbose reporting for argv[0]. |
| 2006-02-02 |
Rusty Russell |
Update version number (optimistically) |
| 2006-02-01 |
Rusty Russell |
Assert we have the lock, when we drop it. |
| 2006-02-01 |
Rusty Russell |
Neater error messages with errno. |