aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Fixes to xdg basedir.Hugo Hörnquist2023-09-11
| | | | | | | | | | Update to v0.8 (XDG_STATE_HOME). Allowed empty environment variables alongside unset variables.
| * Remove xdg sysconfdir.Hugo Hörnquist2023-09-11
| | | | | | | | | | It was based on a missunderstanding of the spec. `sysconfdir` is mentioned, but only as an element of XDG_CONFIG_DIR.
| * Add new script to find undocumented symbols.Hugo Hörnquist2023-09-07
| |
| * Fix info declaration of `extract`.Hugo Hörnquist2023-09-07
| |
| * Remove accidental extra 'vcomponent control' module.Hugo Hörnquist2023-09-07
| |
| * Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist2023-09-07
| |
| * Create a true all-files-under-directory procedure.Hugo Hörnquist2023-09-07
| |
| * Update package-lock.jsonHugo Hörnquist2023-09-07
| |
| * Document remaining javascript items.Hugo Hörnquist2023-09-07
| |
| * Normalize tsconfig formatting.Hugo Hörnquist2023-09-07
| |
| * Move JS documentation into the JS-code.Hugo Hörnquist2023-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
| * Minor whitespace cleanup.Hugo Hörnquist2023-09-05
| |
| * Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
| |
| * Add build step for jsdoc.Hugo Hörnquist2023-09-05
| |
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
| |
* | Add basic documentation for lens.Hugo Hörnquist2023-09-05
| |
* | Major work on, something.Hugo Hörnquist2023-09-05
| |
* | Move lens test.Hugo Hörnquist2023-05-03
| |
* | Add set on top of tree-table.Hugo Hörnquist2023-04-24
| |
* | Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
| |
* | Add basic table.Hugo Hörnquist2023-04-24
| |
* | Merge remote-tracking branch 'origin/new-object-system' into ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | Document type and object system.new-object-systemHugo Hörnquist2022-07-09
| | |
| * | Move type checking macros to own module.Hugo Hörnquist2022-07-09
| | |
| * | Change list-of and pair-of validator to separate macros.Hugo Hörnquist2022-07-08
| | | | | | | | | | | | | | | The functionallity is still the same, but this demonstrates that the system is easily extensible.
| * | Add pair-of to object system.Hugo Hörnquist2022-07-07
| | |
| * | Extend object type system to allow list-of.Hugo Hörnquist2022-07-07
| | |
| * | Change date/time interface.Hugo Hörnquist2022-07-07
| | |
| * | Add tests for lenses.Hugo Hörnquist2022-07-07
| | |
| * | Add lenses.Hugo Hörnquist2022-07-07
| | |
| * | Add new object system.Hugo Hörnquist2022-07-07
| | | | | | | | | | | | fixup object tests.
* | | Add tests for href stuff.datarewriteHugo Hörnquist2023-04-21
| | |
* | | Add href-relative.Hugo Hörnquist2023-04-21
| | |
* | | Split WebDAV calendar resources into 2.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | | | | Differentiate between calendar collection and calendar objects already at the DAV level. This is sensible since they support completely different properties, and only collections support REPORTS (as for as I can tell).
* | | Split data-store and data-format indo separate doc pages.Hugo Hörnquist2023-04-21
| | |
* | | Remove old unit-test style seraliazation tests.Hugo Hörnquist2023-04-21
| | |
* | | Add tests for serialization foramts.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | These are outside the regular unit testing, since they are more of end to end tests. Parts of this functionality is however still in the unit tests.
* | | Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Used by the serialization format tests which work on xml. Ensures that they don't fail due to whitespace mismatchs. I however still need to ensure that all components are arranged in the correct order, and that namespace prefixes match. This could be improved.
* | | Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
| | |
* | | Utilities for namespaced sxml.Hugo Hörnquist2023-04-19
| | |
* | | Allow namespaced sxml to add namespaces.Hugo Hörnquist2023-04-18
| | |
* | | Move code for finding an available socket.Hugo Hörnquist2023-04-18
| | |
* | | Move test runner to library.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | | | | | | | | | | This will both allow us multiple test entry points, since some integration tests doesn't fit to well in our current unit test setup. It will hopefully also allow me to reuse the code in other projects.
* | | Fix function tags in save-load.texi.Hugo Hörnquist2023-04-18
| | |
* | | Update test cases from RFC 4791 to be parsable by Guile.Hugo Hörnquist2023-04-18
| | |
* | | Flush ports between tests.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | In some cases diffs would appear in the wrong places. This also ensures a cleaner slate for each test.
* | | Move test runner diff to variable.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | A first step towards making diff configurable. As can already be seen with the (out commented) alternative (git diff ...)
* | | Import test cases from RFC 4791 (CalDAV).Hugo Hörnquist2023-04-18
| | |
* | | Allow compilation without sqlite3 module.Hugo Hörnquist2023-04-14
| | |
* | | WebDAV Fail properly on bad body.Hugo Hörnquist2023-04-14
| | |