Age | Commit message (Expand) | Author | Files | Lines |
2012-06-30 | Disable test_tags which is no longer relevant | Daniel Hartwig | 1 | -1/+3 |
2012-05-30 | Fix type error in test_sqlite.cc | Daniel Hartwig | 1 | -3/+3 |
2012-05-11 | Support really big files in the download system | Daniel Hartwig | 1 | -12/+0 |
2012-04-25 | Include build of gtest when building gmock | Daniel Hartwig | 1 | -3/+3 |
2012-03-23 | Update tests for recent cmdline_download_progress changes | Daniel Hartwig | 1 | -13/+13 |
2012-02-07 | Fix typo in tests/Makefile.am. | Daniel Hartwig | 1 | -1/+1 |
2012-02-06 | Leave out libgmock sources from dist files. | Daniel Hartwig | 1 | -1/+1 |
2012-01-15 | Kurt Roeckx <kurt@roeckx.be> for NMU of version 0.6.4-1.2 | Manuel A. Fernandez Montecelo | 1 | -5/+5 |
2011-07-23 | Eliminate an unused variable. | Daniel Burrows | 1 | -3/+4 |
2011-07-23 | Modify autoconf/automake scripts to handle gmock changes. | Daniel Burrows | 1 | -1/+11 |
2011-04-10 | Fix serializing ?term-prefix. | Daniel Burrows | 1 | -0/+3 |
2011-04-06 | Eliminate a whole pile of unused local variables. | Daniel Burrows | 1 | -15/+1 |
2011-04-05 | Tighten pattern parsing tests. | Daniel Burrows | 1 | -1/+7 |
2011-04-02 | Nuke the scons build scripts. | Daniel Burrows | 1 | -158/+0 |
2011-03-30 | Update tests for the new behavior of SizeToStr(). | Daniel Burrows | 2 | -26/+26 |
2011-03-30 | Fix compile errors caused by changes in the libapt API. | Daniel Burrows | 1 | -5/+5 |
2010-08-26 | Fix the behavior of OFF_LEVEL in the logging code. | Daniel Burrows | 1 | -6/+24 |
2010-08-06 | Write a routine to subtract timevals. | Daniel Burrows | 1 | -2/+94 |
2010-07-10 | Make display_and_advance work even when the output isn't a terminal. | Daniel Burrows | 1 | -0/+24 |
2010-07-10 | It's no longer necessary to explicitly mark newline() as unexpected, since we... | Daniel Burrows | 1 | -5/+0 |
2010-07-10 | Make download_status_display part of the command-line code. | Daniel Burrows | 2 | -189/+58 |
2010-07-10 | Add a routine on download_progress that's invoked when a file is skipped beca... | Daniel Burrows | 1 | -0/+62 |
2010-07-10 | Delete an obsolete comment that snuck into my earlier roll-up patch. | Daniel Burrows | 1 | -11/+0 |
2010-07-10 | Add a complete() routine to the download progress view that's invoked when th... | Daniel Burrows | 1 | -0/+5 |
2010-07-10 | Flesh out the implementation of the download progress display and its tests. | Daniel_Burrows@alumni.brown.edu | 4 | -24/+1133 |
2010-07-10 | Split the teletype mock's constructors into default/nice/strict variants too. | Daniel Burrows | 2 | -3/+3 |
2010-07-10 | Make transient_message a Mock and use its strict variant. | Daniel Burrows | 2 | -2/+2 |
2010-07-10 | Make combining_terminal_output implement the same interface as Mock. | Daniel Burrows | 3 | -3/+3 |
2010-07-10 | Use Mock to implement terminal_with_combined_output. | Daniel Burrows | 1 | -1/+1 |
2010-07-10 | Make the terminal_metrics mock a Mock instance and use its strict variant eve... | Daniel Burrows | 3 | -3/+3 |
2010-07-10 | Make the terminal_locale mock a Mock instance and use its strict variant in t... | Daniel Burrows | 3 | -3/+3 |
2010-07-10 | Split the "terminal" interface into several interfaces that each export one p... | Daniel_Burrows@alumni.brown.edu | 4 | -179/+99 |
2010-07-03 | Move the search input controller and view classes over to generic/. | Daniel_Burrows@alumni.brown.edu | 3 | -19/+12 |
2010-07-03 | Move the throttle object to src/generic/util. | Daniel_Burrows@alumni.brown.edu | 2 | -13/+13 |
2010-07-03 | Move the core command-line progress view interface to generic/views. | Daniel_Burrows@alumni.brown.edu | 3 | -23/+30 |
2010-07-03 | Fix up the SConscript files. | Daniel_Burrows@alumni.brown.edu | 1 | -0/+2 |
2010-07-02 | Remove the now-obsolete preserve_and_advance() routine. | Daniel Burrows | 1 | -13/+0 |
2010-07-02 | Use display_and_advance() for the standard progress meters. | Daniel Burrows | 1 | -45/+17 |
2010-07-02 | Add a routine on transient_message to display a non-wrapped message and move ... | Daniel Burrows | 1 | -0/+46 |
2010-06-30 | Add a view interface for displaying the download progress and an implementati... | Daniel_Burrows@alumni.brown.edu | 3 | -0/+109 |
2010-06-19 | Don't try to link GTK+-related code into the tests if the GTK+ frontend isn't... | Daniel Burrows | 1 | -2/+5 |
2010-06-19 | Don't try to test the search input controller if the GTK+ frontend wasn't built. | Daniel Burrows | 1 | -0/+4 |
2010-06-18 | Explicitly include gmock/gtest -- they should be picked up by another include... | Daniel Burrows | 1 | -0/+3 |
2010-06-18 | Extract the declarations of the global pointers to apt structures into a sepa... | Daniel Burrows | 1 | -25/+10 |
2010-06-18 | Re-enable all the unit tests. | Daniel Burrows | 1 | -2/+2 |
2010-06-15 | Add support to the command-line progress display object for showing that the ... | Daniel Burrows | 3 | -56/+454 |
2010-06-15 | Make the testing of search progress throttling hopefully more robust. | Daniel Burrows | 1 | -15/+16 |
2010-06-10 | Put some mock expectations that should be in sequence in the scope of InSeque... | Daniel Burrows | 1 | -22/+67 |
2010-06-10 | Add support in the transient message for making a message permanent and advan... | Daniel Burrows | 2 | -2/+14 |
2010-06-10 | Fix the teletype mock to only output set_last_line() when the last line has a... | Daniel Burrows | 1 | -0/+22 |