Fork of SQRat

Tobias Markus 7c0b911513 Add .gitignore file 7 年之前
autotools 1092ec374b Add test of reduced sq_createinstance. 11 年之前
gtest-1.3.0 cc31eccd5b fix to allow compiling with gcc 4.7 or later without -fpermissive 12 年之前
include 67add7b194 Remove one more instance of sq_poptop 7 年之前
sq 590997db0d really add sqratArray.h; correct preprocessor comparsion operator for VERSION 13 年之前
sqimport 0dff225574 Use std::string instead of C string for moduleName 7 年之前
sqrattest b003462280 Fixed issue #82 (all unit tests pass, thanks MadrMan) 10 年之前
sqratthread 564425209c Add forgotten include 7 年之前
.gitignore 7c0b911513 Add .gitignore file 7 年之前
CMakeLists.txt b64f66395d Build sqratthread as shared library 7 年之前
Doxyfile 5efc19b646 Documented sqratAllocator.h for Doxygen 11 年之前
README.txt 33171e8663 Changed what the readme says a little and deleted create_release_targz.sh 10 年之前
running_tests.txt 36bd8ffa09 extend the supported number of global method parameters up to 14 13 年之前
sqrat.sln 9e5e7546ba 0.8 (09/20/2009) 15 年之前

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