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
/
tests
/
SConscript
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-03
Move the search input controller and view classes over to generic/.
Daniel_Burrows@alumni.brown.edu
1
-2
/
+2
2010-07-03
Move the throttle object to src/generic/util.
Daniel_Burrows@alumni.brown.edu
1
-1
/
+1
2010-07-03
Move the core command-line progress view interface to generic/views.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+1
2010-07-03
Fix up the SConscript files.
Daniel_Burrows@alumni.brown.edu
1
-0
/
+2
2010-06-30
Add a view interface for displaying the download progress and an implementati...
Daniel_Burrows@alumni.brown.edu
1
-0
/
+1
2010-06-18
Extract the declarations of the global pointers to apt structures into a sepa...
Daniel Burrows
1
-25
/
+10
2010-06-10
Write a test of the command-line search progress object.
Daniel Burrows
1
-0
/
+2
2010-06-09
Write tests of the command-line progress display class.
Daniel Burrows
1
-0
/
+3
2010-06-07
Write tests of the transient-message class.
Daniel Burrows
1
-0
/
+2
2010-06-04
Write a "teletype" mock/fake object that allows test code to easily examine t...
Daniel Burrows
1
-0
/
+2
2010-06-03
Write a mock of the terminal object that automatically canonicalizes the term...
Daniel Burrows
1
-0
/
+3
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
1
-0
/
+2
2010-05-28
Experimentally add support for a suite of tests based on gtest, and convert t...
Daniel Burrows
1
-3
/
+18
2010-05-27
Write an initial suite of tests for the new logging code.
Daniel Burrows
1
-0
/
+2
2010-05-24
Start using google-mock to test the search input controller logic.
Daniel Burrows
1
-0
/
+28
2010-05-09
Add a first implementation of dynamic-set code to go with the dynamic-list code.
Daniel Burrows
1
-0
/
+1
2010-05-06
Add the dynamic list tests into the SCons test suite list.
Daniel Burrows
1
-0
/
+1
2010-04-30
Add a suite of unit tests for the enumerator class and its implementations.
Daniel Burrows
1
-0
/
+1
2010-04-25
Explicitly distribute the build files in SCons*.
Daniel Burrows
1
-1
/
+4
2010-04-25
Start adding support for a 'dist' rule that builds a distributed archive.
Daniel Burrows
1
-3
/
+9
2010-04-24
Use Copy() to ensure that the file cache test inputs end up in the build dire...
Daniel Burrows
1
-2
/
+6
2010-04-24
Add explicit dependencies between the test-running target and the test file c...
Daniel Burrows
1
-0
/
+5
2010-04-24
Fix the value of SRCDIR for real.
Daniel Burrows
1
-2
/
+5
2010-04-24
Use the new test builder to make sure the unit tests build properly and get e...
Daniel Burrows
1
-11
/
+6
2010-04-24
Add explicit dependencies for the Boost test.
Daniel Burrows
1
-0
/
+5
2010-04-24
Shell-escape the value of SRCDIR so it's really correct.
Daniel Burrows
1
-1
/
+2
2010-04-24
Try to use CString to escape the SRCDIR preprocessor #define.
Daniel Burrows
1
-1
/
+3
2010-04-24
Transitively close the dependencies of the test.
Daniel Burrows
1
-1
/
+31
2010-04-24
Fix how the source directory is defined.
Daniel Burrows
1
-1
/
+1
2010-04-24
Directly depend on .o files to eliminate the scons warning.
Daniel Burrows
1
-1
/
+1
2010-04-24
Start adding extra dependencies into src/ to the test build files.
Daniel Burrows
1
-2
/
+11
2010-04-24
Define SRCDIR for the Boost test.
Daniel Burrows
1
-0
/
+3
2010-04-24
Try to build and run unit tests, and only build aptitude by default.
Daniel Burrows
1
-0
/
+39