summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Ship xorg-gtest.m4 and Makefile-xorg-gtest.amsourceChase Douglas8-6/+239
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 Douglas5-74/+14
2012-03-16Build gtest as part of the projectChase Douglas3-26/+121
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-16Add a meta-header xorg-gtest.hChase Douglas3-5/+38
2012-03-16Install xorg-gtest source code in $(prefix)/src/xorg-gtestChase Douglas1-0/+3
2012-03-16Move xorg-gtest.cpp to xorg-gtest-example.cppChase Douglas2-1/+1
2012-03-09config: merge both AC_CONFIG_FILES statements.Gaetan Nadon1-4/+3
2012-03-09config: remove unrequired AC_SUBST DUMMY_CONF_PATH statementGaetan Nadon1-2/+0
2012-03-09config: use existing feature --enable-strict-compilationGaetan Nadon2-4/+0
2012-03-09config: support Automake 1.10Gaetan Nadon1-2/+1
2012-03-09config: remove redundant AC_PROG_INSTALLGaetan Nadon1-1/+0
2012-03-07Add xorg::testing::evemu::DeviceHEADmasterChase Douglas6-1/+218
2012-03-06Fix dummy.conf location definitionChase Douglas1-1/+1
2012-03-06Add examples/xorg-gtest-example to .gitignoreChase Douglas1-0/+1
2012-03-06Define automake CPP warning flags in Makefile.am, not configure.acChase Douglas2-3/+5
2012-03-06Use BASE_CXXFLAGS from xorg macrosChase Douglas4-9/+12
2012-03-06Split data and include build rules out of src build rulesChase Douglas6-11/+62
2012-03-01Relicense under the X.org preferred licenseChase Douglas12-799/+246
2012-02-29config: do not initialize libtool twiceGaetan Nadon1-2/+0
2012-02-29config: no need to m4_include gtest.m4Gaetan Nadon1-2/+0
2012-02-29Remove xorg-server pkgconfig checkChase Douglas1-1/+1
2012-02-29distcheck: cannot create directory `xorg-gtest-0.1.1': Permission deniedGaetan Nadon5-3/+9
2012-02-29distcheck fails: cannot open linker script file libxorg-gtest.verGaetan Nadon1-2/+2
2012-02-29Revert "Use the standard autogen.sh script from xorg"Gaetan Nadon1-2/+0
2012-02-26examples/test.cpp: fatal error: X11/Xlib.h: No such file or directoryGaetan Nadon1-4/+2
2012-02-26test.cpp: fatal error: X11/Xlib.h: No such file or directoryGaetan Nadon1-1/+1
2012-02-26Fix typo in .gitignore commentGaetan Nadon1-1/+1
2012-02-26Add standard xorg toplevel .gitignoreGaetan Nadon1-0/+78
2012-02-26Use the standard autogen.sh script from xorgGaetan Nadon1-0/+2
2012-02-24Release version 0.1.1Chase Douglas1-1/+1
2012-02-24Generate ChangeLog at make dist timeChase Douglas1-0/+5
2012-02-24Add GPLv3 license as COPYINGChase Douglas1-0/+674
2012-02-24Link libxorg-gtest_main against libxorg-gtestChase Douglas1-0/+2
2012-02-15Fix linking against X server libsChase Douglas1-2/+2
2012-02-06Add symbol version scriptsChase Douglas3-2/+28
2012-02-06Make Environment API property-based.Daniel d'Andrada5-51/+127
2012-02-03Ship conf filesChase Douglas1-0/+2
2012-02-03Add defines.h to the list of source filesChase Douglas1-0/+1
2012-02-02Fix build system.Jussi Pakkanen4-38/+38
2012-02-01And by default point to a location that doesn't require root privileges to be...Chase Douglas4-2/+53
2011-12-21Merge some miscellaneous fixesChase Douglas4-17/+10
2011-12-21Use "make doc" to build all documentationChase Douglas2-15/+4
2011-12-21Rename xorg_gtest_example to xorg-gtest-exampleChase Douglas1-1/+1
2011-12-21Install man pages tooChase Douglas1-0/+4
2011-12-21Start the so library version at 0.0.0Chase Douglas1-1/+1
2011-12-16Merged in lp:~chasedouglas/xorg-gtest/fixes.Thomas Voß10-47/+59