aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_qt
Commit message (Collapse)AuthorAgeFilesLines
* Fix the clean and install targets in the makefileslloyd2006-09-091-1/+1
| | | | Clean up how help output is produced a bit further.
* Place the add_file/replace_file/ignore_file markers in the module infolloyd2006-09-031-3/+7
| | | | | | files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files.
* Inline a number of small objects that are only used in a local contextlloyd2006-06-231-17/+9
| | | | | | | (ie, a single function). This will, unfortunately, break GCC 2.95.x support. Most of the operating systems that had shipped with 2.95.x, like OpenBSD and QNX, have since upgraded. Anyone needing 2.95.x support will have to continue using 1.4.x
* Change the Qt mutex to use the new Mutex_Factory abstractionlloyd2006-05-184-69/+17
|
* Rename mod_qt to mux_qt, as all (very minimal) non-mutex functionalitylloyd2006-05-184-0/+134
is going to be removed.