aboutsummaryrefslogtreecommitdiff
path: root/src/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve bodge for android execute buildgingerBill2025-03-261-0/+9
* Fix #4530gingerBill2024-12-021-5/+5
* Merge pull request #4437 from dpoetzschke/fix/windows-args-escapinggingerBill2024-11-061-0/+30
|\
| * added bracesDominik Pötzschke2024-10-311-2/+4
| * adjust memory allocationDominik Pötzschke2024-10-301-1/+6
| * fix: fix windows params bugDominik Pötzschke2024-10-301-0/+23
* | Fix passing nullptr to args marked as non-nullbobsayshilol2024-10-271-0/+1
|/
* Merge pull request #3896 from odin-lang/cached-buildsgingerBill2024-07-091-0/+7
|\
| * Add `-internal-cached`gingerBill2024-07-081-0/+7
* | implement `temporary_directory` on non-windowsLaytan Laats2024-07-081-4/+16
|/
* Use a temporary directory for -use-separate-modulesgingerBill2024-07-081-16/+38
* Merge pull request #3369 from joakin/fix-dynamic-library-from-vendor-on-linuxgingerBill2024-05-031-0/+19
|\
| * Recognize dynamic library names like libraylib.so.5.0.0joakin2024-04-191-0/+19
* | normalize_pathThomas la Cour2024-04-201-6/+28
|/
* Print to string buffer before printing errorsgingerBill2024-04-161-0/+37
* Add template specialization for compared against `""` with `String` internallygingerBill2024-04-151-0/+3
* Serialize errors to make them sortable, deterministic, and generally more con...gingerBill2024-03-191-1/+0
* Add list of C identifier suggestions (types and keywords)gingerBill2024-03-181-0/+3
* Add check to people trying to `foreign import` C files.gingerBill2024-03-181-0/+7
* Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-091-0/+12
* Merge pull request #2944 from Kelimion/microarch-helpJeroen van Rijn2023-11-221-0/+24
|\
| * Add -microarch:?Jeroen van Rijn2023-11-101-0/+24
* | Fix `string_extension_position`Jeroen van Rijn2023-11-211-1/+1
|/
* Minor fix to `string_compare`gingerBill2023-01-181-1/+1
* Improve `odin doc` string printing (Fixes #2246)gingerBill2023-01-181-34/+15
* Remove the synchronization primitive init/destroy callsgingerBill2023-01-011-5/+0
* Remove dead code in the compilergingerBill2022-12-181-14/+0
* `gb_internal` a lotgingerBill2022-12-181-62/+62
* find windows sdk bin path for rc.exeIan Lilley2022-08-071-0/+10
* `@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`gingerBill2022-05-301-0/+9
* Address edge cases.Jeroen van Rijn2022-04-261-35/+0
* Compiler: Add early error for output path being a directory.Jeroen van Rijn2022-04-241-4/+6
* `-target-features:<string>`gingerBill2022-02-281-8/+0
* Add more objc attributesgingerBill2022-02-111-0/+31
* Add `//+private file` to complement `//+private` (`//+private package`)gingerBill2022-02-021-2/+10
* Add `wasi_wasm32`gingerBill2021-10-311-3/+4
* Change the implementation of `Arena` to use virtual memory, and remove the ol...gingerBill2021-08-261-5/+0
* Remove unused codegingerBill2021-08-191-2/+0
* Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...gingerBill2021-08-011-3/+3
* Define which mutexes are blocking and recursive explicitlygingerBill2021-07-271-4/+4
* Add "Suggestion: Did you mean?" for selector expression typosgingerBill2021-07-081-38/+0
* Prefix named types with package name in debug typesgingerBill2021-03-231-0/+9
* Fix string_comparegingerBill2020-11-171-0/+1
* Add `-microarch:<string>` (e.g. `-microarch:native`)gingerBill2020-10-201-0/+6
* Add `-target:<string>` fuzzy checking with "Did you mean" messagegingerBill2020-06-101-0/+39
* Strip carriage return `\r` from raw string literalsgingerBill2020-05-231-1/+21
* Use `memcmp` for `str_eq`gingerBill2020-05-211-6/+1
* General functionality without `context`gingerBill2020-03-041-0/+8
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-20/+20
* Update microsoft_craziness.h to work correctly with the rest of the codebase ...gingerBill2019-11-271-0/+17