summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-21Load version module in tests subprojectsHEADmasterKaren Arutyunov2-0/+2
2025-04-16Convert buildscript recipes and testscripts to syntax 2Karen Arutyunov4-8/+5
2025-04-09Bump toolchain version dependency to 0.18.0- in manifestsKaren Arutyunov4-8/+8
2025-04-09Change version to 3.4.1-a.0.zKaren Arutyunov6-7/+7
2025-02-11Release version 3.4.0v3.4.0Boris Kolpackov6-7/+7
2025-02-06Add item to TODO listBoris Kolpackov1-0/+2
2025-02-05Fix alloc/dealloc mismatches for custom allocator modeKaren Arutyunov29-41/+463
2025-02-05Add architecture and runtime info to binary archive names for libxsdeKaren Arutyunov1-2/+3
2025-02-05Fix memory leaks in tests which appear when configure with config.{libxsde,xs...Karen Arutyunov13-87/+171
2025-02-05Fix leak of variable-length fixed attribute valuesBoris Kolpackov4-7/+41
2025-02-04Fix not to pass NULL to memcpy()Karen Arutyunov2-2/+4
2025-02-03Fix install target in dist/makefileKaren Arutyunov1-5/+5
2025-02-03Add support for external xsde binary in secondary make build systemBoris Kolpackov90-261/+390
2025-01-30Fix some makefilesKaren Arutyunov5-11/+16
2025-01-30For VC 14 and later don't define snprintf macro in libxsde/xsde/cxx/config.hx...Karen Arutyunov2-3/+10
2025-01-30Fix src-url value of libxsde package manifestKaren Arutyunov1-1/+1
2025-01-29Disable XSDE_CXX11 for Windows in secondary make build systemBoris Kolpackov1-0/+2
2025-01-29Fix some makefilesKaren Arutyunov6-37/+40
2025-01-29Temporarily skip missing polymorphism/any-type/ subdirectory in dist/tests/cx...Karen Arutyunov2-2/+8
2025-01-29Drop dist/tests/cxx/*/test-template directoriesKaren Arutyunov12-394/+3
2025-01-29Add TODO fileKaren Arutyunov1-0/+10
2025-01-29Revert test file names to match simple makefilesKaren Arutyunov206-1956/+1713
2025-01-29Add XSDE_CXX11 to config.h files generated by secondary build systemsBoris Kolpackov2-0/+18
2025-01-29Make clear we only support XML Schema 1.0, not 1.1Boris Kolpackov3-8/+8
2025-01-29Change default value for config.{libxsde,xsde_tests,xsde_examples}.regexp to ...Karen Arutyunov5-14/+5
2025-01-28Fix xsde buildfile to link libraries after object filesKaren Arutyunov1-2/+3
2025-01-28Fix libxsde buildfile to set bin.lib.versionKaren Arutyunov1-0/+9
2025-01-28Drop redundant 'bpkg.bindist.archive:config.install.relocatable=true' for bin...Karen Arutyunov1-1/+5
2025-01-28Suppress value truncation warning in regexp/xmlregexp.cBoris Kolpackov1-1/+1
2025-01-28Comment out unused parts of regexp/chvalid.cBoris Kolpackov1-0/+10
2025-01-28Import secondary build systems makefile/nmakefile for testsBoris Kolpackov160-0/+9898
2025-01-28Various documentation tweaks and fixesBoris Kolpackov19-103/+121
2025-01-28Rename documentation/ to doc/ in dist/Boris Kolpackov2-2/+2
2025-01-28Add .gitattributesBoris Kolpackov1-0/+19
2025-01-28Update copyrightBoris Kolpackov12-19/+19
2025-01-28Update NEWS fileBoris Kolpackov2-5/+25
2025-01-27Fix config.xsde_{tests,examples}.*_buckets variables default values to match ...Karen Arutyunov2-10/+10
2025-01-27Get rid of few warningsBoris Kolpackov2-3/+5
2025-01-27Add external Expat support to secondary build systemsBoris Kolpackov26-9/+421
2025-01-27Cleanup some READMEs and buildfile notesKaren Arutyunov13-51/+29
2025-01-27Fix xsde to exit with 0 code when P003 and S002 warnings are issuedKaren Arutyunov2-4/+0
2025-01-27Make libxsde/xsde/{config.h,cxx/version.hxx} prerequisites of utility librari...Karen Arutyunov1-1/+18
2025-01-27Add binary distribution package build configurations for xsde and libxsdeKaren Arutyunov2-0/+196
2025-01-27Tighten conditions for passing -Wno-overloaded-virtual to compilerKaren Arutyunov34-125/+26
2025-01-27Fix 'type violates the C++ One Definition Rule' warningKaren Arutyunov2-8/+8
2025-01-27Add missing inclusion of <xsde/cxx/config.hxx>Karen Arutyunov1-0/+2
2025-01-27Increase default hashtable bucket counts for build2 buildsBoris Kolpackov1-5/+5
2025-01-27Add support for C++98 to xsde-examples and xsde-testsKaren Arutyunov20-21/+219
2025-01-27Cleanup code which sets up custom allocator for external ExpatKaren Arutyunov1-4/+2
2025-01-27Add support for fractionDigits facet to non-validating serializerKaren Arutyunov7-27/+60