Commit Graph

429 Commits (master)

Author SHA1 Message Date
Daniel Kolesa 38e4270b56 fixes and cleanups 2016-08-01 21:35:42 +01:00
Daniel Kolesa 7e35653a43 do not pass CsState, can easily capture it when adding command 2016-08-01 19:33:40 +01:00
Daniel Kolesa d979a51c88 allow lambda captures on commands 2016-08-01 19:17:13 +01:00
Daniel Kolesa c6db0900ac remove commandn entirely (all funcs are converted) 2016-08-01 19:05:47 +01:00
Daniel Kolesa 37e7cc74af remove more commandn 2016-08-01 18:37:38 +01:00
Daniel Kolesa 3b478b111d disallow zero and one argument commandn 2016-08-01 03:00:58 +01:00
Daniel Kolesa 3000237c0a get rid of commandn from string lib 2016-08-01 02:54:10 +01:00
Daniel Kolesa 2e81a402f1 more commandn replacements 2016-08-01 01:52:35 +01:00
Daniel Kolesa a5903a6e0a remove some more commandn 2016-08-01 01:42:53 +01:00
Daniel Kolesa 14b13365ab limit commandn to 6 arguments at most 2016-08-01 01:31:56 +01:00
Daniel Kolesa 453776d362 use add_command a little more 2016-08-01 01:27:05 +01:00
Daniel Kolesa a12f01a8a2 var callbacks can now be lambdas 2016-08-01 01:10:21 +01:00
Daniel Kolesa 14678e0861 remove CommandFuncS 2016-08-01 00:49:28 +01:00
Daniel Kolesa 1c9d3d3aba swap add_command and add_commandn 2016-08-01 00:38:11 +01:00
Daniel Kolesa a32b2b970a use TvalRange for concat-commandn 2016-08-01 00:31:17 +01:00
Daniel Kolesa 49e09a117e add get_strr to retrieve read-only range without allocs 2016-07-31 00:49:32 +01:00
Daniel Kolesa 6922853d66 get_code for TaggedValue 2016-07-30 21:42:49 +01:00
Daniel Kolesa 364ca98e54 unexpose some APIs 2016-07-27 18:52:01 +01:00
Daniel Kolesa 0010511b6e format 2016-07-26 00:42:34 +01:00
Daniel Kolesa 5c034624a9 note 2016-07-24 00:16:00 +01:00
Daniel Kolesa f87de11b19 per-thread rundepth instead of per-state 2016-07-23 01:08:58 +01:00
Daniel Kolesa d584bc3ca6 per-state rundepth 2016-07-21 18:47:24 +01:00
Daniel Kolesa 72fe46a097 style updates 2016-07-17 18:50:40 +01:00
Daniel Kolesa 4b444c6eca get rid of some global state usage 2016-07-16 19:54:30 +01:00
Daniel Kolesa 6f14783bd3 remove a global 2016-07-15 18:33:04 +01:00
Daniel Kolesa 66c0414395 get rid of most of global state 2016-07-13 20:13:52 +01:00
Daniel Kolesa f8034d2b74 add support for setting ostd::String 2016-07-13 18:46:35 +01:00
Daniel Kolesa ed436f71a7 fix build with latest ostd 2016-05-18 21:08:46 +01:00
Daniel Kolesa afd381203a style 2016-04-02 20:16:09 +01:00
Daniel Kolesa 4d48366a24 visibility support 2016-03-17 21:21:45 +00:00
Daniel Kolesa f5d9c6e97c simplify makefile 2016-03-16 20:19:37 +00:00
Daniel Kolesa f9f2c1c903 comment 2016-03-06 21:51:11 +00:00
Daniel Kolesa 2dffd79d46 fix shadow warnings 2016-03-04 21:30:46 +00:00
Daniel Kolesa 4f6fdd2d83 add Makefile for shared library builds 2016-03-02 22:24:15 +00:00
Daniel Kolesa b8e752b6ba don't shadow 2016-02-29 00:56:53 +00:00
Daniel Kolesa 78568e4161 change stdlib init stuff 2016-02-28 22:21:28 +00:00
Daniel Kolesa 3f6f85645d add .so to gitignore 2016-02-26 00:15:08 +09:00
Daniel Kolesa 4e1b25a90a clarify shared library 2016-02-26 00:14:47 +09:00
Daniel Kolesa 04ab14e4ab readme 2016-02-24 07:26:23 +09:00
Daniel Kolesa 5d7248085f readme 2016-02-24 07:25:30 +09:00
Daniel Kolesa f281db5bec gitignore 2016-02-19 22:20:49 +00:00
Daniel Kolesa 22d0c5c26f fix unescape 2016-02-11 23:06:28 +00:00
Daniel Kolesa 38f3f5da64 trailing newlines 2016-02-07 21:22:39 +00:00
Daniel Kolesa e92c6ad831 style 2016-02-06 23:17:28 +00:00
Daniel Kolesa b6e567df51 switch libcubescript readme to c++14 2015-12-25 16:43:33 +01:00
Daniel Kolesa 833a1d1716 remove unused method 2015-12-24 15:58:50 +01:00
Daniel Kolesa 22f9373fe7 unexpose raw bytecode ref/unref (always use Bytecode objects) 2015-12-24 15:57:19 +01:00
Daniel Kolesa fa4381000e move Bytecode around a bit 2015-12-20 00:28:12 +01:00
Daniel Kolesa 6bcd53c51a operator bool for Bytecode objects 2015-12-20 00:21:19 +01:00
Daniel Kolesa 79f2db1f54 add API for handling safe bytecode objects (without manual refcount) 2015-12-19 16:05:38 +01:00