1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
conky/3rdparty/toluapp/debian/changelog
Brenden Matthews bb8723dd36
Add toluapp subtree (#712)
* First commit!

* Import to git

* Droping down CMake requirement

* Corrected installation of libraries

* Adding travis build

* Updated cmake macros

* Fixed find package

* Updated travis hook

* Updated travis hook

* Patch to support Lua 5.3.

* Fix Lua header include directives in tolua++.h

Use angle bracket rather than double quotes when including Lua headers in the tolua++ header. This fixes a problem on systems that default to a Lua version newer than 5.1 and install the tolua++ header to the same directory as newer Lua headers.

As there are (usually) no Lua headers in the same directory when building tolua++ itself, the preprocessor will look to the include directories passed to the compiler, one of which would be the Lua 5.1 include directory, and tolua++ will build with those (correct) headers. Then the tolua++ header is usually installed in the default include directory, alongside the newer Lua headers, which you wouldn't expect to cause any trouble.

But it does cause trouble when trying to build other programs that include the tolua++ header, because now the preprocessor does find Lua headers in the same directory as the tolua++ header, which are the newer (incorrect) headers. Now the program will either fail to compile, because it doesn't support the newer headers, or fail to link with the tolua++ shared object because they were compiled against different Lua headers.

Using angle brackets instead of double quotes in the include directives will fix the problem, because then the preprocessor will look to the include directories passed to the compiler first.

See http://www.cegui.org.uk/forum/viewtopic.php?f=10&t=7195

* Remove email notifications.

* Update travis build.

* Build shared and static libs.

* Patch toluapp to support Lua 5.3.

With this change, support for Lua 5.1 is dropped.

This resolve #116.

* Add some comments to clarify the toluapp handling.

* Add minor sonar fix.
2018-12-20 15:18:51 -05:00

122 lines
3.1 KiB
Plaintext

tolua++ (1.0.92pre1-1) unstable; urgency=low
* fixed array bound check bug
* moved parsing of 'extern' keyword to the parser
* fixed bug in module name generation from package filename
* added -E command line option
-- Ariel Manzur <puntob@gmail.com> Mon, 13 Mar 2006 19:28:14 -0300
tolua++ (1.0.8pre3-1) unstable; urgency=low
* changed tolua_touserdata
* fixed bugs
-- Ariel Manzur <puntob@gmail.com> Tue, 13 Dec 2005 01:46:33 +0100
tolua++ (1.0.7-1) unstable; urgency=low
* added -C flag
* added object access
* added parser_hook
* merged Mildred's patch (sorry, no last name): code on open function is
nested, embedded lua chunks have better names
-- Ariel Manzur <puntob@gmail.com> Tue, 18 Oct 2005 22:51:04 -0300
tolua++ (1.0.6-1) unstable; urgency=low
* fixed parser bugs
* added tolua_property
* added TOLUA_PROTECTED_DESTRUCTOR
* added inheritance from C objects by lua objects
* fixed class constructor bug (calling the class name directly works)
-- Ariel Manzur <puntob@gmail.com> Sat, 6 Aug 2005 09:24:10 -0300
tolua++ (1.0.6pre3-1) unstable; urgency=low
* fixed tolua_tocppstring
-- Ariel Manzur <puntob@gmail.com> Sun, 26 Jun 2005 21:01:50 -0300
tolua++ (1.0.6pre2-1) unstable; urgency=low
* fixed c compilation bug
* added -D flag
* fixed tolua.releaseownership?
-- Ariel Manzur <puntob@gmail.com> Mon, 2 May 2005 20:56:04 -0300
tolua++ (1.0.6pre1-1) unstable; urgency=low
* something
-- Ariel Manzur <puntob@gmail.com> Wed, 27 Apr 2005 00:09:41 -0300
tolua++ (1.0.5-1) unstable; urgency=low
* fixed missed inheritance bug.
* ready for 1.0.5
-- Ariel Manzur <puntob@gmail.com> Fri, 8 Apr 2005 23:15:19 -0300
tolua++ (1.0.5~pre6-1) unstable; urgency=low
* fixed bug in tolua.cast (introduced on previous version)
-- Ariel Manzur <puntob@gmail.com> Sat, 2 Apr 2005 00:36:45 -0300
tolua++ (1.0.5~pre5-1) unstable; urgency=low
* fixed bug in tolua.cast
-- Ariel Manzur <puntob@gmail.com> Fri, 18 Mar 2005 01:13:55 -0300
tolua++ (1.0.5~pre4-1) unstable; urgency=low
* fixed support for overloading methods across multiple class definitions
-- Ariel Manzur <puntob@gmail.com> Thu, 3 Mar 2005 19:03:04 -0300
tolua++ (1.0.5~pre3-1) unstable; urgency=low
* fixed bugs in parser
-- Ariel Manzur <puntob@gmail.com> Sun, 20 Feb 2005 19:56:32 -0300
tolua++ (1.0.5~pre2-1) unstable; urgency=low
* added tolua_outside
-- Ariel Manzur <puntob@gmail.com> Fri, 11 Feb 2005 02:50:45 -0300
tolua++ (1.0.5~pre1-1) unstable; urgency=low
* fixed bug in type detection
* fixed bug in code output for static variables
-- Ariel Manzur <puntob@gmail.com> Thu, 3 Feb 2005 02:05:43 -0300
tolua++ (1.0.4-3) unstable; urgency=low
* jumped the gun on the previous release
-- Ariel Manzur <puntob@gmail.com> Thu, 20 Jan 2005 23:20:17 -0300
tolua++ (1.0.4-2) unstable; urgency=low
* added optimize flags for binary package
-- Ariel Manzur <puntob@gmail.com> Fri, 14 Jan 2005 00:43:09 -0300
tolua++ (1.0.4-1) unstable; urgency=low
* Initial Release.
-- Ariel Manzur <puntob@gmail.com> Thu, 30 Dec 2004 11:59:14 -0300
Local variables:
mode: debian-changelog
End: