]> sourceware.org Git - libabigail.git/shortlog
libabigail.git
2016-11-30 Dodji SeketeliAdd tests/data/test-diff-suppr/test33-report-0.txt...
2016-11-30 Dodji SeketeliBug 20670 - abipkgdiff aborts if $XDG_CACHE_HOME does...
2016-11-29 Dodji SeketeliVery light speed improvements
2016-11-29 Dodji SeketeliIntroduce on-the-fly type canonicalization
2016-11-29 Dodji SeketeliFix pretty representation of array types
2016-11-29 Dodji SeketeliSupport naming typedef and use them to speed up type...
2016-11-29 Dodji SeketeliImplement de-duplication for types and decls at DWARF...
2016-11-29 Dodji SeketeliSetup per-corpus type maps indexed by type names
2016-11-29 Dodji SeketeliAllow pretty printing function decls for internal purposes
2016-11-26 Dodji SeketeliMake bash completion files non-executable
2016-11-26 Dodji SeketeliA suppressed diff node implies suppressing all equivale...
2016-11-26 Dodji SeketeliForgot to consider libtest33-v{0,1}.so in test-diff...
2016-11-24 Dodji SeketeliBump version number to 1.0.rc7
2016-11-24 Dodji SeketeliUpdate website for 1.0.rc6
2016-11-24 Dodji SeketeliUpdate NEWS and ChangeLog for 1.0.rc6 libabigail-1.0.rc6
2016-11-24 Dodji SeketeliAvoid using size_t to get DWARF data
2016-11-24 Dodji SeketeliFix a compiler warning issued by GCC 6.2.1
2016-11-24 Dodji SeketeliFix offset type mismatch
2016-11-24 Dodji SeketeliFix indentation in abg-writer.cc
2016-11-24 Dodji SeketeliSupport reading data member offset from DW_AT_bit_offset
2016-11-23 Dodji SeketeliLexicographically sort union data members in change...
2016-11-23 Dodji SeketeliBetter diagnostics when wget is missing
2016-11-22 Dodji SeketeliSupport union types
2016-11-10 Dodji SeketeliSupport empty properties in INI files
2016-11-10 Dodji SeketeliRename config::property_vector into config::properties_type
2016-11-10 Dodji SeketeliApply harmless and harmful filters in one pass
2016-11-10 Dodji SeketeliAvoid stripping typedefs too much
2016-11-08 Dodji SeketeliMisc style cleanups in abg-ir.cc
2016-11-03 Dodji SeketeliFactorize out string representation of array_type_def...
2016-11-03 Dodji SeketeliFactorize out parsing of integral types
2016-11-03 Dodji SeketeliMisc style fixes in abg-ir.cc
2016-11-03 Dodji SeketeliConsider a method_decl as always being a member decl
2016-11-03 Dodji SeketeliCleanup void and variadic parameter type interfaces
2016-11-03 Dodji SeketeliCleanup some entry points in abg-fwd.h
2016-11-03 Dodji SeketeliFix abigail::ir::get_type_scope()
2016-10-27 Dodji SeketeliBug 20740 Broken check for dwarf_getalt in configure.ac
2016-10-11 Dodji SeketeliCanonicalize function types when reading from DWARF
2016-10-11 Dodji SeketeliMisc cleanups here and there
2016-10-10 Dodji SeketeliCleanup namespace importing in abg-interned-str.h
2016-10-10 Dodji SeketeliCleanup functions to detect infinite comparison of...
2016-10-10 Dodji SeketeliCleanup class_decl inifite comparison detection
2016-10-10 Dodji SeketeliApply ODR-based type comparison optimization to functio...
2016-10-10 Dodji SeketeliPrevent infinite loops while comparing two function_type
2016-10-10 Dodji SeketeliDefine a new interned_string_set_type typedef
2016-09-23 Dodji SeketeliUpdate reference output of runtestreaddwarf
2016-09-21 Matthias KloseFix typo in abipkgdiff
2016-09-21 Dodji SeketeliBetter handle fedabipkgdiff dependencies detection
2016-09-21 Dodji SeketeliAdd default suppression specifications for C++ binaries
2016-09-21 Dodji SeketeliAdd default suppression specification for webkitgtk
2016-09-21 Dodji SeketeliDrop suppressed ABI artifacts from the IR
2016-09-21 Dodji SeketeliPimplify the abigail::ir::scope_decl type
2016-09-21 Dodji SeketeliAdd new helper functions
2016-09-21 Dodji SeketeliDo not emit empty namespaces in abixml
2016-09-21 Dodji SeketeliFix misleading indentation issues
2016-08-30 Dodji SeketeliBug 20534 - abipkgdiff wrongly displays the name of...
2016-08-24 Dodji SeketeliBug 20420 - Wrong ODR-based type comparison optimizatio...
2016-08-23 Dodji SeketeliDon't walk diff trees indefinitely when applying suppre...
2016-07-27 Dodji SeketeliControl symbols exported from libabigail.so
2016-07-26 Dodji SeketeliSupport DW_TAG_type_unit
2016-07-26 Dodji SeketeliMisc code cleanup
2016-07-26 Dodji SeketeliGeneralize DIE source concept in DWARF reader
2016-07-26 Dodji SeketeliCleanup is_class and is_compatible_with_class_type
2016-07-26 Dodji SeketeliAdd ABG_ASSERT_NOT_REACHED macro
2016-07-26 Dodji SeketeliPrepare support for symbol visibility control
2016-07-15 Chenxiong QiMake fedabipkgdiff consistent with Libabigail's other...
2016-07-13 Dodji SeketeliFix spurious type size change report for distinct_diff
2016-07-13 Dodji SeketeliBug 20199 - Consider integral type synonyms as being...
2016-07-08 Dodji SeketeliBug 20332 - too many ...'s counted as parameters
2016-07-07 Dodji SeketeliBetter recognize qualified void type
2016-07-05 Dodji SeketeliBug 20194 - Fail to recognize void type represented...
2016-07-04 Dodji SeketeliAdd a new overload for is_type_decl
2016-06-30 Chenxiong QiAdd --abipkgdiff option in manual and bash completion
2016-06-30 Chenxiong QiAdd fedabipkgdiff bash completion to dist
2016-06-29 Chenxiong QiUpdate bash completion for fedabipkgdiff
2016-06-29 Dodji SeketeliBump version number to 1.0.rc6
2016-06-29 Dodji SeketeliUpdate web page for 1.0.rc5
2016-06-28 Dodji SeketeliUpdate ChangeLog for 1.0.rc5 libabigail-1.0.rc5
2016-06-28 Dodji SeketeliUpdate NEWS file in preparation for 1.0.rc5
2016-06-28 Dodji SeketeliFix python interpreter path for el6
2016-06-24 Dodji SeketeliMisc cleanup in abg-reader.cc
2016-06-24 Dodji SeketeliUse ODR-based optimization on C/C++ translation unit...
2016-06-13 Dodji SeketeliMisc white space and comment cleanups
2016-06-13 Dodji SeketeliCleanup function_decl::parameter::get_pretty_representation
2016-06-11 Chenxiong QiFix package NVR comparison in fedabipkgdiff
2016-06-09 Chenxiong QiBug 20135 - Make fedabipkgdiff compare ABIs using devel...
2016-06-03 Dodji SeketeliImprove python modules detection
2016-06-01 Chenxiong QiAdd integration tests for fedabipkgdiff
2016-05-31 Dodji SeketeliBug 19967 - System-level suppressions for glibc
2016-05-31 Dodji SeketeliEscape all characters when reading a string in ini...
2016-05-31 Dodji SeketeliDon't require all version symbol sections to present
2016-05-30 Dodji SeketeliBug 20180 - Support system-wide suppression specifications
2016-05-30 Dodji SeketeliAdd --abipkgdiff option to fedabipkgdiff
2016-05-30 Dodji SeketeliBetter diagnostics when abipkgdiff has an extra argument
2016-05-30 Dodji SeketeliFix suppr spec wording in abipkgdiff manual
2016-05-30 Dodji SeketeliUpdate reference to tools in libabigail-concepts manual
2016-05-30 Dodji SeketeliFix some wording in the Libabigail overview manual...
2016-05-25 Dodji SeketeliAdd test data for tests/runtestfedabipkgdiff.py
2016-05-25 Dodji SeketeliAdd a 'check-valgrind' target to the top-most Makefile.am
2016-05-25 Chenxiong QiBug 20085 - Add --dso-only option to fedabipkgdiff
2016-05-24 Sinny KumariChange parent directory for keeping extracted packages...
next
This page took 0.066917 seconds and 5 git commands to generate.