1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CSharpCompiler: implemented custom toString(), as per https://github.com/kaitai-io/kaitai_struct/issues/732
GreyCat
as Mikhail Yakshin
More... over 1 year ago
C#: add spec for ToStringCustom
GreyCat
as Mikhail Yakshin
More... over 1 year ago
java: fixed ToStringCustom spec, stupid typo
GreyCat
as Mikhail Yakshin
More... over 1 year ago
java: added ToCustomString spec
GreyCat
as Mikhail Yakshin
More... over 1 year ago
JavaCompiler: implemented custom toString(), as per https://github.com/kaitai-io/kaitai_struct/issues/732
GreyCat
as Mikhail Yakshin
More... over 1 year ago
ci-go: add CGO_ENABLED=0 to disable cgo functionality in runtime/debug, otherwise it requires full blown gcc + stdlibs + headers in the test image, and we don't seem to use go-to-C interfacing anyway
GreyCat
as Mikhail Yakshin
More... over 1 year ago
ci-cpp_stl: fix valgrind.xml permissions after run
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Allow to specify subtarget (cpp_stl's _11 and _98)
GreyCat
as Mikhail Yakshin
More... over 1 year ago
ci-javascript: extra adjustments for running inside a Docker image with dependencies preinstalled in /app
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Added extra dumping of GitHub variables
GreyCat
as Mikhail Yakshin
More... over 1 year ago
docker-ci: retain env vars passed from GitHub Actions CI
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Only use `-it` when running interactive shell; use /bin/sh which is available everywhere
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Merge pull request #59 from kaitai-io/add_bytes_to_str_tests
GreyCat
as Mikhail Yakshin
More... over 1 year ago
aggregate/junit_xml_parser.rb: update for compatibility with modern Ruby 3.2.2
GreyCat
as Mikhail Yakshin
More... over 1 year ago
docker-ci: added handling of remotely built images the same way one handles locally-built ones; added --download option to fetch from ghcr.io; switched to use `io.kaitai.ci` labels
GreyCat
as Mikhail Yakshin
More... over 1 year ago
aggregate/convert_to_json: work around final JSON ordering in Ruby 1.9 - only do it if Ruby has that method
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Added docker-ci to allow execution of KS tests in a clean Docker environment based off images built in https://github.com/kaitai-io/kaitai_struct_docker_images
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Bump Travis version 0.10 -> 0.11
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Pull and test fixes in C++ compiler
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Merge pull request #205 from kaitai-io/fix-array-subscript-ownership
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Merge branch 'master' into fix-array-subscript-ownership
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Added .PHONY line into Makefile.gcc4
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Fix auto for true C++98 compatiblity
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Restore max warnings option
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Merge pull request #57 from kaitai-io/add_ubuntu7_10
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Fix to use GNU standard names LDFLAGS/LDLIBS
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Fix code style to match existing one in the library
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Update .github/workflows/build.yml for extra safety
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Makefile.gcc4: add kaitaistream.h as extra dependency
GreyCat
as Mikhail Yakshin
More... over 1 year ago
Refactored common parts to reuse in 2 cmake projects (lib + tests)
GreyCat
as Mikhail Yakshin
More... over 1 year ago