]> sourceware.org Git - libabigail.git/shortlog
libabigail.git
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
2014-12-28 Dodji SeketeliAdd a --dump-diff-tree to abidiff for debugging purposes
2014-12-27 Dodji SeketeliFix typos in the abicompat manual
2014-12-27 Dodji SeketeliFix a typo in the abidiff manual
2014-12-27 Dodji SeketeliFix redundancy in abidiff manual
2014-12-26 Dodji SeketeliFix the doc string of the CanonicalDiff section of...
2014-12-26 Dodji SeketeliUpdate doc string for new --no-redundant option of...
2014-12-26 Dodji SeketeliMake abidiff *NOT* show redundant changes by default
2014-12-26 Dodji SeketeliTry harder to handle pointer/reference to void
2014-12-26 Dodji SeketeliDo not mark sibling structurally identical nodes as...
2014-12-26 Dodji SeketeliUn-share diff nodes in the comparison IR
2014-12-26 Dodji SeketeliStyle fix
2014-12-26 Dodji SeketeliFix pretty printing of pointer_diff node
2014-12-18 Sinny KumariAdd new methods in corpus_diff class
2014-12-15 Sinny KumariAdd new corpus_diff::added_variables() method
2014-12-12 Dodji SeketeliExtend detection of compatible types to arrays
2014-12-12 Dodji SeketeliImprove the doc string for the elf_symbol::get_id_strin...
2014-12-11 Dodji SeketeliBetter handle pointer-to-void in various places of...
2014-12-11 Dodji SeketeliTry harder to detect a DWARF attribute pointing into...
2014-12-11 Dodji SeketeliFix accidentally removing the scope of variables when...
2014-12-11 Dodji SeketeliFix several aborts while diffing libdw.so
2014-12-10 Dodji SeketeliTemporarily disable redundant diff report elimination
2014-12-10 Jan EngelhardtFix conditional build wrt zip archives and cx11
2014-12-10 Dodji SeketeliMake determining of compatible types complete
2014-12-09 Dodji SeketeliFix classification of parameter addition in C
2014-12-08 Dodji SeketeliWire the soname check into abicompat
2014-12-07 Dodji SeketeliFixup messed up old runtestdiffdwarf input tests
2014-12-07 Dodji SeketeliSupport reading and comparing soname from ELF files
2014-12-07 Dodji SeketeliFix some style nits in the native reader and writer
next
This page took 0.059441 seconds and 5 git commands to generate.