Luabind is a library that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. It will also supply the functionality to define classes in lua and let them derive from other lua classes or C++ classes. Lua classes can override virtual functions from their C++ baseclasses. It is written towards Lua 5.x, and does not work with Lua 4. It is implemented utilizing template meta programming. That means that you don't need an extra preprocess pass to compile your project (it is done by the compiler). It also means you don't (usually) have to know the exact signature of each function you register, since the library will generate code depending on the compile-time type of the function (which includes the signature). The main drawback of this approach is that the compilation time will increase for the file that does the registration, it is therefore recommended that you register everything in the same cpp-file. WWW: http://www.rasterbar.com/products/luabind.html > cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/artwiz-aleczapka
Commit message (Expand)AuthorAgeFilesLines
* Make fonts repecting XDGbapt2015-03-223-31/+24
* - Drop @dirrm* from pkg-plistsamdmi32015-01-291-1/+0
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-081-1/+1
* Move to USES=tar:bzip2garga2014-05-161-1/+1
* . Support STAGEgarga2013-11-012-11/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Some indent changesgarga2010-01-281-11/+11
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20