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
path:
root
/
src
/
environment.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-20
Wait for dummy X server to shut down in Environment::TearDown()
fixes
Chase Douglas
1
-6
/
+24
2012-04-18
Add Environment::Kill() to forcefully terminate the dummy Xorg server
Chase Douglas
1
-0
/
+6
2012-03-16
Print more helpful error message when X server fails to start
Chase Douglas
1
-6
/
+12
2012-03-06
Use BASE_CXXFLAGS from xorg macros
Chase Douglas
1
-3
/
+3
2012-03-01
Relicense under the X.org preferred license
Chase Douglas
1
-13
/
+19
2012-02-06
Make Environment API property-based.
Daniel d'Andrada
1
-10
/
+38
2012-02-01
And by default point to a location that doesn't require root privileges to be...
Chase Douglas
1
-2
/
+18
2011-12-14
Use Process::SetEnv() in Environment::SetUp()
Chase Douglas
1
-1
/
+1
2011-12-14
Merge in Doxygen branch, which also includes many fixes
Chase Douglas
1
-0
/
+2
2011-12-14
Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...
Thomas Voß
1
-0
/
+4
2011-12-09
Add initializer for Environment::Private struct since it is not a POD
Chase Douglas
1
-7
/
+8
2011-12-08
Use C++ headers, such as cstring, instead of C-compatibility headers
Chase Douglas
1
-3
/
+3
2011-12-08
Use std::auto_ptr for pimpls
Chase Douglas
1
-4
/
+0
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
Add server executable path option so one can test different servers
Chase Douglas
1
-4
/
+8
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
Remove Process::Wait()
Chase Douglas
1
-1
/
+1
2011-12-07
Rename Process::pid() to Process::Pid() to follow naming conventions
Chase Douglas
1
-1
/
+1
2011-12-07
Fix Process::Start() and switch to using exceptions
Chase Douglas
1
-25
/
+25
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
1
-21
/
+13
2011-12-07
ADDED: Simple and lightweight class to abstract process handling.
Thomas Voß
1
-20
/
+82
2011-12-05
Rename testing::xorg to xorg::testing
Chase Douglas
1
-3
/
+3
2011-12-05
Rename to xorg-gtest, move some files around, make some fixes
Chase Douglas
1
-1
/
+2
2011-12-05
init checkin.
Thomas Voß
1
-0
/
+102