Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-23 | Load version module in tests subprojectHEADmaster | Karen Arutyunov | 1 | -0/+1 | |
2025-04-23 | Convert buildscript recipes and testscripts to syntax 2 | Karen Arutyunov | 13 | -39/+36 | |
2025-04-23 | Bump toolchain version dependency to 0.18.0- in manifests | Karen Arutyunov | 5 | -10/+10 | |
2025-04-08 | Fix few typos in manual | Boris Kolpackov | 1 | -2/+2 | |
2025-01-29 | Make clear we only support XML Schema 1.0, not 1.1 | Boris Kolpackov | 3 | -8/+8 | |
2025-01-29 | Fix xsd buildfile to link libraries after object files | Karen Arutyunov | 1 | -2/+3 | |
2025-01-27 | Don't clean exe{xsd} on `b clean(xsd/tests/)` | Karen Arutyunov | 1 | -1/+12 | |
2025-01-18 | Cleanup libxsd-tests | Karen Arutyunov | 3 | -51/+81 | |
2025-01-18 | Update copyright year | Karen Arutyunov | 3 | -5/+5 | |
2024-12-06 | Update pregenerated man pages | Boris Kolpackov | 2 | -4/+4 | |
2024-11-06 | Minor fix in PACKAGE-README.md | Boris Kolpackov | 1 | -1/+1 | |
2024-11-06 | Update bindist-windows-build-include manifest value for libxsd and xsd packages | Karen Arutyunov | 2 | -2/+2 | |
2024-11-06 | Update copyright | Karen Arutyunov | 1 | -1/+1 | |
2023-11-21 | Get rid or remaining `using namespace xercesc` in libxsd | Boris Kolpackov | 2 | -27/+42 | |
2023-11-21 | Change version to 4.2.1-a.0.z | Boris Kolpackov | 7 | -8/+8 | |
2023-10-05 | Release version 4.2.0v4.2.0ci | Boris Kolpackov | 7 | -11/+10 | |
2023-10-05 | Minor documentation fixes | Boris Kolpackov | 3 | -10/+11 | |
2023-10-05 | Tweak generic linux bindist configuration | Boris Kolpackov | 1 | -7/+9 | |
2023-09-28 | Update libcutl and libxsd-frontend constraints to final versions | Boris Kolpackov | 1 | -2/+2 | |
2023-09-28 | Add note to NEWS file | Boris Kolpackov | 1 | -0/+6 | |
2023-09-28 | Override build-warning-email with *-error-* for bindist configurations | Boris Kolpackov | 2 | -0/+12 | |
In some of them we also build Xerces-C++ which has warnings. | |||||
2023-09-27 | Add XSD and C++ compiler command lines to example READMEs | Boris Kolpackov | 38 | -216/+858 | |
2023-09-27 | Update URLs in manifests | Boris Kolpackov | 5 | -15/+15 | |
2023-09-27 | Add missing newline | Boris Kolpackov | 1 | -1/+1 | |
2023-09-27 | Replace package README with README.md, rewrite content | Boris Kolpackov | 20 | -89/+53 | |
2023-09-27 | Improve repository README.md | Boris Kolpackov | 1 | -3/+12 | |
2023-09-27 | Add PACKAGE-README.md | Boris Kolpackov | 9 | -21/+80 | |
2023-09-27 | Improve repository README.md | Boris Kolpackov | 1 | -3/+12 | |
2023-09-27 | Move NEWS file to root of repository, symlink from xsd/ and libxsd/ | Boris Kolpackov | 3 | -1266/+1267 | |
2023-09-27 | Merge libxsd/README-GIT into README.md | Boris Kolpackov | 2 | -4/+8 | |
2023-09-26 | Update NEWS file | Boris Kolpackov | 1 | -4/+49 | |
2023-09-26 | Recognize C++11 and C++20 keywords for identifier escaping | Boris Kolpackov | 1 | -1/+44 | |
2023-09-26 | Add binary distribution package build configurations for xsd and libxsd | Boris Kolpackov | 2 | -0/+219 | |
2023-09-11 | Add --dep-file option | Boris Kolpackov | 7 | -27/+91 | |
In particular, this now allows writing the dependency information to stdout by specifying `-` as this option's value. | |||||
2023-09-11 | Add --file-list-only option | Boris Kolpackov | 9 | -101/+192 | |
This option allows only writing the list of C++ files that would be generated without actually generating them. | |||||
2023-09-11 | Exclude dependency file (.d) from --file-list output | Boris Kolpackov | 1 | -1/+1 | |
In the --file-list option documentation we say that this is the list of generated C++ files. | |||||
2023-09-11 | Recognize --file-list value `-` as request to write to stdout | Boris Kolpackov | 5 | -22/+31 | |
2023-09-11 | Add missing .cli dependency in doc/buildfile | Boris Kolpackov | 1 | -15/+15 | |
2023-09-11 | Update copyright | Boris Kolpackov | 7 | -46/+44 | |
2023-09-11 | Add type, language manifest values | Boris Kolpackov | 5 | -0/+9 | |
2023-09-11 | Bump build2 version requirement to 0.16.0 final | Boris Kolpackov | 5 | -10/+10 | |
2023-09-06 | Make c++11 value default for xsd --std option | Karen Arutyunov | 130 | -176/+218 | |
Also add support for c++14, c++17, c++20, and c++23 values and drop passing --std option in tests and examples. | |||||
2023-09-04 | Generate doxygen documentation using dynamic target extraction | Karen Arutyunov | 3 | -67/+82 | |
2023-08-08 | Add link to consumption instruction to README.md | Boris Kolpackov | 1 | -0/+5 | |
2023-06-27 | Update .gitignore files | Karen Arutyunov | 5 | -0/+30 | |
2023-06-27 | Regenerate options parsing files | Karen Arutyunov | 2 | -26/+26 | |
2023-03-20 | Regenerate options parsing files | Karen Arutyunov | 4 | -0/+200 | |
2023-01-09 | Update pregenerated documentation (copyright year) | Boris Kolpackov | 2 | -4/+4 | |
2023-01-09 | Remove unnecessary escaping in double-quoted string | Boris Kolpackov | 1 | -1/+1 | |
2023-01-09 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |