]> sourceware.org Git - libabigail.git/shortlog
libabigail.git
2024-10-03 Dodji Seketeliwriter: Fix emitting of some member types within their...
2024-10-01 Dodji Seketelihash: Use the faster XXH3 hashing algorithm from xxhash
2024-10-01 Dodji Seketeliwriter: Do not crash on ABI corpora that have no associ...
2024-10-01 Dodji Seketelihash: Implement full recursive hashing of artifacts
2024-10-01 Dodji Seketelireader: Drop the hash values coming from older ABIXML...
2024-09-30 Dodji Seketelibig-tests: Update to latest version of libabigail-tests.git
2024-09-27 Dodji Seketeliir: Don't strip typedefs when comparing pointers &...
2024-09-27 Dodji Seketeliir: Always use canonical types in comparison when possible
2024-09-27 Mark WielaardUse XXH_INLINE_ALL=1 to inline all xxhash functions
2024-09-15 Dodji Seketelibig-tests: Update to commit bd0c1f8909a7b2f5018d54b82f7...
2024-09-06 Dodji Seketeliir: Use definition of decl-only parm type in function...
2024-09-06 Dodji Seketelicorpus: Allow several variables with same ID to be...
2024-09-06 Dodji SeketeliABIXML reader: Unconditionally map a pointer XML node...
2024-09-06 Dodji Seketeliir: Improve the checks done by 'abidw --debug-tc'
2024-09-05 Dodji Seketeliir: Strip typedefs from pointed-to-types during comparison
2024-09-03 Dodji Seketelihash,reader,writer: (De)Serialize hash values using...
2024-09-02 Dodji Seketelicomparison: Sort anonymous types using their flat repre...
2024-08-30 Claudiu Zissulescuabg-tools-utils: Fix memory corruption when using CTF...
2024-08-29 Dodji Seketelidwarf-reader,ir,writer: Better support for static membe...
2024-08-29 Dodji Seketelidwarf-reader,reader.cc: Fix function virtuality setting
2024-08-29 Dodji Seketeliabipkgdiff: Extract devel and main packages in the...
2024-08-29 Dodji Seketelidwarf-reader,ir: Fix endless loop while analyzing DWARF...
2024-08-29 Dodji Seketeliabidw: Add a --kmi-stablelist option alongside existing...
2024-08-29 Dodji Seketelidwarf-reader,tools-utils: Add statistics about built...
2024-08-29 Dodji Seketelibig-tests: Update git sub-module
2024-08-29 Dodji Seketeliabilint: Support --verbose option
2024-08-29 Dodji Seketeli{btf,ctf,dwarf}-reader, ir: Fix self-comparison debuggi...
2024-08-29 Dodji Seketeli{dwarf,btf,ctf}-reader: Set the origin of the corpus...
2024-08-29 Dodji Seketelidwarf-reader: Fix building of void, void* and variadic...
2024-08-29 Dodji Seketelitools-utils: Improve logging while reading a Linux...
2024-08-29 Dodji Seketeliir: Improve type logging during type canonicalization
2024-08-29 Dodji Seketelireader: Improve logging in the ABIXML reader
2024-08-29 Dodji Seketelidwarf-reader: Support LLVM's lingo of declaration-ness
2024-08-29 Dodji Seketeliir: Fix name setting of a ptr-to-mbr-type
2024-08-29 Dodji Seketelidwarf-reader: Speed-up decl-only resolution
2024-08-29 Dodji Seketelireader: Avoid duplicating recursive types
2024-08-29 Dodji Seketelidwarf-reader: Avoid duplicating anonymous member types
2024-08-29 Dodji Seketeliir: Cache the result of scope_decl::get_sorted_member_types
2024-08-29 Dodji Seketelireader: Avoid duplicating member types
2024-08-29 Dodji SeketeliDon't strip typedefs in fn names when pretty-printing...
2024-08-29 Dodji Seketelicomp-filter: Ignore ptr size when detecting void ptr...
2024-08-29 Dodji Seketelicomp-filter: Consider lvalue-ness changes on references...
2024-08-29 Dodji Seketeliir: decl-only classes don't equal fully defined classes...
2024-08-29 Dodji Seketeliir: Remove the now useless type propagation optimization
2024-08-29 Dodji SeketeliImplement type hashing
2024-08-29 Dodji Seketeliabipkgdiff: Make --verbose enable the library's logging
2024-08-29 Dodji Seketelidwarf-reader: Do not fix ELF symbols for virtual destru...
2024-08-29 Dodji Seketelictf-reader: Make logging more obvious
2024-08-29 Dodji Seketelidwarf-reader: Fix support of suppression specifications
2024-08-29 Dodji Seketelibtf-reader: Add logging methods
2024-08-28 Dodji Seketelidwarf-reader: Better support concrete instance function...
2024-08-20 Dodji Seketelictf-reader: Enumerate dicts in the archive rather than...
2024-08-16 Dodji Seketeliir: Handle ptr to fn type member with empty void return... users/dodji/merge users/dodji/try-merge
2024-08-16 Dodji Seketelireader: Avoid empty return type node for a function...
2024-08-16 Dodji Seketeliir: Don't cache internal name of non-canonicalized...
2024-08-16 Dodji Seketeliir: Improve legibility of set_member_function_is_virtual
2024-08-14 Dodji Seketeliabidw: Make generic options like --verbose work with...
2024-08-14 Dodji Seketelireader: Fix building of reference type
2024-08-14 Dodji Seketelireader: Avoid crashing on empty scopes in reader::push_...
2024-08-14 Dodji Seketeliir: Fix comment for translation_unit::get_global_scope
2024-08-14 Dodji Seketeliir: Speed up enum comparison
2024-08-14 Dodji Seketeliir: Support comparing a class_decl against a class_or_union
2024-08-14 Dodji Seketeliir: Support canonical type adjustments for decl-only...
2024-08-14 Dodji Seketeliir: Make odr_is_relevant support support artifacts...
2024-08-14 Dodji Seketeliir: add_decl_to_scope shouldn't abort on nullptr scopes
2024-08-14 Dodji Seketeliir: Fix getting the translation unit for an ABI artifact
2024-08-14 Dodji SeketeliUse smart pointers for variables exported from the...
2024-08-08 Dodji Seketeliconfigure.ac: Fix typo triggered when --enable-big...
2024-07-16 Dodji Seketeliconfigure: Support the optional 'big-tests' sub-directory
2024-07-16 Dodji Seketeliabidw: Support the --abidiff option for Linux Kernel...
2024-07-16 Dodji Seketeliir,comparison,default-reporter: Consider sub-ranges...
2024-07-16 Dodji Seketeliir: Rename integral_type into real_type
2024-07-16 Dodji Seketeliir: Don't strip typedefs from parms and return type...
2024-07-16 Dodji Seketelireader: Fix building of variadic parameter type
2024-07-16 Dodji Seketelireader: Fix building of void and void pointer types
2024-07-16 Dodji Seketelireader: Simplify logic of get_or_read_and_add_translati...
2024-07-16 Dodji Seketelireader: Simplify type canonicalization invocation
2024-07-16 Dodji Seketelireader: Fix corpus group reading
2024-07-16 Dodji Seketelictf-reader: Fix analyzing single kernel binaries
2024-07-16 Dodji Seketelictf-reader: During re-initialization, only clear canoni...
2024-07-16 Dodji Seketelictf-reader: Do not set data member offsets for unions
2024-07-16 Dodji Seketelicorpus: Support adding translation units with empty...
2024-07-16 Dodji Seketelitools-utils,btf-reader: Take modules into account for...
2024-07-16 Dodji Seketelielf-based-reader: Clean up logic of elf_based_reader...
2024-07-16 Dodji Seketeliir: Fix a potential crash in canonicalize_types
2024-07-12 Ross Burtonconfigure.ac: improve fts checks
2024-06-21 Dodji Seketelibtf-reader: Add missing data members reset to reader...
2024-06-21 Dodji Seketelidwarf-reader: Fix reader::initialize to clear per corpu...
2024-06-21 Dodji Seketeliir: Cache the pretty representation used during pre...
2024-06-21 Dodji Seketelictf-reader: Fix re-initialization of the CTF reader
2024-06-21 Claudiu Zissulescuctf-reader: Add time logging to CTF reader
2024-06-21 Claudiu Zissulescuctf-reader: Optimize calling sorting function for funct...
2024-06-19 Romain Geisslerleaf-reporter: Fix build with gcc 4.9.
2024-05-31 Dodji Seketelibtf-reader: Fix re-use of the BTF reader for several...
2024-05-31 Dodji Seketeliabidw: make the --lt option support --btf
2024-05-31 Dodji Seketelitools-utils.cc: Support collecting kernel binary paths...
2024-05-31 Dodji SeketeliBug 31793 - tools-utils: Avoid endless loop in is_regul...
2024-05-15 Dodji Seketeli{btf,dwarf,ctf,abixml}-reader: Fix size of subrange... users/dodji/fix-subrange-size users/dodji/try-fix-subrange-size
2024-05-15 Dodji Seketeliconfigure: Fix detection of BTF header to enable the...
2024-05-10 Dodji Seketelibtf-reader: Ignore BTF nodes that ought to be ignored
next
This page took 0.173022 seconds and 5 git commands to generate.