Commit Graph
17 Commits
Author SHA1 Message Date
DannyDaemonicandGitHub e8422de39e @vxiiduu's fix for PrefetchVirtualMemory (#2930)
Reimplement fix for `PrefetchVirtualMemory`.
Co-authored-by: vxiiduu <73044267+vxiiduu@users.noreply.github.com>
2023-08-31 04:21:45 -07:00
DannyDaemonicandGitHub ef955fbd23 Tag release with build number (#2732)
* Modified build.yml to use build number for release

* Add the short hash back into the tag

* Prefix the build number with b
2023-08-24 15:58:02 +02:00
DannyDaemonicandGitHub 9ca4abed89 Handle ENABLE_VIRTUAL_TERMINAL_PROCESSING more gracefully on earlier versions of Windows. 2023-08-10 13:11:36 -07:00
DannyDaemonicandGitHub 86c3219895 console : fix issue related to Windows 11 PowerShell console mode persistence (#2521) 2023-08-06 09:49:34 +03:00
DannyDaemonicandGitHub 3498588e0f Add --simple-io option for subprocesses and break out console.h and cpp (#1558) 2023-08-04 08:20:12 -07:00
DannyDaemonicandGitHub 248367605e Work around for recalculating logits in cached prompts (Fixes #1585) (#1609)
* Work around for recalculating logits in cached prompts
2023-05-29 05:13:40 -07:00
DannyDaemonicandGitHub d2c59b8ba4 Fix for mingw (#1462) 2023-05-20 00:40:02 -07:00
DannyDaemonicandGitHub ee9654138a Fixes #1511 lambda issue for w64devkit (mingw) (#1513)
* Fix for w64devkit and mingw
2023-05-18 19:30:40 +02:00
DannyDaemonicandGitHub e6a46b0ed1 Locale fix for Windows (#1379) 2023-05-09 19:53:28 +02:00
DannyDaemonicandGitHub 41654efea8 Interface improvements and --multiline-input (previously --author-mode) (#1040)
* Interface improvements
* Multiline input
* Track character width
* Works with all characters and control codes + Windows console fixes
2023-05-08 19:45:48 -07:00
DannyDaemonicandGitHub db1080876a Only escape prompts when used with -e (#1311) 2023-05-04 05:08:25 -07:00
DannyDaemonicandGitHub c65a7fbfa9 Update main's README.md with new features (#1296) 2023-05-04 03:02:59 -07:00
DannyDaemonicandGitHub 2485d7a4d3 Process escape sequences given in prompts (#1173) 2023-05-02 18:46:20 -07:00
DannyDaemonicandGitHub 13b0c68ed7 Handle signals properly on Windows (#1123) 2023-05-02 18:01:57 -07:00
DannyDaemonicandGitHub 55bc5f0900 Call sh on build-info.sh (#1294) 2023-05-02 17:52:35 -07:00
DannyDaemonicandGitHub f4cef87edf Add git-based build information for better issue tracking (#1232)
* Add git-based build information for better issue tracking

* macOS fix

* "build (hash)" and "CMAKE_SOURCE_DIR" changes

* Redo "CMAKE_CURRENT_SOURCE_DIR" and clearer build messages

* Fix conditional dependency on missing target

* Broke out build-info.cmake, added find_package fallback, and added build into to all examples, added dependencies to Makefile

* 4 space indenting for cmake, attempt to clean up my mess in Makefile

* Short hash, less fancy Makefile, and don't modify build-info.h if it wouldn't change it
2023-05-01 18:23:47 +02:00
DannyDaemonicandGitHub edce63baa9 Added README.md for main with examples and explanations (#1139) 2023-04-23 15:37:02 +00:00