Commit History

作者 SHA1 備註 提交日期
  Fabian Wolff e9f7d4f264 Add -Wcast-qual to g++ flags 9 年之前
  Fabian Wolff dc4eb2ad3e Fix DLL installation with MSVC 9 年之前
  Fabian Wolff d9ce07f065 Merge branch master 9 年之前
  albertodemichelis 3090721fc6 solved annoying clang warning 9 年之前
  albertodemichelis a9362e22df Merge pull request #21 from mfxmfx/silence-warnings 9 年之前
  Fabian Wolff 2fb3522470 Various improvements 9 年之前
  Markus F.X.J. Oberhumer 6dee69057e Silence all -Wunused-parameter warnings. 9 年之前
  Markus F.X.J. Oberhumer bf2c28b0ce Silence all -Wmissing-field-initializer warnings. 9 年之前
  Markus F.X.J. Oberhumer 026671b3d5 Silence some pedantic compilation warnings. 9 年之前
  Markus F.X.J. Oberhumer 8dfee6dedd Remove trailing whitespace. 9 年之前
  albertodemichelis b115b84dd1 escape() fix for different SQChar sizes 9 年之前
  albertodemichelis 737ea798a8 added \u and \U escape sequence for UTF8,UTF16 or UCS4 characters 9 年之前
  albertodemichelis 26d018d8b5 Merge pull request #18 from mfxmfx/master 9 年之前
  Markus F.X.J. Oberhumer ec36322140 Improve const-correctness. 9 年之前
  Markus F.X.J. Oberhumer 0378c7016f Normalize whitespace. 9 年之前
  albertodemichelis 20f6f78c8d Merge pull request #12 from M1cha/master 9 年之前
  M1cha 0568675561 switch to CMake build system 9 年之前
  albertodemichelis b14fc118c0 fixed regression in sq_resume 10 年之前
  albertodemichelis 887f121555 overflow fix in modulo and division 10 年之前
  Peter Hartley d23b238093 Ensure class constructors are functions 10 年之前
  Peter Hartley 42ebb979ae Correct -ve string and array slicing 10 年之前
  Peter Hartley 00f7a65aae Dont allow regexping off the end of a string 10 年之前
  Peter Hartley c2e0203195 Fix for throwing exception from resumed generator 10 年之前
  albertodemichelis b6a7d1da2d Merge pull request #1 from mingodad/master 10 年之前
  mingodad cf5b6bbabf Add array to the list of invalid types for sq_bindenv. 10 年之前
  mingodad 85e82ea746 Remove set of unused variables. 10 年之前
  mingodad be2955b926 Remove multiple calls with same parameter by only one call. 10 年之前
  mingodad fc3da7819f Fix possible buffer overflow, sizeof(SQChar) can be > 1 and the we need to reserve/allocate the correct size. 10 年之前
  mingodad ff7704fa46 Remove double call to an already saved value. 10 年之前
  mingodad 07fb2e313f Add a section to create missing folders on the main Makefile 10 年之前