aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/src/cover.erl
AgeCommit message (Expand)Author
2019-05-14Merge branch 'john/tools/fix-cover-register-race/ERL-943/OTP-15813' into main...Erlang/OTP
2019-05-13cover: Fix register/2 race on startupJohn Högberg
2019-01-21[cover] Make uncovered lines searchable in html outputSiri Hansen
2019-01-11Add a link on the line number in cover outputLoïc Hoguin
2018-09-21Update copyright yearHenrik Nord
2018-07-14Improve Cover HTML pageMilton Mazzarri
2017-12-22Merge branch 'maint'Hans Bolinder
2017-12-21tools: Correct a counting bug in CoverHans Bolinder
2017-07-06tools: Do not use deprecated functions in string(3)Hans Bolinder
2017-06-19Update copyright yearHans Nilsson
2017-06-16[ct] Print unicode atoms and strings correctly in common_test logsSiri Hansen
2016-09-01cover: Remove always stale commentBjörn Gustavsson
2016-05-10cover: Fix unmatched return warningsBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-01Generalize bit string comprehensionsBjörn Gustavsson
2016-02-03Merge branch 'maint'Hans Bolinder
2016-02-03tools: Fix wrong instrumentation of binary comprehensionsLuis Rascao
2016-01-22Merge branch 'maint'Siri Hansen
2015-12-17[cover] Don't crash when compiling beam without 'file' attributeSiri Hansen
2015-10-14Remove the deprecated webtool applicationBjörn Gustavsson
2015-09-09Fix cover output fileYuki Ito
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15Merge branch 'gomoripeti/tools/cover-no-beam/OTP-12806'Björn Gustavsson
2015-06-10cover: handle undefined module when analysing to filePéter Gömöri
2015-06-09cover: Unstick modules before loading remoteBjörn-Egil Dahlberg
2015-04-30tools: Use module erl_annoHans Bolinder
2015-02-25cover: Optimize file operationsBjörn Gustavsson
2015-02-20[cover] Improve performanceSiri Hansen
2014-11-08Fix cover bug on last expressions with empty clausesJosé Valim
2014-03-04Merge branch 'nox/maps-support-cover/OTP-11764'Björn-Egil Dahlberg
2014-02-13cover: Use lists:reverse/1 instead of the home-brewn reverse functionBjörn Gustavsson
2014-02-13cover: Remove support for ancient formats of abstract codeBjörn Gustavsson
2014-02-11cover: Support running cover on itselfBjörn Gustavsson
2014-02-07Merge branch 'nox/tools/cover-record-update'Björn Gustavsson
2014-02-01Support maps in coverAnthony Ramine
2014-02-01Properly munge record updates in coverAnthony Ramine
2014-02-01Don't munge record and field names in coverAnthony Ramine
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-10-30Take compiler options from beam in cover:compile_beamPéter Gömöri
2013-04-09Delete ets tables when stoppedFredrik Gustafsson
2013-04-04fix a race condition when there're several applications in apps directoryManuel Rubio
2013-03-26[cover] Ensure no process leak when stopping cover on dead nodeSiri Hansen
2013-03-06Extend cover.erl source searchAnders Svensson
2013-01-25Fix a bug in cover when used with no_auto_importJosé Valim
2013-01-25Ensure cover keeps the proper file sourceJosé Valim
2013-01-25cover now relies on the compile info to find file sourcesJosé Valim
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-16Remove what remains of the Mnemosyne codeLoïc Hoguin
2013-01-09Merge branch 'siri/cover/new-bugs-r16/OTP-10638'Siri Hansen
2013-01-02[tools] Add Unicode support for CoverHans Bolinder