Commit Graph

72 Commits

Author SHA1 Message Date
zeromus
b9fc931752 add some stack-condition error checking to sqstdlib registration routines and to sqstd_dofile 2016-04-20 21:19:24 -05:00
zeromus
72135d9a7f SQStream should have a virtual dtor, to shut up warnings and probably for some good reason but i dont know 2016-04-20 21:05:06 -05:00
zeromus
7305257b95 tidy sq_setreleasehook and sq_getreleasehook 2016-04-20 20:50:53 -05:00
zeromus
e347779446 fix various typos and incompletely apply very lightweight formatting normalization (continued) 2016-04-20 19:30:22 -05:00
Alberto Demichelis
4125aa515d Merge pull request #37 from appetizermaker/master
Fix small mistake on sqlexer.cpp
2016-04-19 23:57:11 +08:00
appetizermaker
ed23d140df Fix small mistake on sqlexer.cpp 2016-04-19 23:25:08 +09:00
Alberto Demichelis
8fb371b3fc Merge pull request #35 from zeromus/master
more docs fixups
2016-04-19 03:26:03 +08:00
zeromus
78b44c851b add a note to push a dummy value for sq_call when constructing an instance. this just cost me a lot of time! 2016-04-18 06:44:14 -05:00
zeromus
b35c9e827c fix various typos and incompletely apply very lightweight formatting normalization; clarify sq_getbyhandle applies to class or instance 2016-04-18 06:44:14 -05:00
Alberto Demichelis
f8f229fa00 Merge pull request #33 from zeromus/master
typos and grammar fixes
2016-04-15 19:31:43 +08:00
zeromus
175139968a error message fix: Unrecognozed ecoding 2016-04-14 18:28:56 -05:00
zeromus
c44d568a8b docs typo fix: ivoked&ecoding 2016-04-14 18:28:41 -05:00
zeromus
a70a135192 clarify sq_getmemberhandle - it only works on classes. not sure what vice-versa meant 2016-04-14 18:25:00 -05:00
zeromus
4fddb87839 tidy metamethods general docs 2016-04-14 18:23:45 -05:00
zeromus
4305796277 fix metamethod _get documentation from _get(idx,val) to _get(idx) 2016-04-14 18:22:20 -05:00
zeromus
953d9e9771 fix typo in error messages: "stack overflow, cannot resize stack while in a metamethod" 2016-04-14 18:17:45 -05:00
zeromus
2f6419f19b clarify sq_cmp 2016-04-14 18:13:13 -05:00
zeromus
9218082df1 defferentieate -> differentiate 2016-04-14 18:08:29 -05:00
zeromus
d02fa17be2 small typo and grammar fixes 2016-04-14 18:07:37 -05:00
Alberto Demichelis
98bb79893e Merge pull request #32 from Eiyeron/gitignore
Added a gitignore to hide the build/doc folders.
2016-04-10 23:18:59 +08:00
Eiyeron Fulmincendii
7233a7c7de Added a gitignore to hide the build/doc folders. 2016-04-09 20:30:10 +02:00
Alberto Demichelis
9f4407d8ef Merge pull request #31 from Eiyeron/upstream_docfix
Added some infos on how to build the documentation.
2016-04-07 22:08:52 +08:00
Eiyeron Fulmincendii
d9d0ebb4c0 Small mistyping fixes 2016-04-06 23:14:01 +02:00
Eiyeron Fulmincendii
558a4f4f3b Small format fix 2016-04-06 23:10:48 +02:00
Eiyeron Fulmincendii
d2e93dcba6 Added some infos on how to build the documentation. 2016-04-06 23:08:31 +02:00
Alberto Demichelis
6db0aa2095 Merge pull request #30 from FabianWolff/master
Fix minor spelling mistakes
2016-04-04 15:40:24 +08:00
Fabian Wolff
14ac45d285 Fix minor spelling mistakes 2016-04-03 17:48:40 +02:00
albertodemichelis
c52b25d864 documentation fixes 2016-03-27 19:58:27 +08:00
albertodemichelis
04a4ff5c8d fixed warning 2016-03-22 22:17:39 +08:00
albertodemichelis
ce0a33a591 Merge branch 'master' of https://github.com/albertodemichelis/squirrel 2016-03-22 22:14:23 +08:00
albertodemichelis
82241dd6a4 changes some version related numbers 2016-03-22 22:14:10 +08:00
albertodemichelis
c6f7004e57 Merge pull request #23 from mingodad/patch-1
Fix conversion of integers base >= 14
2016-03-22 22:13:24 +08:00
Domingo Alvarez Duarte
9245970906 Fix conversion of integers base >= 14 2016-03-21 23:11:46 +00:00
albertodemichelis
6a4173aaa5 Merge pull request #17 from FabianWolff/cmake
Various improvements of the build system
2016-03-18 02:07:18 +08:00
Fabian Wolff
ba57d3b592 Add option to disable static targets 2016-03-17 12:44:03 +01:00
Fabian Wolff
89b5c519af Improve Linux build 2016-03-16 00:01:16 +01:00
Fabian Wolff
b26f60fb2b Documentation can no longer be installed with CMake 2016-03-15 23:11:11 +01:00
Fabian Wolff
cfafb8608a Merge branch 'master' into cmake 2016-03-15 23:04:38 +01:00
albertodemichelis
9c95df0631 added documentation sources 2016-03-14 23:35:04 +08:00
Fabian Wolff
c474903549 Improve CMAKE_BUILD_TYPE handling 2016-03-13 15:08:25 +01:00
Fabian Wolff
2592e50f83 Implement more flexible installation 2016-03-13 14:36:10 +01:00
Fabian Wolff
e9f7d4f264 Add -Wcast-qual to g++ flags 2016-03-09 18:17:21 +01:00
Fabian Wolff
dc4eb2ad3e Fix DLL installation with MSVC 2016-03-08 14:48:19 +01:00
Fabian Wolff
d9ce07f065 Merge branch master 2016-03-08 13:59:33 +01:00
albertodemichelis
3090721fc6 solved annoying clang warning 2016-03-07 23:57:01 +08:00
albertodemichelis
a9362e22df Merge pull request #21 from mfxmfx/silence-warnings
Silence compiler warnings
2016-03-07 23:39:44 +08:00
Fabian Wolff
2fb3522470 Various improvements 2016-03-06 19:43:57 +01:00
Markus F.X.J. Oberhumer
6dee69057e Silence all -Wunused-parameter warnings. 2016-03-06 16:15:13 +01:00
Markus F.X.J. Oberhumer
bf2c28b0ce Silence all -Wmissing-field-initializer warnings. 2016-03-06 16:04:32 +01:00
Markus F.X.J. Oberhumer
026671b3d5 Silence some pedantic compilation warnings. 2016-03-06 15:49:46 +01:00