summaryrefslogtreecommitdiff
path: root/src/edit_pkg_hier.cc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-20Fix most compile errors with g++-4.3.Daniel Burrows1-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-15Uniformly replace 'style' with 'cw::style', and fix up everything through ↵Daniel Burrows1-1/+2
load_grouppolicy.
2007-11-15Uniformly stop using widgets:: since I expect to get rid of it in the future ↵Daniel Burrows1-2/+2
(I'll patch this up with namespace tricks for now).
2007-11-15Add namespace boilerplate.Daniel Burrows1-0/+6
2007-11-15Drop some extra widgets:: qualifiers that snuck in.Daniel Burrows1-2/+2
2007-11-15Drop unnecessary cw:: before hier_editor.Daniel Burrows1-18/+18
2007-11-15Fix some duplicated type names that snuck in in a previous pass over the tree.Daniel Burrows1-3/+3
2007-11-15cw::key -> cw::config::key.Daniel Burrows1-2/+2
2007-11-15cwi::key -> cw::key.Daniel Burrows1-2/+2
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-30/+30
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-2/+2
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-7/+7
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless ↵Daniel Burrows1-13/+13
search-and-replace I was having to do. (namespace aliases and cleanup are still needed)
2007-11-14First pass over the code.Daniel Burrows1-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-12Further cwidget transitions: change #include <vscreen/vs_*> to #include ↵Daniel Burrows1-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 Burrows1-2/+2
name, thus breaking error reporting. (Closes: #350264)]
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+372