Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-02 | tet: Use libtool to combine the libraries where necessary | Dan Nicholson | 6 | -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-28 | Build the fonts and font library | Dan Nicholson | 5 | -1/+27 | |
This requires bdftopcf and mkfontdir to create the fonts. | |||||
2009-04-28 | Kill implicit declaration warnings for standard C API | Dan Nicholson | 17 | -50/+68 | |
2009-04-28 | Build the rest of the xts libraries | Dan Nicholson | 14 | -1/+160 | |
I think this is all the libraries and we can move on to handling the actual tests. | |||||
2009-04-28 | Don't declare malloc, please | Dan Nicholson | 2 | -4/+2 | |
Let's be sensible and just include stdlib.h when we want to use malloc. It is 2009. | |||||
2009-04-27 | Begin building xts libraries | Dan Nicholson | 7 | -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-27 | Don't install tcc | Dan Nicholson | 1 | -1/+1 | |
At least for now, it will only be used within the xtest repo. | |||||
2009-04-26 | No need to declare installation directories for noinst_LIBRARIES | Dan Nicholson | 2 | -2/+0 | |
2009-04-26 | Ignore more generated files | Dan Nicholson | 1 | -0/+6 | |
2009-04-26 | Remove per-target CFLAGS where unnecessary | Dan Nicholson | 8 | -14/+8 | |
2009-04-25 | Ignore autotools generated files | Dan Nicholson | 1 | -8/+19 | |
2009-04-25 | Don't require NEWS, README and friends | Dan Nicholson | 1 | -1/+1 | |
2009-03-21 | Add autogen.sh | Peter Hutterer | 1 | -0/+12 | |
2009-03-21 | replace includes for config.h with tet3_config.h | Peter Hutterer | 15 | -15/+16 | |
2009-03-21 | remove configure | Peter Hutterer | 1 | -302/+0 | |
2009-03-21 | more gitignoring | Peter Hutterer | 1 | -0/+9 | |
2009-03-21 | autotool | Peter Hutterer | 21 | -34/+58 | |
move original Makefiles to makefile.old | |||||
2009-03-21 | Revert "Remove some file include idiocy." | Peter Hutterer | 2 | -38/+66 | |
This reverts commit 82d8bada8b53bc9d955a02da3078dc5eacb91940. | |||||
2009-03-21 | Add a bunch of Makefile.ams | Peter Hutterer | 9 | -3/+271 | |
2009-03-21 | rename a config.h to tet3_config.h to avoid name clashes | Peter Hutterer | 1 | -0/+0 | |
2009-03-21 | Remove some file include idiocy. | Peter Hutterer | 2 | -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-21 | rename top-level inc/ to include/ | Peter Hutterer | 3 | -437/+0 | |
2009-03-21 | makefile.am's | Peter Hutterer | 6 | -1/+94 | |
2009-03-20 | Automake the lot | Peter Hutterer | 4 | -5/+52 | |
2009-03-20 | Add gitignore file. | Peter Hutterer | 1 | -0/+2 | |
2009-03-20 | tet3: remote SIGINT signal handler. | Peter Hutterer | 1 | -25/+0 | |
It's hard to find a more annoying feature than not being able to CTRL+C something. | |||||
2007-10-15 | Bug #8081: Fix bad prototypes that broke xtest on I32LP64. | anholt | 2 | -89/+21 | |
While here, fix some printf formatting. Submitted by: Gordon Jin <gordon.jin@intel.com> | |||||
2007-05-14 | In test 1 calculate a valid bytes_per_line value for each visual | gwc | 1 | -24/+27 | |
2006-12-07 | Patch from bug #7428 - remove MAXBUTTON=5 constraints | gwc | 2 | -24/+23 | |
2006-11-14 | Fix bug #4528 - avoid potential double free() | anderson | 1 | -3/+7 | |
2006-06-06 | Various portability fixes | gwc | 2 | -128/+208 | |
2006-05-12 | In test 6 avoid using client2 in both parent and child by | gwc | 1 | -14/+56 | |
calling XOpenDisplay() instead of opendisplay() and moving the XCheckWindowEvent() on client2 into the child. | |||||
2006-02-20 | Displays must not be shared across a fork(2), but opendisplay causes ↵ | jamey | 2 | -6/+14 | |
XCloseDisplay to be called in the parent at test end. Just use XOpenDisplay for the connection used in the child. | |||||
2005-12-18 | Check for an auto-flushing Xlib and report UNTESTED in that case. | jamey | 1 | -2/+13 | |
2005-12-08 | Oops, variable references not allowed in tetexec.cfg. Substitute TET_ROOT ↵ | jamey | 1 | -1/+1 | |
when xts-config is run instead. | |||||
2005-12-08 | New script to auto-configure tetexec.cfg from a running X server. | jamey | 1 | -0/+136 | |
2005-11-03 | clean up all vsw5 paths to use xts5 instead. | jmichael | 1053 | -5173/+8322 | |
2005-11-01 | Numerous changes to eliminate the need for wclean. It is replaced by doing | idr | 5 | -163/+29 | |
'wbuild clean'. tetclean.cfg will soon get the axe as well. | |||||
2005-11-01 | Ignore all generated build and execution results directories. | jamey | 1 | -0/+1 | |
2005-11-01 | Add a target for compiling the tests, and include it in make all. | jamey | 1 | -3/+9 | |
2005-11-01 | Recurse into xts5 when making all. | jamey | 1 | -0/+1 | |
2005-11-01 | Copy tetbuild.cfg from the configs directory if possible and needed; ↵ | jamey | 1 | -0/+1 | |
therefore it is a generated file. | |||||
2005-11-01 | Gutted brain-dead logic. Removed (worthless) RCS log from file. | idr | 1 | -45/+4 | |
2005-11-01 | Copy tetbuild.cfg from the configs directory if possible and needed; ↵ | jamey | 8 | -485/+24 | |
cvsignore output from make build. | |||||
2005-10-31 | Add Makefile for building TET, plus appropriate .cvsignore files. | jamey | 15 | -0/+26 | |
2005-10-31 | Importing TET 3.3h (unsupported) sources from ↵ | jamey | 490 | -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-06 | Get TET_ROOT from the env where it can be more easily set | anderson | 1 | -3/+7 | |
2005-04-21 | these files are generated and should not be in cvs | ajosey | 8 | -1554/+0 | |
2005-04-21 | resync to VSW5.1.5 | ajosey | 88 | -1012/+1678 | |
2005-04-21 | resync to VSW5.1.5 | ajosey | 1 | -44/+25 | |