summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-01-18Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier
2017-01-16Make sym_check python 3 compatibleEric Fiselier
2017-01-03Fix creating __generated_config on WindowsEric Fiselier
2016-11-18Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier
2016-11-18Make merge_archives.py executableEric Fiselier
2016-11-18Add merge_archives.py utilityEric Fiselier
2016-11-18update Apples ABI list to ignore non-std symbolsEric Fiselier
2016-11-18Change sym_check to filter non-stdlib symbols.Eric Fiselier
2016-11-05Upgrade in-tree google benchmark to v1.1Eric Fiselier
2016-10-14Sort ABI lists by name so that changes don't generate big diffsEric Fiselier
2016-10-09Remove debug output from gen_linker_script.pyEric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-10-08[cmake] Split linked libraries into private & public, for linker scriptMichal Gorny
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-08-29Update Google Benchmark library.Eric Fiselier
2016-08-09Update in-tree Google Benchmark to current ToT.Eric Fiselier
2016-07-19[libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier
2016-01-19Add more missing license headersEric Fiselier
2015-10-14[libcxx] Make it drastically simpler to link libc++.Eric Fiselier
2015-03-27cleanup comments in sym_checkEric Fiselier
2015-03-27Add readelf support to abi_check. Prefer readelf over nmEric Fiselier
2015-03-20Improve automatic detection of filetype for sym_checkEric Fiselier
2015-03-20Fix use of incorrect package name in sym_checkEric Fiselier
2015-03-20Add symbol checking script to libc++ to help manage exported symbols.Eric Fiselier
2015-01-22[libcxx] Allow use of ShTest in libc++ tests along with other changes.Eric Fiselier