index
:
~cndougla/xorg-gtest
distcheck-fixes
evemu
fixes
master
source
Unnamed repository; edit this file 'description' to name the repository.
cndougla
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-01
And by default point to a location that doesn't require root privileges to be...
Chase Douglas
4
-2
/
+53
2011-12-21
Merge some miscellaneous fixes
Chase Douglas
4
-17
/
+10
2011-12-21
Use "make doc" to build all documentation
Chase Douglas
2
-15
/
+4
2011-12-21
Rename xorg_gtest_example to xorg-gtest-example
Chase Douglas
1
-1
/
+1
2011-12-21
Install man pages too
Chase Douglas
1
-0
/
+4
2011-12-21
Start the so library version at 0.0.0
Chase Douglas
1
-1
/
+1
2011-12-16
Merged in lp:~chasedouglas/xorg-gtest/fixes.
Thomas Voß
10
-47
/
+59
2011-12-14
Merge example documentation fixes
Chase Douglas
2
-23
/
+2
2011-12-14
Fix gtest cpp flags
Chase Douglas
4
-6
/
+15
2011-12-14
Use gtest lib path when checking for gtest library
Chase Douglas
1
-2
/
+2
2011-12-14
Use Process::SetEnv() in Environment::SetUp()
Chase Douglas
1
-1
/
+1
2011-12-14
Make Process::GetEnv and SetEnv static methods
Chase Douglas
2
-22
/
+24
2011-12-14
Move SetUp and TearDown methods to protected sections
Chase Douglas
2
-10
/
+11
2011-12-14
Don't install Doxyfile
Chase Douglas
1
-1
/
+1
2011-12-14
Only install documentation if it was created
Chase Douglas
1
-3
/
+5
2011-12-14
Remove leftover geistest doc line in doc/Makefile.am
Chase Douglas
1
-2
/
+0
2011-12-14
Don't link gtest when creating library
Chase Douglas
1
-6
/
+1
2011-12-14
Include examples directory when scanning for documented sources
Chase Douglas
1
-2
/
+2
2011-12-14
Remove license header from example
Chase Douglas
1
-21
/
+0
2011-12-14
Merge in Doxygen branch, which also includes many fixes
Chase Douglas
12
-22
/
+2085
2011-12-14
Merge gtest configure check fixes
Chase Douglas
2
-4
/
+11
2011-12-14
Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...
Thomas Voß
8
-2
/
+75
2011-12-13
Use AC_LANG_PUSH(C++)/AC_LANG_POP so as not to contaminate configure.ac
Chase Douglas
1
-1
/
+3
2011-12-13
Link against pthread when checking for gtest library
Chase Douglas
1
-1
/
+6
2011-12-13
Move check result test to configure.ac and use standard variables
Chase Douglas
2
-3
/
+4
2011-12-13
Remove unnecessary HAVE_GTEST conditional in configure.ac
Chase Douglas
1
-2
/
+0
2011-12-13
Make gtest a requirement for successful configuration
Chase Douglas
1
-3
/
+4
2011-12-13
Adjusted signature of Process::GetEnv. Adjusted documentation.
Thomas Voß
2
-17
/
+25
2011-12-13
Fixed typo in test.h.
Thomas Voß
1
-1
/
+1
2011-12-13
Modified Process::Terminate and Process::Kill to reset process identifier. Ad...
Thomas Voß
2
-2
/
+9
2011-12-13
Adjusted documentation according to review. Switched to std::string for envir...
Thomas Voß
4
-22
/
+52
2011-12-13
Prevent from linking Test in Google Test. Set HIDE_SCOPE_NAMES to NO.
Thomas Voß
3
-5
/
+5
2011-12-12
Merge cleanup and fixes branch
Chase Douglas
8
-79
/
+369
2011-12-12
Referenced manpage of execvp in documentation.
Thomas Voß
1
-1
/
+4
2011-12-12
Fixed whitespace issue.
Thomas Voß
1
-3
/
+3
2011-12-12
Added: Additional doxygen documentation and adjusted build setup to include d...
Thomas Voß
9
-46
/
+1885
2011-12-09
Throw runtime_error if Test::SetUp fails to open connection to server
Chase Douglas
1
-1
/
+4
2011-12-09
Add initializer for Environment::Private struct since it is not a POD
Chase Douglas
1
-7
/
+8
2011-12-09
Added doxygen documentation for public interface classes.
Thomas Voß
5
-6
/
+117
2011-12-08
Remove strdup from argument parsing in Process::Start()
Chase Douglas
1
-14
/
+3
2011-12-08
Use std::vector to store process arguments passed to execvp
Chase Douglas
1
-29
/
+17
2011-12-08
Use std::auto_ptr for Test pimpl too
Chase Douglas
2
-6
/
+3
2011-12-08
Use C++ headers, such as cstring, instead of C-compatibility headers
Chase Douglas
2
-7
/
+7
2011-12-08
Remove obsolete Process::SetEnvBehavior enum
Chase Douglas
1
-6
/
+0
2011-12-08
Use std::auto_ptr for pimpls
Chase Douglas
4
-12
/
+4
2011-12-08
Add newlines to end of Environment::TearDown() error messages
Chase Douglas
1
-2
/
+2
2011-12-08
In Environment::SetUp, pass std::string into Process::Start
Chase Douglas
1
-1
/
+1
2011-12-07
Fix a couple usages of C++ line comments
Chase Douglas
2
-2
/
+2
2011-12-07
Add xorg::testing::Test base test fixture
Chase Douglas
3
-5
/
+115
2011-12-07
Add server executable path option so one can test different servers
Chase Douglas
3
-19
/
+44
[prev]
[next]