Menu

Tree [51909d] master /
 History

HTTPS access


File Date Author Commit
 autotools 2014-06-29 take_cheeze take_cheeze [1092ec] Add test of reduced sq_createinstance.
 gtest-1.3.0 2013-05-30 Andy Tai Andy Tai [cc31ec] fix to allow compiling with gcc 4.7 or later wi...
 include 2023-04-16 Patrix Patrix [51909d] Fixed sqrat not being updated completely to squ...
 sq 2011-10-20 Andy Tai Andy Tai [590997] really add sqratArray.h; correct preprocessor c...
 sqimport 2021-04-22 Patrix Patrix [37c586] Fixed compile error in gcc:
 sqrattest 2016-06-28 w1ck3dg0ph3r w1ck3dg0ph3r [f6e5f7] Added unit test LoadScriptBytecode, some minor ...
 sqratthread 2013-02-11 Andy Tai Andy Tai [424e89] fix for SourceForge Bug 3600073, name space pol...
 Doxyfile 2013-12-14 Wizzard033 Wizzard033 [5efc19] Documented sqratAllocator.h for Doxygen
 README.txt 2014-09-06 Wizzard033 Wizzard033 [33171e] Changed what the readme says a little and delet...
 running_tests.txt 2011-10-16 Andy Tai Andy Tai [36bd8f] extend the supported number of global method pa...
 sqrat.sln 2009-09-20 Brandon Jones Brandon Jones [9e5e75] 0.8 (09/20/2009)

Read Me

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=<prefix path>
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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.