summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-08-08process: use fork(), not vfork()Peter Hutterer1-1/+1
2012-07-27xserver: Pass given timeout valueOlivier Fourdan1-2/+2
2012-07-26Print the correct file when log file is not writeableChase Douglas1-1/+1
2012-07-26Separate string constants so xorg-gtest_main.cpp compiles againChase Douglas1-1/+1
2012-07-25xserver: add environment variable to suspend after startupPeter Hutterer1-0/+6
2012-07-25xserver: check for old log file, not old config filePeter Hutterer1-1/+1
2012-07-20device: add PlayOne() for single event replayingPeter Hutterer1-0/+19
2012-07-20environment: remove default settingsPeter Hutterer1-12/+8
2012-07-20xserver: move Terminate and Kill handling herePeter Hutterer2-28/+21
2012-07-12xserver: move testing startup to the XServer objectPeter Hutterer2-36/+41
2012-07-12xserver: move starting the process into the XServer objectPeter Hutterer2-6/+17
2012-07-12xserver: add WaitForConnections()Peter Hutterer2-32/+36
2012-07-12xserver: store config, logfile, binary paths in the XServer objectPeter Hutterer2-0/+22
2012-07-12Add a new class representing the X serverPeter Hutterer4-10/+211
2012-07-12process: add a timeout wait to Kill and TerminatePeter Hutterer1-6/+23
2012-07-12process: Terminate/Kill can use a common helper functionPeter Hutterer1-17/+10
2012-07-12process: fix missing argv[0] in the new vector startupPeter Hutterer1-0/+2
2012-07-12process: add Start(program, vector<char*>)Peter Hutterer1-6/+19
2012-07-12Add Device::GetDeviceNode() to return device node path from an evemu devicePeter Hutterer1-1/+66
2012-07-12test: add SetDisplayString()Peter Hutterer1-1/+11
2012-07-12environment: provide Get/SetFoobar wrappers for all set/get_foobarPeter Hutterer2-16/+53
2012-07-03Ensure xorg-gtest implementation is included in xorg-gtest{-all, _main}.cppChase Douglas1-0/+2
2012-07-03Rename headers to use dashes onlyPeter Hutterer5-6/+6
2012-07-03Add note to Makefile.am that new sources must be added to xorg-gtest-all.cppPeter Hutterer1-0/+1
2012-07-03Split usage help text into a helper functionPeter Hutterer1-11/+14
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-25XCloseDisplay(3) cannot handle NULLPeter Hutterer1-1/+2
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 Hutterer5-6/+6
2012-05-21Add comment to Makefile-xorg-gtest.am about compiling with -wChase Douglas1-0/+3
2012-04-23Wait for dummy X server to shut down in Environment::TearDown()Chase Douglas1-6/+24
2012-04-23Kill dummy Xorg server when a terminating signal arrivesChase Douglas1-1/+55
2012-04-23Add Environment::Kill() to forcefully terminate the dummy Xorg serverChase Douglas1-0/+6
2012-03-19Ship xorg-gtest.m4 and Makefile-xorg-gtest.amChase Douglas2-1/+65
2012-03-16Print more helpful error message when X server fails to startChase Douglas1-6/+12
2012-03-16Allow user to override default Xorg server binaryChase Douglas1-1/+5
2012-03-16Install, but do not build into a library, the xorg-gtest sourcesChase Douglas3-63/+9
2012-03-16Provide meta-source file xorg-gtest-all.cppChase Douglas2-4/+35
2012-03-16Rename main.cpp to xorg-gtest_main.cppChase Douglas2-1/+1
2012-03-16Install xorg-gtest source code in $(prefix)/src/xorg-gtestChase Douglas1-0/+3
2012-03-09config: use existing feature --enable-strict-compilationGaetan Nadon1-2/+0
2012-03-07Add xorg::testing::evemu::DeviceChase Douglas3-1/+110
2012-03-06Fix dummy.conf location definitionChase Douglas1-1/+1
2012-03-06Define automake CPP warning flags in Makefile.am, not configure.acChase Douglas1-2/+4
2012-03-06Use BASE_CXXFLAGS from xorg macrosChase Douglas2-4/+4
2012-03-06Split data and include build rules out of src build rulesChase Douglas1-8/+0
2012-03-01Relicense under the X.org preferred licenseChase Douglas5-52/+101