summaryrefslogtreecommitdiff
path: root/src/environment.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Wait for dummy X server to shut down in Environment::TearDown()fixesChase Douglas1-6/+24
2012-04-18Add Environment::Kill() to forcefully terminate the dummy Xorg serverChase Douglas1-0/+6
2012-03-16Print more helpful error message when X server fails to startChase Douglas1-6/+12
2012-03-06Use BASE_CXXFLAGS from xorg macrosChase Douglas1-3/+3
2012-03-01Relicense under the X.org preferred licenseChase Douglas1-13/+19
2012-02-06Make Environment API property-based.Daniel d'Andrada1-10/+38
2012-02-01And by default point to a location that doesn't require root privileges to be...Chase Douglas1-2/+18
2011-12-14Use Process::SetEnv() in Environment::SetUp()Chase Douglas1-1/+1
2011-12-14Merge in Doxygen branch, which also includes many fixesChase Douglas1-0/+2
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß1-0/+4
2011-12-09Add initializer for Environment::Private struct since it is not a PODChase Douglas1-7/+8
2011-12-08Use C++ headers, such as cstring, instead of C-compatibility headersChase Douglas1-3/+3
2011-12-08Use std::auto_ptr for pimplsChase Douglas1-4/+0
2011-12-08Add newlines to end of Environment::TearDown() error messagesChase Douglas1-2/+2
2011-12-08In Environment::SetUp, pass std::string into Process::StartChase Douglas1-1/+1
2011-12-07Add server executable path option so one can test different serversChase Douglas1-4/+8
2011-12-07Cleanup unnecessary braces in if .. else blocks in Environment::SetUp()Chase Douglas1-6/+4
2011-12-07Don't fail the tests if the X server refuses to dieChase Douglas1-4/+4
2011-12-07Remove Process::Wait()Chase Douglas1-1/+1
2011-12-07Rename Process::pid() to Process::Pid() to follow naming conventionsChase Douglas1-1/+1
2011-12-07Fix Process::Start() and switch to using exceptionsChase Douglas1-25/+25
2011-12-07Re-enable X server startup timeoutChase Douglas1-1/+1
2011-12-07Remove dead code in EnvironmentChase Douglas1-61/+1
2011-12-07Make Environment::Private a POD structChase Douglas1-21/+13
2011-12-07ADDED: Simple and lightweight class to abstract process handling.Thomas Voß1-20/+82
2011-12-05Rename testing::xorg to xorg::testingChase Douglas1-3/+3
2011-12-05Rename to xorg-gtest, move some files around, make some fixesChase Douglas1-1/+2
2011-12-05init checkin.Thomas Voß1-0/+102