Commit Graph

  • b26f60fb2b Documentation can no longer be installed with CMake Fabian Wolff 2016-03-15 23:11:11 +01:00
  • cfafb8608a Merge branch 'master' into cmake Fabian Wolff 2016-03-15 23:04:38 +01:00
  • 9c95df0631 added documentation sources albertodemichelis 2016-03-14 23:35:04 +08:00
  • c474903549 Improve CMAKE_BUILD_TYPE handling Fabian Wolff 2016-03-13 15:08:25 +01:00
  • 2592e50f83 Implement more flexible installation Fabian Wolff 2016-03-13 14:36:10 +01:00
  • e9f7d4f264 Add -Wcast-qual to g++ flags Fabian Wolff 2016-03-09 18:16:55 +01:00
  • dc4eb2ad3e Fix DLL installation with MSVC Fabian Wolff 2016-03-08 14:43:19 +01:00
  • d9ce07f065 Merge branch master Fabian Wolff 2016-03-08 13:59:33 +01:00
  • 3090721fc6 solved annoying clang warning albertodemichelis 2016-03-07 23:57:01 +08:00
  • a9362e22df Merge pull request #21 from mfxmfx/silence-warnings albertodemichelis 2016-03-07 23:39:44 +08:00
  • 2fb3522470 Various improvements Fabian Wolff 2016-03-06 19:43:57 +01:00
  • 6dee69057e Silence all -Wunused-parameter warnings. Markus F.X.J. Oberhumer 2016-03-06 16:15:13 +01:00
  • bf2c28b0ce Silence all -Wmissing-field-initializer warnings. Markus F.X.J. Oberhumer 2016-03-06 16:04:32 +01:00
  • 026671b3d5 Silence some pedantic compilation warnings. Markus F.X.J. Oberhumer 2016-03-01 03:18:29 +01:00
  • 8dfee6dedd Remove trailing whitespace. Markus F.X.J. Oberhumer 2016-03-06 15:48:37 +01:00
  • b115b84dd1 escape() fix for different SQChar sizes albertodemichelis 2016-03-06 22:00:17 +08:00
  • 737ea798a8 added \u and \U escape sequence for UTF8,UTF16 or UCS4 characters the escape character \x is based on sizeof(SQChar) albertodemichelis 2016-03-05 19:29:14 +08:00
  • 26d018d8b5 Merge pull request #18 from mfxmfx/master albertodemichelis 2016-02-29 23:39:34 +08:00
  • ec36322140 Improve const-correctness. Markus F.X.J. Oberhumer 2016-02-22 22:04:10 +01:00
  • 0378c7016f Normalize whitespace. Markus F.X.J. Oberhumer 2016-02-15 20:51:20 +01:00
  • 20f6f78c8d Merge pull request #12 from M1cha/master albertodemichelis 2016-02-04 00:57:04 +08:00
  • 0568675561 switch to CMake build system M1cha 2016-01-29 18:56:44 +01:00
  • b14fc118c0 fixed regression in sq_resume albertodemichelis 2016-01-26 00:02:39 +08:00
  • 887f121555 overflow fix in modulo and division albertodemichelis 2016-01-26 00:01:26 +08:00
  • d23b238093 Ensure class constructors are functions Peter Hartley 2016-01-24 01:17:37 +08:00
  • 42ebb979ae Correct -ve string and array slicing Peter Hartley 2016-01-24 01:16:22 +08:00
  • 00f7a65aae Dont allow regexping off the end of a string Peter Hartley 2016-01-24 01:15:08 +08:00
  • c2e0203195 Fix for throwing exception from resumed generator Peter Hartley 2016-01-24 01:03:08 +08:00
  • b6a7d1da2d Merge pull request #1 from mingodad/master albertodemichelis 2016-01-21 19:57:12 +08:00
  • cf5b6bbabf Add array to the list of invalid types for sq_bindenv. Remove duplicated function calls with same parameters. mingodad 2016-01-18 20:48:39 +00:00
  • 85e82ea746 Remove set of unused variables. Add a new matching rule \m that behaves similar to lua %b, it matches a balanced open and close characters ex: \m() <- will match a balanced pair of ( and ) \m{} <- will match a balanced pair of { and } See lua %b for more info. Also include a nut file as example. mingodad 2016-01-18 20:32:38 +00:00
  • be2955b926 Remove multiple calls with same parameter by only one call. mingodad 2016-01-18 19:27:16 +00:00
  • fc3da7819f Fix possible buffer overflow, sizeof(SQChar) can be > 1 and the we need to reserve/allocate the correct size. mingodad 2016-01-18 19:00:59 +00:00
  • ff7704fa46 Remove double call to an already saved value. mingodad 2016-01-18 18:16:56 +00:00
  • 07fb2e313f Add a section to create missing folders on the main Makefile mingodad 2016-01-18 17:56:20 +00:00
  • 85dfe4b676 first commit albertodemichelis 2015-12-22 03:14:21 +08:00