summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Fix zero as null pointer constant warningsPovilas Kanapickas1-1/+1
2013-02-01fix 'make check' failure in a headless environmentStephen M. Webb2-1/+7
2012-12-14examples: Document two variables to silence doxygenPeter Hutterer2-0/+2
2012-12-05Fix CFLAGS to find correct header filesKeith Packard1-5/+5
2012-11-07examples: add test examples for manual XServer controlPeter Hutterer2-1/+111
2012-11-07examples: rename xorg-gtest-example to indicate it's an Environment examplePeter Hutterer2-10/+92
2012-11-07xserver: make second arg to SetOption() default to ""Peter Hutterer1-0/+0
2012-11-07examples: use abs_top_srcdir to link to the config filePeter Hutterer1-1/+1
2012-10-17examples: fix compiler warningPeter Hutterer1-1/+1
2012-10-10Fix up build system to use the googletest import buildPeter Hutterer1-1/+3
2012-07-03Rename XSERVER_LIBS to X11_LIBSPeter Hutterer1-2/+2
2012-07-03Add some comments to the whacky library buildingPeter Hutterer1-0/+3
2012-07-03Fix up a couple of doxygen linksPeter Hutterer1-1/+1
2012-05-24Update source files to use new headersPeter Hutterer1-1/+1
2012-05-18examples: built tests as noinst_PROGRAMSPeter Hutterer1-2/+2
2012-03-16Build gtest as part of the projectChase Douglas1-5/+37
2012-03-16Move xorg-gtest.cpp to xorg-gtest-example.cppChase Douglas2-1/+1
2012-03-06Use BASE_CXXFLAGS from xorg macrosChase Douglas1-1/+1
2012-03-01Relicense under the X.org preferred licenseChase Douglas1-11/+17
2012-02-26examples/test.cpp: fatal error: X11/Xlib.h: No such file or directoryGaetan Nadon1-4/+2
2012-02-02Fix build system.Jussi Pakkanen1-2/+4
2011-12-21Rename xorg_gtest_example to xorg-gtest-exampleChase Douglas1-1/+1
2011-12-16Merged in lp:~chasedouglas/xorg-gtest/fixes.Thomas Voß1-1/+5
2011-12-14Fix gtest cpp flagsChase Douglas1-1/+5
2011-12-14Remove license header from exampleChase Douglas1-21/+0
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß2-0/+64