Fork of SQRat

Wizzard 0fe5394d83 Added function HasSlot to the Object class (issue #90) 8 rokov pred
autotools 1092ec374b Add test of reduced sq_createinstance. 10 rokov pred
gtest-1.3.0 cc31eccd5b fix to allow compiling with gcc 4.7 or later without -fpermissive 11 rokov pred
include 0fe5394d83 Added function HasSlot to the Object class (issue #90) 8 rokov pred
sq 590997db0d really add sqratArray.h; correct preprocessor comparsion operator for VERSION 13 rokov pred
sqimport e93d05f593 work in progress... not building at this stage 11 rokov pred
sqrattest b003462280 Fixed issue #82 (all unit tests pass, thanks MadrMan) 9 rokov pred
sqratthread 424e897011 fix for SourceForge Bug 3600073, name space pollution cleanup 11 rokov pred
Doxyfile 5efc19b646 Documented sqratAllocator.h for Doxygen 11 rokov pred
README.txt 33171e8663 Changed what the readme says a little and deleted create_release_targz.sh 10 rokov pred
running_tests.txt 36bd8ffa09 extend the supported number of global method parameters up to 14 13 rokov pred
sqrat.sln 9e5e7546ba 0.8 (09/20/2009) 15 rokov pred

README.txt

Sqrat - Squirrel Binding Utility

© 2009 Brandon Jones
© 2011-2014 Li-Cheng (Andy) Tai
© 2013-2014 Brandon Haffen AKA Wizzard


Sqrat is a C++ binding utility for the Squirrel language.
Up-to-date documentation can be created using Doxygen.
Slightly outdated documentation can be found at
http://scrat.sourceforge.net/0.9/

Sqrat only contains C++ headers so for installation you just
need to copy the files in the include directory to
some common header path, such as /usr/local/include.

However, an autotool based build system can be checked out from
the code repository (not in the relase tar file to reduce file size)
which allows you to install, on POSIX systems, with
the familiar commands of

autotool/configure --prefix=
make && make install

You can then run

make check

to run the unit tests.

Alternatively you can follow the steps in
running_tests.txt

to directly run unit tests.

For more information, see index.html in the docs subdirectory

Discussion and User Support

Discussion about Sqrat happens at the Squirrel language forum,
the Bindings section
http://squirrel-lang.org/forums/default.aspx?g=topics&f=4

Bug Reporting

Bug reports or feature enhancement requests and patches can
be submitted at the SourceForge Sqrat site
https://sourceforge.net/tracker/?group_id=261661&atid=2349886