index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
generic
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-03
Move the core command-line progress view interface to generic/views.
Daniel_Burrows@alumni.brown.edu
6
-2
/
+147
2010-07-03
Fix up the SConscript files.
Daniel_Burrows@alumni.brown.edu
2
-0
/
+8
2010-07-02
Add a routine on transient_message to display a non-wrapped message and move ...
Daniel Burrows
1
-0
/
+1
2010-06-30
Add a view interface for displaying the download progress and an implementati...
Daniel_Burrows@alumni.brown.edu
9
-1
/
+372
2010-06-27
Adapt patch from Ubuntu to fix a formatting problem in the progress code on l...
Daniel Burrows
2
-5
/
+10
2010-06-18
Distribute enumerator_transform.
Daniel Burrows
2
-0
/
+2
2010-06-18
Add dynamic_list_impl.h to the list of distributed files.
Daniel Burrows
1
-0
/
+1
2010-06-18
Extract the declarations of the global pointers to apt structures into a sepa...
Daniel Burrows
4
-7
/
+51
2010-06-18
Use the new configure checks to support both the old and the new versions of ...
Daniel Burrows
3
-18
/
+254
2010-06-10
Add routines to compare progress_info objects and to write them to an ostream...
Daniel Burrows
4
-0
/
+74
2010-06-09
Round the progress of a progress bar to the nearest integer.
Daniel Burrows
1
-1
/
+3
2010-06-09
Correctly initialize pulse progress_info objects (they were getting set up as...
Daniel Burrows
1
-1
/
+8
2010-06-09
Eliminate an unnecessary string copy.
Daniel Burrows
1
-1
/
+1
2010-06-08
Use the new mutator methods in progress_info to avoid copying the progress st...
Daniel_Burrows@alumni.brown.edu
1
-5
/
+10
2010-06-08
Make progress_info objects mutable.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+22
2010-06-08
Allow client code to capture the progress of a pattern search.
Daniel_Burrows@alumni.brown.edu
2
-17
/
+69
2010-06-08
Add a method on progress_info that converts the current progress fraction to ...
Daniel_Burrows@alumni.brown.edu
1
-0
/
+11
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
8
-36
/
+47
2010-05-28
Make sure we don't try to destroy the global logging system when the program ...
Daniel Burrows
1
-3
/
+12
2010-05-28
In the LOG_() macros, don't assume that stuff from namespace logging is avail...
Daniel Burrows
1
-2
/
+2
2010-05-28
Add a logging level "off" to disable logging at a given category.
Daniel Burrows
1
-1
/
+13
2010-05-28
When propagating log level settings downwards, don't overwrite already-config...
Daniel Burrows
1
-1
/
+6
2010-05-28
Propagate log events up the logging hierarchy.
Daniel Burrows
1
-5
/
+20
2010-05-28
Fix Logger::isEnabledFor (its logic was reversed).
Daniel Burrows
1
-1
/
+1
2010-05-27
Clarify in the doccomments of log() that it's unconditional.
Daniel Burrows
1
-1
/
+4
2010-05-27
Add an accessor to retrieve the effective level of a logger (useful for testi...
Daniel Burrows
1
-0
/
+3
2010-05-27
Fix the LOG_() macros to pass enough arguments to LOG_LEVEL().
Daniel Burrows
1
-6
/
+6
2010-05-25
Move the text-progress object into the cmdline branch, since it's not really ...
Daniel Burrows
4
-230
/
+1
2010-05-25
Truncate floating-point percentages when displaying a progress message.
Daniel Burrows
1
-1
/
+7
2010-05-25
Change the progress_info object so that pulsing progress bars can carry a sta...
Daniel Burrows
1
-3
/
+8
2010-05-25
Add a private version of OpTextProgress.
Daniel Burrows
4
-1
/
+224
2010-05-25
Redesign the logging interface so that test logging systems can be created.
Daniel Burrows
2
-22
/
+97
2010-05-25
Give Logger a virtual destructor.
Daniel Burrows
2
-0
/
+6
2010-05-25
Remove an unnecessary friend declaration (member classes are always friends).
Daniel Burrows
1
-1
/
+0
2010-05-24
Add a first draft of a logging library to replace liblog4cxx.
Daniel Burrows
4
-0
/
+538
2010-05-14
Write configure checks for the order of arguments that boost::fusion::fold us...
Daniel Burrows
1
-0
/
+8
2010-05-13
Write a fully functional alternate initialization path.
Daniel Burrows
1
-2
/
+2
2010-05-12
Add code to do on-the-fly transforms of dynamic sets and enumerations.
Daniel Burrows
4
-0
/
+229
2010-05-12
Add missing #includes from dynamic_set_union.h.
Daniel Burrows
1
-0
/
+3
2010-05-09
Make sure that the connections that are attached when a new set are inserted ...
Daniel Burrows
1
-11
/
+22
2010-05-09
Connect inserted/removed signals from each sub-set to the corresponding handl...
Daniel Burrows
1
-0
/
+3
2010-05-09
Fix a .advance() vs ->advance() error.
Daniel Burrows
1
-1
/
+1
2010-05-09
Return the key of the current entry as the result of get_current() on the ite...
Daniel Burrows
1
-1
/
+1
2010-05-09
Make the constructor of a dynamic set union's enumerator take a *const* refer...
Daniel Burrows
1
-2
/
+2
2010-05-09
Move the values_iterator typedef to the top of the class, make it public, and...
Daniel Burrows
1
-2
/
+6
2010-05-09
Invoke e->advance() instead of e.advance(), since e is a pointer to an enumer...
Daniel Burrows
1
-1
/
+1
2010-05-09
Write a body for ~dynamic_set_test().
Daniel Burrows
1
-0
/
+5
2010-05-09
Add a first implementation of dynamic-set code to go with the dynamic-list code.
Daniel Burrows
3
-0
/
+487
2010-05-08
Actually use the carefully calculated relocation target to rearrange the conc...
Daniel Burrows
1
-1
/
+1
2010-05-08
Remove old references to enumerators from the dynamic_list code.
Daniel Burrows
3
-5
/
+0
[next]