summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-14Merge example documentation fixesChase Douglas2-23/+2
2011-12-14Fix gtest cpp flagsChase Douglas4-6/+15
2011-12-14Use gtest lib path when checking for gtest libraryChase Douglas1-2/+2
2011-12-14Use Process::SetEnv() in Environment::SetUp()Chase Douglas1-1/+1
2011-12-14Make Process::GetEnv and SetEnv static methodsChase Douglas2-22/+24
2011-12-14Move SetUp and TearDown methods to protected sectionsChase Douglas2-10/+11
2011-12-14Don't install DoxyfileChase Douglas1-1/+1
2011-12-14Only install documentation if it was createdChase Douglas1-3/+5
2011-12-14Remove leftover geistest doc line in doc/Makefile.amChase Douglas1-2/+0
2011-12-14Don't link gtest when creating libraryChase Douglas1-6/+1
2011-12-14Include examples directory when scanning for documented sourcesChase Douglas1-2/+2
2011-12-14Remove license header from exampleChase Douglas1-21/+0
2011-12-14Merge in Doxygen branch, which also includes many fixesChase Douglas12-22/+2085
2011-12-14Merge gtest configure check fixesChase Douglas2-4/+11
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß8-2/+75