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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-07
Add a matcher that compares strings by trimming them on the right.
Daniel Burrows
1
-0
/
+7
2010-06-07
Don't try to output the comparison string from StrTrimmedEq.
Daniel Burrows
1
-1
/
+1
2010-06-07
Wrap a layer of indirection around wcwidth().
Daniel Burrows
20
-40
/
+167
2010-06-06
Fix the teletype mock object to handle characters that occupy two cells.
Daniel Burrows
1
-34
/
+102
2010-06-06
Fix up the includes of text_progress.cc to match the new style.
Daniel Burrows
1
-2
/
+4
2010-06-06
Use wide strings in the terminal wrapper interface.
Daniel Burrows
9
-43
/
+58
2010-06-06
Use the terminal object to generate output from transient_message.
Daniel Burrows
1
-4
/
+7
2010-06-05
Add a convenience matcher to trim whitespace from strings before matching them.
Daniel Burrows
1
-0
/
+15
2010-06-04
Write a "teletype" mock/fake object that allows test code to easily examine t...
Daniel Burrows
3
-0
/
+240
2010-06-04
Retool the terminal mock so that it can be used as a standalone mock.
Daniel_Burrows@alumni.brown.edu
3
-29
/
+30
2010-06-04
In the mock terminal, make calls to move_to_beginning_of_line() cause '\r' to...
Daniel Burrows
2
-0
/
+17
2010-06-03
Write a mock of the terminal object that automatically canonicalizes the term...
Daniel Burrows
6
-1
/
+205
2010-06-03
Move StdinEOFException to terminal.h.
Daniel Burrows
5
-16
/
+20
2010-06-03
Clean up a bunch of #include blocks in src/cmdline/.
Daniel Burrows
26
-52
/
+133
2010-06-03
Add a missing \file.
Daniel Burrows
1
-0
/
+3
2010-06-03
Add a bunch of missing GPL2 boilerplate.
Daniel Burrows
16
-1
/
+244
2010-06-02
Eliminate all uses of the global screen_width variable and use terminal objec...
Daniel Burrows
37
-268
/
+894
2010-06-02
Add a warning about the efficiency / correctness implications of invoking ter...
Daniel Burrows
1
-0
/
+4
2010-06-02
Add a TODO about the possibility of using a signal handler to check for windo...
Daniel Burrows
1
-0
/
+4
2010-06-02
Include the new terminal class in the build.
Daniel Burrows
2
-0
/
+4
2010-05-31
Add an interface that abstracts over the terminal input device as seen by the...
Daniel Burrows
2
-0
/
+225
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
13
-137
/
+142
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
Fix a bug that caused it to be impossible to clear a transient message.
Daniel Burrows
1
-3
/
+1
2010-05-25
Use the single-line progress indicator to show that the system is being initi...
Daniel Burrows
1
-2
/
+5
2010-05-25
Don't flush after clearing a transient message.
Daniel Burrows
1
-1
/
+1
2010-05-25
Factor the code to display a single-line message and clear it out of the text...
Daniel Burrows
5
-59
/
+180
2010-05-25
Merge two "if" statements that have the same consequent.
Daniel Burrows
1
-4
/
+2
2010-05-25
Use the screen width to truncate the progress display.
Daniel Burrows
1
-3
/
+23
2010-05-25
Move the text-progress object into the cmdline branch, since it's not really ...
Daniel Burrows
13
-24
/
+27
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
Replace direct uses of OpTextProgress with calls to make_text_progress().
Daniel Burrows
7
-21
/
+48
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-24
Start using google-mock to test the search input controller logic.
Daniel Burrows
1
-0
/
+70
2010-05-18
Experimentally start refactoring code into view/controller pairs for more mod...
Daniel Burrows
17
-2
/
+694
2010-05-18
Clean up an overly chatty comment.
Daniel Burrows
1
-2
/
+1
2010-05-17
Add scaffolding to the tab_info structure to make it easy to create siblings ...
Daniel Burrows
2
-1
/
+51
[next]