aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix `allow_field_separator` for `foreign import`dev-2023-04gingerBill2023-04-031-3/+5
|
* Merge pull request #2436 from Lperlind/batch-failJeroen van Rijn2023-04-037-38/+38
|\ | | | | Make tests scripts error if a test fails
| * Make tests scripts error if a test failsLucas Perlind2023-04-037-38/+38
| | | | | | | | | | Additionally fixes tests that were found broken because of this.
* | Merge pull request #2434 from Lperlind/documentation/stylistic-changesJeroen van Rijn2023-04-036-401/+484
|\ \ | | | | | | Small improvements strings documentation
| * | Small improvements strings documentationLucas Perlind2023-04-036-401/+484
| | | | | | | | | | | | | | | | | | | | | | | | * Use new 'Returns:' and 'Inputs:' keywords used by the website generator * Make order item order resemble website, i.e. 'Returns:' comes before 'Example:' * Add a few missing input items * Add a few missing return items
* | | Merge pull request #2430 from Lperlind/documentation/enforced_namesJeroen van Rijn2023-04-014-134/+161
|\| | | | | | | | Enforce example names in documentation
| * | Enforce example names in documentationLucas Perlind2023-04-014-134/+161
| |/
* | Merge pull request #2429 from Lperlind/masterJeroen van Rijn2023-03-303-0/+413
|\| | | | | Add documentation tester and make it a part of CI workflow
| * Add documentation tester and make it apart of CI workflowLucas Perlind2023-03-303-0/+413
|/
* Merge pull request #2428 from elusivePorpoise/pr2428Jeroen van Rijn2023-03-292-23/+155
|\ | | | | relocations and add some error consts to winmm
| * relocations and add some error consts to winmmElusive Porpoise2023-03-292-23/+155
| | | | | | | | | | | | Summary: Test Plan:
* | Merge pull request #2426 from elusivePorpoise/pr2426Jeroen van Rijn2023-03-291-0/+7
|\| | | | | Add TIMECAPS stuff
| * Add TIMECAPS stuffElusive Porpoise2023-03-291-0/+7
| | | | | | | | | | | | Summary: Test Plan:
* | Merge pull request #2424 from Naught00/masterJeroen van Rijn2023-03-291-3/+3
|\ \ | | | | | | Change help text to output to stdout
| * | Change help text to output to stdoutMark Naughton2023-03-291-3/+3
|/ /
* | Merge pull request #2412 from oskarnp/text_tablegingerBill2023-03-293-0/+497
|\ \ | | | | | | text/table: Initial implementation
| * | Fix typos in docoskarnp2023-03-271-3/+3
| | |
| * | Fix typooskarnp2023-03-261-3/+3
| | |
| * | Rename init procsoskarnp2023-03-261-6/+6
| | |
| * | Remove unnecessary #partial switchoskarnp2023-03-261-2/+2
| | |
| * | Remove unnecessary C style looposkarnp2023-03-261-1/+1
| | |
| * | Fix cell alignment to default to Left using ZIIoskarnp2023-03-261-8/+1
| | |
| * | Move helper procs into utility.odinoskarnp2023-03-262-8/+13
| | |
| * | text/table: Initial implementationoskarnp2023-03-262-0/+499
| | |
* | | Merge pull request #2422 from Lperlind/documentation-fixupJeroen van Rijn2023-03-296-153/+301
|\ \ \ | | | | | | | | Fix website formatting and incorrect examples
| * | | Fix website formatting and incorrect examplesLucas Perlind2023-03-296-153/+301
|/ / /
* | | Merge pull request #2420 from jon-lipstate/string_docsJeroen van Rijn2023-03-288-567/+2554
|\ \ \ | | | | | | | | string code docs
| * | | harmonize to use null for c-string endingsJon Lipstate2023-03-283-3/+3
| | | |
| * | | rename nul to null, allocation clarificationsJon Lipstate2023-03-284-46/+49
| | | |
| * | | add backticks on variables, code review commentsJon Lipstate2023-03-284-129/+127
| | | |
| * | | pr pickupsJon Lipstate2023-03-282-12/+28
| | | |
| * | | add missing eof newlineJon Lipstate2023-03-271-1/+1
| | | |
| * | | markdown compliant spacesJon Lipstate2023-03-276-302/+302
| | | |
| * | | transform into odin-site parsable formatJon Lipstate2023-03-276-642/+1315
| | | |
| * | | string code docsJon Lipstate2023-03-276-528/+1825
| | | |
* | | | Update builtin.odinJeroen van Rijn2023-03-281-3/+4
| | | |
* | | | TypoJeroen van Rijn2023-03-281-1/+1
| | | |
* | | | Remove old deprecated demosJeroen van Rijn2023-03-289-4065/+0
| | | | | | | | | | | | | | | | They're so outdated they'll likely lead to confusion now.
* | | | Document `offset_of`Jeroen van Rijn2023-03-281-1/+8
|/ / / | | | | | | | | | Closes #2419
* | | Merge pull request #2411 from jon-lipstate/fmt_docsJeroen van Rijn2023-03-271-98/+560
|\ \ \ | |/ / |/| | Fmt docs
| * | Fix caprintf commentJeroen van Rijn2023-03-271-1/+1
| | |
| * | Update fmt.odinJeroen van Rijn2023-03-271-7/+3
| | | | | | | | | | | | Fix hardcoded 64 bit, use assert instead of branched panic.
| * | Update fmt.odinjon lipstate2023-03-261-9/+11
| | | | | | | | | Update example to use set/register procs.
| * | corrected bprintJon Lipstate2023-03-251-6/+6
| | |
| * | fmt docsJon Lipstate2023-03-251-97/+561
|/ /
* | TypoJeroen van Rijn2023-03-251-1/+1
| |
* | Merge pull request #2407 from igordreher/json.destroy_valueJeroen van Rijn2023-03-251-3/+3
|\ \ | | | | | | Add allocator parameter to `json.detroy_value`
| * | Update types.odinJeroen van Rijn2023-03-251-6/+6
| | | | | | | | | | | | Use `context.allocator := allocator` idiom.
| * | Add allocator parameter to `json.detroy_value`Igor Dreher2023-03-241-5/+5
|/ /
* | Merge pull request #2406 from aloussase/masterJeroen van Rijn2023-03-241-1/+1
|\ \ | | | | | | Fix typo in warning message in parser