Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nxcompshad/src/Makefile.am: enable new ELF dtags to force RUNPATH creation ↵ | Mihai Moldovan | 2017-12-30 | 1 | -0/+1 |
| | | | | for libXcompshad. | ||||
* | nxcompshad/src/Makefile.am: implement libX11 RPATH/RUNPATH override. | Mihai Moldovan | 2017-12-30 | 1 | -1/+5 |
| | | | | | | | Same method as used in the previous commit, but easier done thanks to autotools and libtool. Fixes: ArcticaProject/nx-libs#610 | ||||
* | nxcompshad: silence GCC warnings | Ulrich Sibiller | 2017-12-28 | 2 | -4/+19 |
| | | | | Fixes ArcticaProject/nx-libs#572 | ||||
* | nxcompshad: Drop Cygwin/Win32 support. Has been untested and unused for a ↵ | Mike Gabriel | 2017-08-27 | 8 | -1430/+0 |
| | | | | | | | | long time. This code can be reactivated any time in the future once some potential maintainer turns up and makes this work on the MS Windows / Cygwin platform. | ||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | nxcompshad: Rewrite Logger class methods to properly take advantage of the ↵ | Mike Gabriel | 2017-07-13 | 2 | -8/+20 |
| | | | | 'gnu_printf' format attribute. | ||||
* | nxcompshad/src/Shadow.cpp: Drop duplicate prototype for ↵ | Mike Gabriel | 2017-07-13 | 1 | -2/+0 |
| | | | | NXShadowRemoveAllUpdaters(). Already in Shadow.h. | ||||
* | nxcompshad/src/Core.cpp: Don't redeclare (and shadow) curLine. Use ↵ | Mike Gabriel | 2017-07-13 | 1 | -21/+21 |
| | | | | curWorkLine instead. | ||||
* | nxcompshad/src/Regions.h: Avoid warning: ‘typedef’ was ignored in this ↵ | Mike Gabriel | 2017-07-13 | 1 | -1/+1 |
| | | | | declaration. Drop typedef declaration from _XRegion struct. | ||||
* | nxcompshad: Switch to autoreconf. | Mike Gabriel | 2017-07-13 | 22 | -0/+6316 |