summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-05-02tet: Use libtool to combine the libraries where necessaryDan Nicholson6-14/+16
It turns out that what the original build was doing was building a bunch of little libapi.a archives and then adding all the members to a big libapi.a. Libtool handles this for us, so now the big master library is apilib/libapi.la.
2009-04-28Build the fonts and font libraryDan Nicholson5-1/+27
This requires bdftopcf and mkfontdir to create the fonts.
2009-04-28Kill implicit declaration warnings for standard C APIDan Nicholson17-50/+68
2009-04-28Build the rest of the xts librariesDan Nicholson14-1/+160
I think this is all the libraries and we can move on to handling the actual tests.
2009-04-28Don't declare malloc, pleaseDan Nicholson2-4/+2
Let's be sensible and just include stdlib.h when we want to use malloc. It is 2009.
2009-04-27Begin building xts librariesDan Nicholson7-17/+401
This includes a makefile stub, common.mk, to collect the myriad of variables used in the build. It's a trimmed down version of tetbuild.cfg. Hopefully most of it can go away as the build gets squared away.
2009-04-27Don't install tccDan Nicholson1-1/+1
At least for now, it will only be used within the xtest repo.
2009-04-26No need to declare installation directories for noinst_LIBRARIESDan Nicholson2-2/+0
2009-04-26Ignore more generated filesDan Nicholson1-0/+6
2009-04-26Remove per-target CFLAGS where unnecessaryDan Nicholson8-14/+8
2009-04-25Ignore autotools generated filesDan Nicholson1-8/+19
2009-04-25Don't require NEWS, README and friendsDan Nicholson1-1/+1
2009-03-21Add autogen.shPeter Hutterer1-0/+12
2009-03-21replace includes for config.h with tet3_config.hPeter Hutterer15-15/+16
2009-03-21remove configurePeter Hutterer1-302/+0
2009-03-21more gitignoringPeter Hutterer1-0/+9
2009-03-21autotoolPeter Hutterer21-34/+58
move original Makefiles to makefile.old
2009-03-21Revert "Remove some file include idiocy."Peter Hutterer2-38/+66
This reverts commit 82d8bada8b53bc9d955a02da3078dc5eacb91940.
2009-03-21Add a bunch of Makefile.amsPeter Hutterer9-3/+271
2009-03-21rename a config.h to tet3_config.h to avoid name clashesPeter Hutterer1-0/+0
2009-03-21Remove some file include idiocy.Peter Hutterer2-66/+38
version.c has nothing interesting, but it depends on libvers.c's #defines. WTF wasn't that just in the same file in the first place??
2009-03-21rename top-level inc/ to include/Peter Hutterer3-437/+0
2009-03-21makefile.am'sPeter Hutterer6-1/+94
2009-03-20Automake the lotPeter Hutterer4-5/+52
2009-03-20Add gitignore file.Peter Hutterer1-0/+2
2009-03-20tet3: remote SIGINT signal handler.Peter Hutterer1-25/+0
It's hard to find a more annoying feature than not being able to CTRL+C something.
2007-10-15Bug #8081: Fix bad prototypes that broke xtest on I32LP64.anholt2-89/+21
While here, fix some printf formatting. Submitted by: Gordon Jin <gordon.jin@intel.com>
2007-05-14In test 1 calculate a valid bytes_per_line value for each visualgwc1-24/+27
2006-12-07Patch from bug #7428 - remove MAXBUTTON=5 constraintsgwc2-24/+23
2006-11-14Fix bug #4528 - avoid potential double free()anderson1-3/+7
2006-06-06Various portability fixesgwc2-128/+208
2006-05-12In test 6 avoid using client2 in both parent and child bygwc1-14/+56
calling XOpenDisplay() instead of opendisplay() and moving the XCheckWindowEvent() on client2 into the child.
2006-02-20Displays must not be shared across a fork(2), but opendisplay causes ↵jamey2-6/+14
XCloseDisplay to be called in the parent at test end. Just use XOpenDisplay for the connection used in the child.
2005-12-18Check for an auto-flushing Xlib and report UNTESTED in that case.jamey1-2/+13
2005-12-08Oops, variable references not allowed in tetexec.cfg. Substitute TET_ROOT ↵jamey1-1/+1
when xts-config is run instead.
2005-12-08New script to auto-configure tetexec.cfg from a running X server.jamey1-0/+136
2005-11-03clean up all vsw5 paths to use xts5 instead.jmichael1053-5173/+8322
2005-11-01Numerous changes to eliminate the need for wclean. It is replaced by doingidr5-163/+29
'wbuild clean'. tetclean.cfg will soon get the axe as well.
2005-11-01Ignore all generated build and execution results directories.jamey1-0/+1
2005-11-01Add a target for compiling the tests, and include it in make all.jamey1-3/+9
2005-11-01Recurse into xts5 when making all.jamey1-0/+1
2005-11-01Copy tetbuild.cfg from the configs directory if possible and needed; ↵jamey1-0/+1
therefore it is a generated file.
2005-11-01Gutted brain-dead logic. Removed (worthless) RCS log from file.idr1-45/+4
2005-11-01Copy tetbuild.cfg from the configs directory if possible and needed; ↵jamey8-485/+24
cvsignore output from make build.
2005-10-31Add Makefile for building TET, plus appropriate .cvsignore files.jamey15-0/+26
2005-10-31Importing TET 3.3h (unsupported) sources from ↵jamey490-0/+95197
http://tetworks.opengroup.org/tet/tet3.3h-unsup.src.tgz. Omitted the contrib directory: we don't care, and the license situation wasn't entirely clear.
2005-07-06Get TET_ROOT from the env where it can be more easily setanderson1-3/+7
2005-04-21these files are generated and should not be in cvsajosey8-1554/+0
2005-04-21resync to VSW5.1.5ajosey88-1012/+1678
2005-04-21resync to VSW5.1.5ajosey1-44/+25