Alberto Demichelis
a7df1b46a4
Merge pull request #105 from zeromus/master
...
replace newly added sqtype with previously existing sq_type
2017-09-26 18:06:51 +08:00
zeromus
31738a5b37
use sq_type (which already existed in the public API) instead of the identical sqtype (which was introduced by commit a3a78eec2050162c4912a5208f92b27f658976d8)
2017-09-22 21:22:43 -04:00
Alberto Demichelis
a0857ae0b8
Merge pull request #97 from miconda/master
...
configurable makefile vars from command line
2017-07-31 15:41:36 +08:00
Alberto Demichelis
7e72756c52
Merge pull request #99 from dut-lang/copyright2017
...
update Copyright year 2016 to 2017
2017-07-31 15:40:44 +08:00
Alberto Demichelis
a3a78eec20
Merge pull request #100 from zeromus/master
...
rename `type` macro to `sqtype`
2017-07-31 15:39:52 +08:00
zeromus
57ca6c191e
rename type
macro to sqtype
2017-07-29 14:51:26 -05:00
Avelino
40e994bc88
update Copyright year 2016 to 2017
2017-07-15 10:05:08 -03:00
Daniel-Constantin Mierla
3c8d024bdb
configurable makefile vars from command line
...
- OUT and INCZ can be set in command line
- DEFS can be set via CC_EXTRA_FLAGS
- use the vars in sqstdlib makefile
2017-06-26 22:45:09 +02:00
Alberto Demichelis
2186a3fe21
Merge pull request #95 from kainjow/patch-1
...
Fix typo
2017-06-19 23:26:21 +08:00
Alberto Demichelis
5dcf698a91
Merge pull request #94 from mfxmfx/normalize-whitespace
...
Normalize whitespace.
2017-06-19 23:25:55 +08:00
Kevin Wojniak
304be42986
Fix typo
2017-06-14 08:39:58 -07:00
Markus F.X.J. Oberhumer
00b4d3abd1
Normalize whitespace.
...
Strip trailing whitespace, de-tabify and ensure that each file
ends with a newline.
2017-06-14 14:09:53 +02:00
Alberto Demichelis
9dd92a7d49
Merge pull request #87 from paulsapps/ci_builds
...
Enable travisci and appveyor for auto building of pull requests
2017-05-03 03:03:03 +08:00
Alberto Demichelis
4df9f90385
Merge pull request #88 from paulsapps/fix_85
...
Fix gcc warning by setting the C lang version
2017-04-24 15:43:49 +08:00
albertodemichelis
8471ad1aea
Merge branch 'master' of https://github.com/albertodemichelis/squirrel
2017-04-23 04:01:16 +08:00
albertodemichelis
a0e46fce11
improved stack cleanup for tailcalls
2017-04-23 03:54:12 +08:00
albertodemichelis
14cbc7b2dc
minor fixed assertion in compiler
2017-04-23 03:53:22 +08:00
paulm
c62aacd250
Fix gcc warning by setting the C lang version
2017-03-29 14:00:13 +01:00
paulm
d159befb13
Enable travisci and appveyor for auto building of pull requests
2017-03-29 13:38:51 +01:00
Alberto Demichelis
0bf296d46a
Merge pull request #86 from paulsapps/sq_disable_installer
...
Allow disable of CMake install() sections
2017-03-29 17:16:33 +08:00
Alberto Demichelis
5743cd5c91
Merge pull request #84 from paulsapps/msvc_warnings
...
Disable noisy MSVC warning that will never be fixed
2017-03-28 13:05:30 +08:00
Paul
76c67169ed
Disable noisy MSVC warning that will never be fixed
2017-03-27 21:13:42 +01:00
Paul
aa4afc5b14
Allow disable of CMake install() sections
2017-03-27 21:08:56 +01:00
Alberto Demichelis
5b3bfb21fb
Merge pull request #79 from paulsapps/master
...
Add DISABLE_DYNAMIC to disable building shared libs
2017-03-14 18:58:53 +08:00
Alberto Demichelis
6186e02a23
Merge pull request #80 from jansol/submodule-fix
...
Fix building as a git submodule.
2017-03-14 18:58:17 +08:00
Jan Solanti
bdcb7cc12b
Fix building as a git submodule.
...
CMAKE_SOURCE_DIR points at the root project's source dir,
which is wrong when building squirrel as a git submodule.
CMAKE_CURRENT_SOURCE_DIR points at the dir of the current
CMakeLists.txt and thus should be used most of the time.
2017-03-10 19:42:10 +02:00
Paul
d130dc5471
Add DISABLE_DYNAMIC to disable building shared libs for the case where you only want static libs.
2017-02-25 14:40:47 +00:00
albertodemichelis
be35cf850b
-fixed _set method in userdata deelegates
...
-fixed some warnings
-sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
2017-01-02 18:21:41 +08:00
Alberto Demichelis
05dbbc1820
Merge pull request #77 from iSLC/master
...
Never assume the format is actually a string.
2016-11-21 13:31:11 +08:00
Sandu Liviu Catalin
795af921cc
Never assume the format is actually a string.
...
The invoker should at least know that the value he specified is not of the correct type.
2016-11-16 10:47:29 +02:00
Alberto Demichelis
fae1cabb51
Merge pull request #73 from mfxmfx/fix-unused-arg-macro
...
Fix the SQ_UNUSED_ARG() macro so that is works with current gcc version.
2016-08-20 20:42:57 +08:00
Alberto Demichelis
cfd4df6988
Merge pull request #70 from dut-lang/issue_69
...
Fixed code style, remove the warning from gcc
2016-08-20 20:39:26 +08:00
Alberto Demichelis
c7a0707137
Merge pull request #72 from mfxmfx/normalize-whitespace
...
Normalize whitespace.
2016-08-20 20:38:16 +08:00
Markus F.X.J. Oberhumer
701a0e4ae5
Fix the SQ_UNUSED_ARG() macro so that is works with current gcc version.
2016-08-19 14:23:13 +02:00
Markus F.X.J. Oberhumer
eeba56c81b
Normalize whitespace.
...
Convert source files to Unix EOL mode, convert .bat files to DOS EOL
mode, de-tabify and strip trailing whitespace.
2016-08-19 13:40:31 +02:00
Avelino
48842f0979
fixing indentation error and return object delegate cycle
2016-08-17 20:23:08 -03:00
Avelino
f3bb11ef99
fixed typo, file indentation
2016-08-13 18:01:21 -03:00
Avelino
36c308bf57
Fixed code style, remove the warning from gcc
...
issue #69
2016-08-13 17:45:05 -03:00
albertodemichelis
bd43d374dc
minor documentation fixes
2016-08-07 01:29:58 +08:00
albertodemichelis
3019ac3c2c
fixed VC issue with VC
2016-07-30 19:13:29 +08:00
albertodemichelis
5e4bcebc6f
fixed VC issue with SQ_UNUSED_ARG
2016-07-30 19:13:05 +08:00
albertodemichelis
17124aa789
Merge branch 'master' of https://github.com/albertodemichelis/squirrel
2016-07-30 19:09:53 +08:00
albertodemichelis
2ad9683f54
added rawcall
2016-07-30 19:09:40 +08:00
Alberto Demichelis
d1d28aacc9
Merge pull request #66 from msakuta/master
...
Minor spelling fix
2016-07-21 18:14:09 +08:00
msakuta
15e2c23eea
Minor spelling fix
2016-07-19 16:19:35 -04:00
Alberto Demichelis
7629853586
Merge pull request #65 from zeromus/master
...
add mechanism for configuring squirrel by optionally #including a file in squirrel.h
2016-07-14 00:10:25 +08:00
zeromus
e618271e11
add mechanism for configuring squirrel by #including _SQ_CONFIG_INCLUDE, if it exists
2016-07-12 18:06:30 -05:00
zeromus
d81f7e1c9d
fix typo in sq_writeclosure error message
2016-06-26 20:19:51 -05:00
Alberto Demichelis
7aadf19f34
Merge pull request #63 from zeromus/master
...
documentation fixups
2016-06-24 23:50:16 +08:00
Alberto Demichelis
f7cf119db7
Merge pull request #61 from zeromus/getinteger-from-bool
...
support sq_getinteger() for bools
2016-06-24 23:17:32 +08:00