Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More string_view | Benoit Germain | 2024-05-27 | 1 | -1/+1 | |
| | ||||||
* | namespace tweaks | Benoit Germain | 2024-05-27 | 1 | -14/+16 | |
| | ||||||
* | Process upvalues equal to _G in Lua51 as in other flavors | Benoit Germain | 2024-05-24 | 1 | -8/+5 | |
| | ||||||
* | DEBUGSPEW_PARAM_COMMA(Universe* U_) | Benoit Germain | 2024-05-23 | 1 | -3/+3 | |
| | ||||||
* | DEBUGSPEW fprintf(stderr) → std::cerr | Benoit Germain | 2024-05-22 | 1 | -22/+22 | |
| | ||||||
* | lua503_getfield → strong typed luaG_getfield | Benoit Germain | 2024-05-22 | 1 | -8/+7 | |
| | ||||||
* | Lane::debugName is a std::string_view | Benoit Germain | 2024-05-20 | 1 | -10/+10 | |
| | ||||||
* | More string_view | Benoit Germain | 2024-05-20 | 1 | -5/+4 | |
| | ||||||
* | Fixed forgotten int → LuaError | Benoit Germain | 2024-05-20 | 1 | -3/+4 | |
| | ||||||
* | Start using string_view | Benoit Germain | 2024-05-20 | 1 | -4/+4 | |
| | ||||||
* | Minor code tweaks | Benoit Germain | 2024-05-17 | 1 | -67/+76 | |
| | ||||||
* | Error reporting revamp | Benoit Germain | 2024-05-17 | 1 | -20/+22 | |
| | | | | | | * set_error_reporting() is gone * new lane generator setting error_reporting_level * basic/extended stack trace is selectable at runtime instead of compile-time | |||||
* | Shuffling code around | Benoit Germain | 2024-05-14 | 1 | -81/+3 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-14 | 1 | -6/+6 | |
| | ||||||
* | Move Lane implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -892/+2 | |
| | ||||||
* | Moved Lane tracking implementation in a separate file | Benoit Germain | 2024-05-14 | 1 | -83/+8 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -44/+44 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-13 | 1 | -331/+331 | |
| | ||||||
* | Move InterCopyContext implementation in a separate file | Benoit Germain | 2024-05-13 | 1 | -1/+80 | |
| | ||||||
* | Linda API changes | Benoit Germain | 2024-05-13 | 1 | -20/+26 | |
| | | | | | * timeout clarifications (negative values are no longer accepted, use nil instead) * linda(send, linda.null, key, ...) removed, if you want to send a nil, just do it as usual | |||||
* | Some more code refactorization | Benoit Germain | 2024-05-13 | 1 | -117/+18 | |
| | ||||||
* | New lane generator option opt_tbl.name | Benoit Germain | 2024-05-13 | 1 | -52/+82 | |
| | ||||||
* | Fix handling of error occuring during lane setup | Benoit Germain | 2024-05-03 | 1 | -2/+6 | |
| | ||||||
* | Some code factorization | Benoit Germain | 2024-05-03 | 1 | -43/+27 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -67/+67 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-05-02 | 1 | -33/+33 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-30 | 1 | -573/+464 | |
| | ||||||
* | Progressively applying the coding rules | Benoit Germain | 2024-04-29 | 1 | -25/+25 | |
| | ||||||
* | Function parameters L → L_ | Benoit Germain | 2024-04-29 | 1 | -412/+411 | |
| | ||||||
* | C++ migration: wrap all Lua error raising API functions in a [[noreturn]] ↵ | Benoit Germain | 2024-04-26 | 1 | -24/+24 | |
| | | | | raise_... equivalent | |||||
* | Expose nil sentinel as lanes.null | Benoit Germain | 2024-04-26 | 1 | -2/+1 | |
| | ||||||
* | Formalize a few coding style rules, start to enforce them for constants | Benoit Germain | 2024-04-26 | 1 | -83/+87 | |
| | ||||||
* | C++ migration: using KeeperState = Unique<lua_State*> | Benoit Germain | 2024-04-24 | 1 | -9/+9 | |
| | ||||||
* | C++ migration: push_thread_status converted to a Lane class method | Benoit Germain | 2024-04-24 | 1 | -16/+18 | |
| | ||||||
* | ASSERT_L → LUA_ASSERT | Benoit Germain | 2024-04-24 | 1 | -17/+17 | |
| | ||||||
* | C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey | Benoit Germain | 2024-04-24 | 1 | -5/+5 | |
| | ||||||
* | some dead code elimination and other trifles | Benoit Germain | 2024-04-16 | 1 | -177/+152 | |
| | ||||||
* | C++ migration: more conversion to InterCopyContext. debugspew indentation is ↵ | Benoit Germain | 2024-04-16 | 1 | -31/+30 | |
| | | | | managed by a scope object | |||||
* | C++ migration: inter-state transfer managed by a new class InterCopyContext | Benoit Germain | 2024-04-15 | 1 | -1/+1 | |
| | ||||||
* | C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory | Benoit Germain | 2024-04-15 | 1 | -4/+2 | |
| | ||||||
* | C++ migration: wrap lua type values in an enum class for type safety and ↵ | Benoit Germain | 2024-04-10 | 1 | -4/+9 | |
| | | | | debugging purposes | |||||
* | C++ migration: luaG_inter_copy_* now return an enum class instead of an ↵ | Benoit Germain | 2024-04-10 | 1 | -18/+18 | |
| | | | | anonymous int | |||||
* | C++ migration: fixed a few std::ignore | Benoit Germain | 2024-04-10 | 1 | -7/+7 | |
| | ||||||
* | C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore | Benoit Germain | 2024-04-09 | 1 | -26/+29 | |
| | ||||||
* | C++ migration: use strong type safety for source and destination states in ↵ | Benoit Germain | 2024-04-09 | 1 | -10/+10 | |
| | | | | transfer functions | |||||
* | C++ migration: simpler one-time initializations | Benoit Germain | 2024-04-09 | 1 | -37/+14 | |
| | ||||||
* | C++ migration: still more threading code cleanup. 'sudo' global moved in the ↵ | Benoit Germain | 2024-04-09 | 1 | -29/+3 | |
| | | | | Universe | |||||
* | C++ migration: YIELD() → std::this_thread::yield. plus more threading code ↵ | Benoit Germain | 2024-04-09 | 1 | -2/+2 | |
| | | | | cleanup | |||||
* | C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum ↵ | Benoit Germain | 2024-04-08 | 1 | -37/+37 | |
| | | | | class cleanup. | |||||
* | C++ migration: use std::jthread, std::condition_variable, std::chrono. | Benoit Germain | 2024-04-08 | 1 | -214/+123 | |
| | | | | | | | | win32 pthread support is gone new setting configure.shutdown_mode for cancellation of free-running threads at shutdown. no more hard thread termination! If a thread doesn't cooperate, an error is raised. lane.status "killed" is gone lane:cancel can't force-kill. |