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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-11
Fix build with g++ 4.7
Adrian Lang
2
-6
/
+6
2012-04-24
Fix typo in temp module
Daniel Hartwig
1
-1
/
+1
2011-04-06
Add missing #include of stddef.h.
Daniel Burrows
1
-1
/
+2
2011-04-02
Nuke the scons build scripts.
Daniel Burrows
2
-52
/
+0
2010-08-26
Fix the behavior of OFF_LEVEL in the logging code.
Daniel Burrows
1
-4
/
+3
2010-08-06
Write a routine to subtract timevals.
Daniel Burrows
2
-0
/
+23
2010-07-10
Add a utility class that makes it easy to use strict/nice mocks.
Daniel Burrows
3
-2
/
+95
2010-07-03
Move the throttle object to src/generic/util.
Daniel_Burrows@alumni.brown.edu
7
-0
/
+241
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-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
Make progress_info objects mutable.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+22
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
1
-2
/
+2
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
Change the progress_info object so that pulsing progress bars can carry a sta...
Daniel Burrows
1
-3
/
+8
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
2010-05-06
Fix an off-by-one error that occurred when moving sub-list items to the left.
Daniel Burrows
1
-0
/
+12
2010-05-06
Clarify the valid parameters to move().
Daniel Burrows
1
-2
/
+1
2010-05-06
Clarify the valid arguments to move().
Daniel Burrows
1
-0
/
+3
2010-05-05
Rewrite the dynamic list collection for the new framework and re-enable its t...
Daniel Burrows
1
-91
/
+342
[next]