| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 2 | -8/+8 |
| | | |||||
| * | Remove all `core:os` imports from JS targets | Jeroen van Rijn | 6 days | 1 | -0/+2 |
| | | | | | Fix `local_tz_name` on FreeBSD. | ||||
| * | One more fix. | Jeroen van Rijn | 7 days | 1 | -1/+1 |
| | | |||||
| * | Update example | Jeroen van Rijn | 7 days | 1 | -11/+9 |
| | | |||||
| * | core:text/table -> core:os/os2 | Jeroen van Rijn | 7 days | 1 | -4/+4 |
| | | |||||
| * | Change Odin's LICENSE to zlib from BSD 3-clause | gingerBill | 2025-10-28 | 1 | -1/+1 |
| | | | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form. | ||||
| * | Further overhaul of package line comments. | Jeroen van Rijn | 2025-10-09 | 1 | -1/+1 |
| | | |||||
| * | core: improve package doc comments for the documentation generator | Laytan Laats | 2024-09-03 | 1 | -19/+10 |
| | | |||||
| * | Fix `-vet-tabs` issues | gingerBill | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | Imply `#no_capture` to all variadic parameters | gingerBill | 2024-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add more uses of `#no_capture` | gingerBill | 2024-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add documentation for `write_decorated_table` | Feoramund | 2024-06-26 | 1 | -0/+51 |
| | | |||||
| * | Add `write_decorated_table` API | Feoramund | 2024-06-26 | 1 | -0/+79 |
| | | |||||
| * | Add string caching example documentation | Feoramund | 2024-06-24 | 1 | -0/+42 |
| | | |||||
| * | Add complete example showcasing Unicode support | Feoramund | 2024-06-24 | 1 | -0/+81 |
| | | |||||
| * | Make `core:text/table` examples more complete | Feoramund | 2024-06-24 | 1 | -40/+60 |
| | | | | | | They should be completely copy-and-paste friendly now, without the assumption of someone using `using table`. | ||||
| * | Add `Width_Proc` documentation | Feoramund | 2024-06-24 | 1 | -0/+31 |
| | | |||||
| * | Remove `table.dirty` | Feoramund | 2024-06-24 | 1 | -27/+2 |
| | | |||||
| * | Let `WIDTH_PROC` be specified as proc argument to `write_*_table` | Feoramund | 2024-06-24 | 1 | -9/+5 |
| | | |||||
| * | Crunch the ranges | Feoramund | 2024-06-24 | 1 | -6/+6 |
| | | |||||
| * | Update `core:text/table` documentation | Feoramund | 2024-06-20 | 1 | -8/+16 |
| | | |||||
| * | Use `log.error` instead of `eprintf` | Feoramund | 2024-06-20 | 1 | -1/+2 |
| | | |||||
| * | Add new API to `core:text/table` | Feoramund | 2024-06-20 | 1 | -18/+124 |
| | | | | | | | - `header/row_of_values`, same `header/row`, more verbose name - `aligned_header/row_of_values`, set alignment for an entire row - `header/row_of_aligned_values`, set alignment per value | ||||
| * | Clarify error message | Feoramund | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Remove unneeded `loc` argument | Feoramund | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | Optimize printing of markdown tables | Feoramund | 2024-06-20 | 1 | -23/+34 |
| | | | | | Check only once if the table has a header row, instead of every row. | ||||
| * | Add Unicode support to `core:text/table` | Feoramund | 2024-06-20 | 1 | -28/+41 |
| | | |||||
| * | Use tabs to indent HTML tables | Feoramund | 2024-06-20 | 1 | -11/+11 |
| | | |||||
| * | Don't `build` HTML tables | Feoramund | 2024-06-20 | 1 | -4/+0 |
| | | | | | | `build` only recalculates length and width information, and this is not needed for HTML tables. | ||||
| * | Rename `write_ascii_table` to `write_plain_table` | Feoramund | 2024-06-20 | 2 | -2/+2 |
| | | |||||
| * | Fix the format of some `doc.odin` files of the `core` library which did not ↵ | Maurizio M. Gavioli | 2024-04-14 | 1 | -22/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made into the documentation. `c/frontend/tokenizer`: add proper "Example:" header to demo example code, removed empty lines. `container/bit_array`: moved comment before package; aligned narrative lines to left margin; converted case lines into bulleted lines ("- "); converted individual examples to single-tab-indented preformatted text. `dynlib`: removed "//+build ignore" line; added newline at EOF. `image/netpmb`: converted indented lines of "Reading", "Wrting" and "Some syntax..." into bulleted lists; "Formats" indented lines kept as they are as the preformatted text seems relevant to keep the alignments; doubly indented lines kept as single-indented to keep them different (as the format does not allow for two-level bulleted lists); removed empy lines. `os/os2`: WIP, not modified `sys/info`: removed "//+build ignore" line; converted tab-indented initial description into regular left-margin comment; moved uncommented sample code within the doc comment as an "Example:"; moved simple- and double-tabbed separate comments with sample Windows and macOS outputs within the doc comment as bulleted headlines with preformatted output listings; removed now empty comments and blank lines after the package line. `text/i18n`: removed "//+build ignore" line; moved the pacakge line at the end; de-indented the tab-indented introductory narrative; moved sample code comments into the doc comment as tab-indented code with a proper "Example:" heading; removed "```" MD attempts at code formatting. `text/table`: unindented the comment lines of a descriptive kind; headlines of major subdivisions are marked as bold; kept code samples as tab-indented preformatted text (as there are several of them, the standard "Example:" and "Output:" headings cannot be used) removing the "```" MD attempts at code formatting; removed in-between blank lines. | ||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 1 | -1/+1 |
| | | |||||
| * | Add missing packages to `examples/all` | gingerBill | 2023-06-07 | 1 | -2/+0 |
| | | |||||
| * | Fix typos in doc | oskarnp | 2023-03-27 | 1 | -3/+3 |
| | | |||||
| * | Fix typo | oskarnp | 2023-03-26 | 1 | -3/+3 |
| | | |||||
| * | Rename init procs | oskarnp | 2023-03-26 | 1 | -6/+6 |
| | | |||||
| * | Remove unnecessary #partial switch | oskarnp | 2023-03-26 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary C style loop | oskarnp | 2023-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix cell alignment to default to Left using ZII | oskarnp | 2023-03-26 | 1 | -8/+1 |
| | | |||||
| * | Move helper procs into utility.odin | oskarnp | 2023-03-26 | 2 | -8/+13 |
| | | |||||
| * | text/table: Initial implementation | oskarnp | 2023-03-26 | 2 | -0/+499 |