summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-04Add Device::GetDeviceNode() to return device node path from an evemu devicedevel-version-1Peter Hutterer2-1/+77
2012-07-04test: add SetDisplayString()Peter Hutterer2-1/+14
2012-07-04xserver: update documentationPeter Hutterer1-1/+20
2012-07-04xserver: use new Process::Start(vector) call to populate argument listPeter Hutterer1-6/+18
2012-07-04process: add Start(program, vector<char*>)Peter Hutterer2-7/+29
2012-07-04environment: use SetOption, instead of separate callsPeter Hutterer1-2/+2
2012-07-04xserver: replace separate paths with an option/value mapPeter Hutterer2-12/+41
2012-07-04environment: remove default settingsPeter Hutterer1-9/+13
2012-07-04xserver: return used display number from Start()Peter Hutterer2-5/+11
2012-07-04xserver: add Start() for default binary pathPeter Hutterer2-0/+8
2012-07-04xserver: move Terminate and Kill handling herePeter Hutterer3-28/+50
2012-07-04xserver: move testing startup to the XServer objectPeter Hutterer3-35/+42
2012-07-04xserver: move starting the process into the XServer objectPeter Hutterer3-6/+16
2012-07-04xserver: store config, logfile, binary paths in the XServer objectPeter Hutterer3-2/+40
2012-07-04xserver: add WaitForConnections()Peter Hutterer3-33/+41
2012-07-04Add a new class representing the X serverPeter Hutterer8-11/+323
2012-07-03Rename headers to use dashes onlyPeter Hutterer16-558/+576
2012-07-03Add note to Makefile.am that new sources must be added to xorg-gtest-all.cppPeter Hutterer1-0/+1
2012-07-03Rename XSERVER_LIBS to X11_LIBSPeter Hutterer2-3/+3
2012-06-28Add some comments to the whacky library buildingPeter Hutterer1-0/+3
2012-06-28include: fix typo doxygen complains aboutPeter Hutterer1-1/+1
2012-06-28Split usage help text into a helper functionPeter Hutterer1-11/+14
2012-06-27Fix up a couple of doxygen linksPeter Hutterer5-5/+5
2012-06-27Build documentation if doxygen is availablePeter Hutterer2-0/+5
2012-06-27doc: shut up doxygenPeter Hutterer1-1/+1
2012-06-27Add a few linebreaks into the standard error noticePeter Hutterer1-2/+2
2012-06-08Release version 0.3.0Chase Douglas1-1/+1
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-24Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/test/xorg-gtestChase Douglas6-7/+7
2012-05-24Update source files to use new headersPeter Hutterer6-7/+7
2012-05-21Namespace xorg-gtest header filenamesChase Douglas6-8/+8
2012-05-21Add comment to Makefile-xorg-gtest.am about compiling with -wChase Douglas1-0/+3
2012-05-18Namespace xorg-gtest header filenamesChase Douglas6-8/+8
2012-05-18Add comment to Makefile-xorg-gtest.am about compiling with -wChase Douglas1-0/+3
2012-05-18examples: built tests as noinst_PROGRAMSPeter Hutterer1-2/+2
2012-05-18m4: if a source is specified, use that for the include pathPeter Hutterer2-13/+13
2012-04-23Wait for dummy X server to shut down in Environment::TearDown()Chase Douglas1-6/+24
2012-04-23Provide a full server layout in dummy.confChase Douglas1-0/+10
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 Douglas2-0/+11
2012-03-26Add missing Identifier name to 99-virtual-test-devices.confChase Douglas1-0/+1
2012-03-23Add an xorg configuration file snippet to disable grabbing of test devices.Thomas Voß2-1/+8
2012-03-19Release version 0.2.0Chase Douglas1-1/+1
2012-03-19Ship xorg-gtest.m4 and Makefile-xorg-gtest.amChase Douglas7-6/+272
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