aboutsummaryrefslogtreecommitdiff
path: root/src/cached.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add `string16` and `cstring16` (UTF-16 based strings)gingerBill2025-08-021-1/+1
|
* cached.cpp: Improve internal cached robustnessLucas Perlind2024-10-221-48/+61
| | | | | | | Do not memory map files; Windows cannot write to a file that is memory mapped. Write cache after llvm building. This ensures the cache won't have a false positive if llvm fails.
* Keep MSVC happy with secure versions of C callsgingerBill2024-07-151-8/+8
|
* #if WINDOWSJeroen van Rijn2024-07-101-9/+10
|
* Allow precompiled resources with -resource:foo.resJeroen van Rijn2024-07-101-0/+11
| | | | And add them to the magic new feature.
* Add `RPROMPT` to blacklistgingerBill2024-07-091-3/+3
|
* Check for `PROMPT`gingerBill2024-07-091-5/+12
|
* `environ` is only for LinuxgingerBill2024-07-091-1/+3
|
* Mock out \*nix stuff for cached.cppgingerBill2024-07-091-1/+7
|
* Add `gb_internal` to proceduresgingerBill2024-07-091-12/+11
|
* Add `debugf` callsgingerBill2024-07-091-3/+13
|
* Check for `CURR_DATE_TIME`gingerBill2024-07-091-0/+3
|
* Cache files, env, and argsgingerBill2024-07-091-25/+145
|
* Check for bounds check errorgingerBill2024-07-091-0/+3
|
* Add `odin clear-cache`gingerBill2024-07-091-0/+81
|
* Add subtarget to cached executablegingerBill2024-07-081-0/+5
|
* Add `-internal-cached`gingerBill2024-07-081-0/+213