ccontrol

log

age author description
2006-09-13 Michael Neuling Fixed order of add env statements in multiple sectionsdefault tip
2006-04-19 Michael Neuling Documentation update for cpufreq
2006-03-16 Michael Neuling Removed accidental changlog update
2006-03-16 Michael Neuling Merge
2006-03-16 Michael Ellerman GUI: Run parser over test config files. All pass.
2006-03-16 Michael Ellerman GUI: Update parser to support whitespace preservation and comments.
2006-03-15 Michael Ellerman GUI: First cut at python parser.
2006-03-14 Michael Ellerman GUI: Put back filtering of .* and *~ which I stupidly removed.
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 Michael Ellerman Add deb target to Makefile.
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-14 Michael Neuling Merge
2006-03-13 Michael Neuling Added nice option
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 Michael Neuling Now that we include the gperf generated files, we shouldn't remove
2006-03-13 Michael Neuling Fix Spelling mistake
2006-03-13 Michael Neuling Updated gperf outputs
2006-03-13 Michael Neuling Merge
2006-03-13 Rusty Russell Add generated files so gperf not required.
2006-03-13 Rusty Russell Basic ~ support.
2006-03-13 Michael Neuling Added lock file option. Useful if you need separate locking for different builds
2006-03-06 Michael Ellerman GUI: Cope if CC_DIR doesn't exist
2006-03-03 Michael Ellerman GUI: Cope if there's an error while switching the config files.
2006-03-03 Michael Ellerman GUI: Cope if there's no config files at all.
2006-03-03 Michael Ellerman GUI: Cope if ~/.ccontrol/default doesn't exist, or is not a symlink.
2006-03-02 Michael Neuling Updated docs for no-nice option
2006-03-01 Michael Ellerman Merge Mikey
2006-03-01 Michael Ellerman Move config file code into ConfigManager class in gccontrol.py.in
2006-03-01 Michael Ellerman Whitespace again, convert all tabs to spaces in gccontrol.py.in
2006-03-01 Michael Ellerman Move tray icon code into a TrayIcon class.
2006-03-01 Michael Ellerman Use True, not 1, in gccontrol.py.in
2006-03-01 Michael Ellerman Cleanup whitespace in gccontrol.py.in
2006-03-01 Michael Ellerman Merge Jelmer
2006-03-01 Michael Neuling Rusty merges
2006-02-21 Rusty Russell Put newline on end of exec line.
2006-02-21 Rusty Russell Verbose on slow lock path.
2006-03-01 Michael Neuling Merge Jelmer
2006-02-14 Jelmer Vernooij Add dependency on gperf
2006-02-12 Jelmer Vernooij Make LIBDIR a separate constant
2006-02-12 Jelmer Vernooij Show config editor screen when right-clicking on traybar icon
2006-03-01 Michael Ellerman Merge mikey
2006-02-28 Michael Ellerman Add deb target to Makefile.
2006-02-28 Michael Ellerman Check for gperf in configure
2006-03-01 Michael Neuling Bug fix for nice
2006-03-01 Michael Neuling Merge
2006-03-01 Michael Neuling Added no_nice option
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.