summaryrefslogtreecommitdiff
path: root/src/environment.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Move default log/config setting back to environmentPeter Hutterer1-7/+10
2012-10-04Deprecate WaitForConnections()Daniel Martin1-1/+0
2012-08-16Add Red Hat copyright noticesPeter Hutterer1-0/+1
2012-07-20environment: remove default settingsPeter Hutterer1-12/+8
2012-07-20xserver: move Terminate and Kill handling herePeter Hutterer1-28/+3
2012-07-12xserver: move testing startup to the XServer objectPeter Hutterer1-36/+0
2012-07-12xserver: move starting the process into the XServer objectPeter Hutterer1-6/+1
2012-07-12xserver: add WaitForConnections()Peter Hutterer1-32/+1
2012-07-12xserver: store config, logfile, binary paths in the XServer objectPeter Hutterer1-0/+2
2012-07-12Add a new class representing the X serverPeter Hutterer1-10/+12
2012-07-12environment: provide Get/SetFoobar wrappers for all set/get_foobarPeter Hutterer1-12/+49
2012-07-03Rename headers to use dashes onlyPeter Hutterer1-2/+2
2012-07-03Add a few linebreaks into the standard error noticePeter Hutterer1-2/+2
2012-06-05Set log verbosity to 10Peter Hutterer1-0/+1
2012-06-04Check if log file and old log file are writable before starting X serverChase Douglas1-0/+26
2012-06-04Check if a server is already running on the chosen display nameChase Douglas1-1/+11
2012-05-25Print the display we were trying to start up on.Peter Hutterer1-2/+4
2012-05-24Update source files to use new headersPeter Hutterer1-2/+2
2012-04-23Wait for dummy X server to shut down in Environment::TearDown()Chase Douglas1-6/+24
2012-04-23Add 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