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
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
2011-12-07
Reorder Process copy constructor declarations
Chase Douglas
1
-3
/
+3
2011-12-07
Fix comment in environment.h
Chase Douglas
1
-1
/
+1
2011-12-07
Cleanup unnecessary braces in if .. else blocks in Environment::SetUp()
Chase Douglas
1
-6
/
+4
2011-12-07
Don't fail the tests if the X server refuses to die
Chase Douglas
1
-4
/
+4
2011-12-07
Let setenv() and getenv() do error handling, and throw exception if they
Chase Douglas
2
-9
/
+6
2011-12-07
Throw exception if child process tries to kill itself
Chase Douglas
1
-2
/
+2
2011-12-07
Remove Process::Wait()
Chase Douglas
3
-10
/
+1
2011-12-07
Rename Process::pid() to Process::Pid() to follow naming conventions
Chase Douglas
3
-3
/
+4
2011-12-07
Fix Process::Start() and switch to using exceptions
Chase Douglas
3
-42
/
+81
2011-12-07
Switch Process::Private to a POD struct
Chase Douglas
1
-38
/
+27
2011-12-07
Re-enable X server startup timeout
Chase Douglas
1
-1
/
+1
2011-12-07
Remove dead code in Environment
Chase Douglas
1
-61
/
+1
2011-12-07
Make Environment::Private a POD struct
Chase Douglas
2
-24
/
+16
2011-12-07
ADDED: Simple and lightweight class to abstract process handling.
Thomas Voß
5
-25
/
+269
2011-12-06
Merged.
Thomas Voß
9
-195
/
+45
2011-12-05
Use installed dummy.conf location
Chase Douglas
4
-2
/
+7
2011-12-05
Rename testing::xorg to xorg::testing
Chase Douglas
3
-7
/
+7
2011-12-05
Remove unused fixture.h
Chase Douglas
1
-47
/
+0
2011-12-05
Add pkg-config file
Chase Douglas
3
-1
/
+15
2011-12-05
Remove unused gcov support
Chase Douglas
2
-84
/
+0
2011-12-05
Remove autoconf check for C compiler since we only use C++
Chase Douglas
1
-1
/
+0
2011-12-05
Init gtest before checking for special args so --help works properly
Chase Douglas
1
-2
/
+2
[prev]
[next]