]> sourceware.org Git - libabigail.git/shortlog
libabigail.git
2015-04-10 Dodji SeketeliMake abidiff and abicompat return meaningful exit codes
2015-04-03 Dodji SeketeliAdd support for abicompat weak mode
2015-04-01 Dodji Seketeli18186 - Assertion in abigail::ir::class_decl::hash...
2015-03-31 Sinny KumariCheck if EM_AARCH64, EM_TILEPRO and EM_TILEGX macros...
2015-03-31 DodjiPR libabigail/18180
2015-03-30 Dodji Seketeli18179 - abidiff crashes on libcangjie
2015-03-30 Dodji SeketeliForgot to initialize a data member
2015-03-30 Dodji Seketeli18166 - Abidiff fails with internal on Libtirpc ABI...
2015-03-19 Dodji SeketeliUpdate the CONTRIBUTING file
2015-03-19 Dodji SeketeliUpdate website documentation
2015-03-18 Dodji SeketeliCleanup type canonicalizing logic
2015-03-18 Dodji SeketeliFix redundancy propagation on node with filtered local...
2015-03-17 Dodji SeketeliVarious style cleanups
2015-03-17 Dodji SeketeliMake is_global_scope() return a pointer to the global...
2015-03-17 Dodji SeketeliAdd a useful assert in the comparison engine
2015-03-17 Dodji SeketeliFix diff report about non-static data members.
2015-03-17 Dodji SeketeliDo not cache hash values in decl_base::get_hash
2015-03-17 Dodji SeketeliDo not miss early non-complete type resolution when...
2015-03-17 Dodji SeketeliDelay non-complete class type resolution up to end...
2015-03-17 Dodji SeketeliAdd --no-architecture option to abidw
2015-03-13 Dodji SeketeliWe shouldn't build qualified types with empty underlyin...
2015-03-13 Dodji SeketeliAdd an overload for is_type() that takes naked pointers
2015-03-13 Dodji SeketeliDeclaration-only classes shouldn't have canonical types
2015-03-13 Dodji SeketeliFix redundancy categorization propagation
2015-03-13 Dodji SeketeliFix thinko in has_virtual_mem_fn_change().
2015-03-13 Dodji SeketeliFrom inside the comparison engine re-use IR's equality...
2015-03-11 Dodji SeketeliRemove unnecessary vertical white space from diff report
2015-03-10 Dodji SeketeliCleanup array_type_def::is_infinite
2015-03-10 Dodji SeketeliMake a function static as it oughts to be
2015-03-10 Dodji SeketeliCanonicalize function types
2015-03-10 Dodji SeketeliUse more naked pointers when comparing function types
2015-03-10 Dodji SeketeliPass a bunch of smart pointers by reference
2015-03-10 Dodji SeketeliMake decl_base::get_context_rel() return a naked pointer
2015-03-09 Dodji SeketeliMake overloads of decl_base::get_qualified_name() retur...
2015-02-24 Dodji SeketeliHarden strip_typedef
2015-02-24 Dodji SeketeliWhen reading DWARF set member type access where the...
2015-02-24 Dodji SeketeliFix enum_diff::has_changes()
2015-02-24 Dodji SeketeliBuild the set of exported decls directly during DWARF...
2015-02-22 Dodji SeketeliFix canonicalizing of member types ... *AGAIN*
2015-02-21 Dodji SeketeliBug 17649 Avoid endless looping on diff graph with...
2015-02-20 Dodji SeketeliAdd missing new line after reporting alignment changes
2015-02-20 Dodji SeketeliAdd type checking overloads that ease their calling...
2015-02-20 Dodji SeketeliRemove overly eager assert in distinct_diff::report
2015-02-20 Dodji SeketeliFactorize late canonicalizing code in the dwarf reader
2015-02-20 Dodji SeketeliRename schedule_type_for_canonicalization -> schedule_t...
2015-02-20 Dodji SeketeliAdjust semantics of the 'is_member' flag of build_ir_no...
2015-02-20 Dodji SeketeliSimplify canonicalizing handling for typedefs
2015-02-20 Dodji SeketeliDo not miss canonicalizing opportunities on non-member...
2015-02-20 Dodji SeketeliFix handling of canonicalizing of member enum types
2015-02-20 Dodji SeketeliStick qualified, pointer, reference and array types...
2015-02-20 Dodji SeketeliAvoid creating multiple versions of certain composite...
2015-02-20 Dodji SeketeliDo not forget to canonicalize enum underlying type...
2015-02-20 Dodji SeketeliDo not forget to associate DIE to the types they represent
2015-02-20 Dodji SeketeliClear per-TU data before reading debub info for a TU
2015-02-19 Dodji SeketeliFix the new regression test for type canonicalizing
2015-02-19 Dodji SeketeliMake strip_typedef() act on canonical types only
2015-02-18 Dodji SeketeliSpeed up function_decl::get_id() and var_decl::get_id()
2015-02-18 Dodji SeketeliSpeed up symbol version reading
2015-02-18 Dodji SeketeliStop traversing function/variable node when added to...
2015-02-18 Dodji SeketeliDo not apply diff filters sub-tree not carrying changes
2015-02-18 Dodji SeketeliCanonicalize types either early or late after TU reading
2015-02-18 Dodji SeketeliFactorize per TU data clearing in the xml-abi reader
2015-02-18 Dodji SeketeliUse the deep type sptr equality operator when possible
2015-02-18 Dodji SeketeliProperly compare virtualness of member functions
2015-02-18 Dodji SeketeliMisc style fixes
2015-02-11 Dodji SeketeliOptimize compressed debug info reading for speed
2015-02-10 Dodji SeketeliShare private data of class_diff nodes
2015-02-10 Dodji SeketeliDo not crash when applying filters to a NULL diff
2015-02-09 Dodji SeketeliInitial implementation of canonical type comparison...
2015-02-07 Dodji SeketeliDon't walk the diff tree when there are no suppressions
2015-02-07 Dodji SeketeliSpeedup some diff::has_changes() implementations
2015-02-07 Dodji SeketeliGet out as early as possible when comparing different...
2015-02-05 Dodji SeketeliRename diff::length() into diff::has_changes()
2015-01-27 Dodji SeketeliAdd a method to diff_context to dump a diff tree to...
2015-01-27 Dodji SeketeliKeep children nodes of class_diff and scope_diff sorted
2015-01-26 Dodji SeketeliHand-code the string representation of GElf_Ehdr::e_machine
2015-01-26 Dodji SeketeliFix chaining of descendant node of qualified type diff...
2015-01-24 Dodji SeketeliRecognize cyclic diff tree nodes as being redundant
2015-01-20 Dodji SeketeliTighten the condition for creating a cloned function...
2015-01-19 Dodji SeketeliFix the output of the array diff report
2015-01-14 Dodji SeketeliDo not install the generated documentation by default
2015-01-14 Dodji SeketeliMake sure to install html docs & gziped info on make...
2015-01-14 Dodji SeketeliDo not install the abinilint program
2015-01-13 Dodji SeketeliSmall grammar fix in a manpage title
2015-01-13 Dodji SeketeliGenerate texinfo documentation properly
2015-01-13 Dodji SeketeliFix man pages installation
2015-01-13 Dodji SeketeliBump the candidate version of the library to 1.0
2015-01-13 Dodji SeketeliDo not forget to install the Manpages
2015-01-13 Dodji SeketeliAdjust archive-related code for the recent addition...
2015-01-13 Dodji SeketeliGenerate Manpages for abidiff, abidw, abilint
2015-01-09 Dodji SeketeliSort functions & variables diff nodes in the diff tree
2015-01-09 Dodji SeketeliFix logic of function parmeters diff redundancy detection
2015-01-09 Dodji SeketeliUpdate copyright year for tests/test-abicompat.cc
2015-01-09 Dodji SeketeliEnhance the format of the diff tree dumping report
2015-01-08 Dodji SeketeliExpose a new libabigail::tools_utils namespace
2015-01-07 Dodji SeketeliUpdate copyright years
2015-01-07 Dodji SeketeliDetect and report changes in ELF architecture
2015-01-06 Sinny KumariInclude libabigail-website.doxy file in EXTRA_DIST
2015-01-06 Dodji SeketeliDelete ltsugar.m4 and pkg.m4 files from m4/
2014-12-28 Dodji SeketeliEnable parallel tests
next
This page took 0.066918 seconds and 5 git commands to generate.