Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-20 | Fix most compile errors with g++-4.3. | Daniel Burrows | 1 | -2/+3 | |
Mostly this consists of removing all hash tables and replacing them with std::map, as hash_map has been removed (technically deprecated, but in a way that's rather hard to work around if you want to be warning-clean and I'll have to kill it off eventually anyway). Hopefully that won't kill off performance in the resolver, which seemed to be the only heavy user of hash maps. I also had to add some includes that should really have been there all along. This leaves a few compilation errors that I can't figure out how to fix. In particular, there are a bunch of warnings about uninitialized references that look initialized to me. | |||||
2007-11-15 | Uniformly replace 'style' with 'cw::style', and fix up everything through ↵ | Daniel Burrows | 1 | -1/+2 | |
load_grouppolicy. | |||||
2007-11-15 | Uniformly stop using widgets:: since I expect to get rid of it in the future ↵ | Daniel Burrows | 1 | -2/+2 | |
(I'll patch this up with namespace tricks for now). | |||||
2007-11-15 | Add namespace boilerplate. | Daniel Burrows | 1 | -0/+6 | |
2007-11-15 | Drop some extra widgets:: qualifiers that snuck in. | Daniel Burrows | 1 | -2/+2 | |
2007-11-15 | Drop unnecessary cw:: before hier_editor. | Daniel Burrows | 1 | -18/+18 | |
2007-11-15 | Fix some duplicated type names that snuck in in a previous pass over the tree. | Daniel Burrows | 1 | -3/+3 | |
2007-11-15 | cw::key -> cw::config::key. | Daniel Burrows | 1 | -2/+2 | |
2007-11-15 | cwi::key -> cw::key. | Daniel Burrows | 1 | -2/+2 | |
2007-11-15 | Uniformly replace widgets::X with cw::X in .cc files. | Daniel Burrows | 1 | -30/+30 | |
2007-11-15 | Consistently use cw::toplevel instead of toplevel::. | Daniel Burrows | 1 | -2/+2 | |
2007-11-15 | Pass over the source with sed to put global_bindings in config::. | Daniel Burrows | 1 | -7/+7 | |
2007-11-15 | Pass over the source tree with sed to eliminate a lot of the mindless ↵ | Daniel Burrows | 1 | -13/+13 | |
search-and-replace I was having to do. (namespace aliases and cleanup are still needed) | |||||
2007-11-14 | First pass over the code. | Daniel Burrows | 1 | -36/+36 | |
This tree version is still BROKEN. This commit changes a bunch of code mechanically, and completely fixes all the subdirectories and files through download_screen in the top-level directory. Some unfortunate namespace choices in cwidget showed up here. widgets and config should probably be merged into the cwidget namespace, and I've created namespace aliases that pretend this happened as I go through the .cc files. Luckily, that change can largely be accounted for automatically. | |||||
2007-11-12 | Further cwidget transitions: change #include <vscreen/vs_*> to #include ↵ | Daniel Burrows | 1 | -1/+1 | |
<cwidget/widgets/*>. The tree is now broken and will remain broken until the transition completes. | |||||
2006-01-28 | [aptitude @ Fix uses of Errno that passed the description as the function ↵ | Daniel Burrows | 1 | -2/+2 | |
name, thus breaking error reporting. (Closes: #350264)] | |||||
2005-10-01 | [aptitude @ Import the Subversion repository into darcs.] | Daniel Burrows | 1 | -0/+372 | |