Commit Graph

  • 7a0dae850d renamed comma variable kikito 2013-09-14 17:06:06 +0200
  • c34213d266 refactor type sorting kikito 2013-09-14 16:45:31 +0200
  • 04aea86a32 refactoring of id-related metatables kikito 2013-09-14 16:12:24 +0200
  • 67f12d3664 Merge pull request #7 from CheyiLin/master Enrique García 2013-09-14 05:24:39 -0700
  • e15c40b238 moved to MIT license kikito 2013-09-14 13:17:48 +0200
  • e6e4d07e51 add luajit cdata test Cheyi Lin 2013-06-27 18:05:19 +0800
  • 59e989480d remove local declarations at the top Cheyi Lin 2013-06-27 18:03:26 +0800
  • 2a0214c0b7 remove duplicated declaration Cheyi Lin 2013-06-19 22:59:34 +0800
  • f9575fd443 arbitrary type support (e.g., LuaJIT's cdata) Cheyi Lin 2013-06-19 19:33:16 +0800
  • 091b62cd5d bump to v1.2.1 v1.2.1 kikito 2013-01-21 00:51:44 +0100
  • 2b502e1a81 fixed metatable-related loop when a table is its own index. References #4 kikito 2013-01-21 00:49:22 +0100
  • 1514d86828 fix overflow when a table is its own metatable. References #4 kikito 2013-01-20 17:23:36 +0100
  • 0571e63e01 use busted for specs instead of telescope kikito 2013-01-20 17:07:41 +0100
  • e2fe8827e4 Update README.md Enrique García 2013-01-02 01:59:15 +0100
  • ce3269766e Update .travis.yml Enrique García 2013-01-02 01:53:53 +0100
  • 8c78b64d2a Create .travis.yml Enrique García 2013-01-01 16:50:54 -0800
  • 33cda55688 updated rockspec v1.2.0 kikito 2012-11-05 23:37:53 +0100
  • 8c1e844845 added rockspec kikito 2012-11-03 20:23:43 +0100
  • 14a63ac985 transformed inspect into a callable table with _VERSION attribute kikito 2012-11-03 15:17:14 +0100
  • 9df9eaf1c4 updated README kikito 2012-10-30 00:21:31 +0100
  • 3c74d1ccc4 updated README kikito 2012-10-30 00:17:50 +0100
  • 66ffbd5ed1 bumped version to 1.2.0 kikito 2012-10-30 00:05:39 +0100
  • 4cffae8b5b updated README with the new changes kikito 2012-10-30 00:02:12 +0100
  • f4eceb558a spacing in spec kikito 2012-10-29 23:41:56 +0100
  • 78c4643ba0 made depth default to infinite kikito 2012-10-29 23:32:44 +0100
  • b744b7f3f8 removed table ids from tables that appear less than twice. Fixes #2 kikito 2012-10-29 23:26:49 +0100
  • d01950cee3 removed should from specs. fixes #3 kikito 2012-10-29 21:11:20 +0100
  • fa1ef6683e other minor refactors kikito 2012-10-29 21:05:31 +0100
  • 282800b478 small refactor kikito 2012-10-29 20:49:20 +0100
  • 54ef1b0711 Update README.textile Enrique García 2011-12-05 19:51:36 +0100
  • 6099c50497 v1.1.1 1.1.1 Enrique García Cota 2011-08-13 00:53:48 +0200
  • 4c92bad614 simplified spec running. Added new instructions for it. Managed case where __toString throws an error. Made local a function that was global by mistake Enrique García Cota 2011-08-13 00:52:55 +0200
  • ca9e012357 edited README Enrique García Cota 2011-05-10 00:48:23 +0200
  • 8804f4f1a8 added counters for functions, tables, userdata and threads. updated to v1.1 1.1 Enrique García Cota 2011-05-10 00:31:56 +0200
  • 3f50db4dbe Edited BSD-LICENSE.txt via GitHub Enrique García 2011-04-25 05:13:26 -0700
  • b0d37e5251 fixed comment typos Enrique García Cota 2011-04-24 15:07:18 +0200
  • 1583badc2f updating version to 1.0 1.0 Enrique García Cota 2011-04-24 02:49:32 +0200
  • 73af6baafa updated readme Enrique García Cota 2011-04-24 02:46:52 +0200
  • f46ce9b86b added __tostring comment at the beginning, if possible Enrique García Cota 2011-04-24 02:09:24 +0200
  • 395b02ecbe added metatable support Enrique García Cota 2011-04-24 01:39:05 +0200
  • 4ddef3ccae refactorized putTable & comma control Enrique García Cota 2011-04-24 01:26:10 +0200
  • 845a045962 refactorized level control Enrique García Cota 2011-04-24 01:19:49 +0200
  • c25b42a610 keys sorting is now explicitly tested Enrique García Cota 2011-04-24 01:11:51 +0200
  • 80feaaf4d0 Depth control also working on keys Enrique García Cota 2011-04-24 01:02:05 +0200
  • 4572d02f72 I didnt commit the right stuff on previous commit. fixing that Enrique García Cota 2011-04-24 00:46:43 +0200
  • 71bf1a87a0 depth works on values. It was too easy Enrique García Cota 2011-04-24 00:43:55 +0200
  • 4e3eb102ed tables working quite well, I am happy :) Enrique García Cota 2011-04-24 00:16:36 +0200
  • b51be52bf0 nested dictionary tables start working Enrique García Cota 2011-04-24 00:04:45 +0200
  • 51153a31c6 first tests with dictionary-type table are passing! Enrique García Cota 2011-04-23 23:29:52 +0200
  • ecf208a938 organized tests into groups Enrique García Cota 2011-04-23 21:33:03 +0200
  • 87b3e1d82c strings were a bit difficult Enrique García Cota 2011-04-23 21:00:41 +0200
  • b8286f82dc nested tables Enrique García Cota 2011-04-23 20:17:43 +0200
  • 77104ea09e simple arrays Enrique García Cota 2011-04-23 20:07:57 +0200
  • b66508cb56 you are right. scrapping everything over and starting again Enrique García Cota 2011-04-23 19:50:11 +0200
  • 3d3840393e allright, so you just wrote a bunch of code without writing any tests. Now scrap it and start over, writing those damn tests! Enrique García Cota 2011-04-23 19:48:43 +0200
  • afb50da598 initial commit Enrique García Cota 2011-04-21 01:12:23 +0200
  • 14bbbdc78f initial commit Enrique García Cota 2011-04-21 01:11:42 +0200