aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/epp_SUITE.erl
AgeCommit message (Expand)Author
2017-06-09stdlib: Handle Unicode macro namesHans Bolinder
2016-11-30stdlib test suite: fix uses of export_allRichard Carlsson
2016-05-04epp: Add the -error and -warning directivesBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Remove ?line macrosBjörn Gustavsson
2016-03-09Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Replace use of test_server:format/2 with io:format/2Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-18Merge branch 'bjorn/stdlib/function-macro/OTP-13059'Björn Gustavsson
2016-02-18Merge branch 'bjorn/remove-test_server/OTP-12705'Björn Gustavsson
2016-02-17Implement ?FUNCTION_NAME and ?FUNCTION_ARITY macrosBjörn Gustavsson
2016-02-17stdlib: Modify the preprocessor as to expose typed record fieldsHans Bolinder
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-11-17epp: Refactor scan_define()Björn Gustavsson
2015-11-17epp_SUITE: Improve coverage of eppBjörn Gustavsson
2015-11-17epp_SUITE: Extend smoke and cover test of format_error/1Björn Gustavsson
2015-11-16epp_SUITE: Add test of -extends()Björn Gustavsson
2015-10-29epp_SUITE: Avoid hard-coding list of macros more than onceBjörn Gustavsson
2015-10-29epp_SUITE: Add smoke and coverage test of format_error/1Björn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-03-18epp: Make it possible to specify a default encodingBjörn Gustavsson
2014-02-20Fix a bug in epp concerning circular macro definitionsHans Bolinder
2013-04-26Fix an inconsistent state in eppAnthony Ramine
2013-02-18Fix some Unicode issuesHans Bolinder
2013-01-25[stdlib] Introduce new functions epp:read_encoding_from_binary/1,2Hans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-10-30Skip epp_SUITE:otp_8911 if cover is runningSiri Hansen
2011-10-21Fix a few tests that used to fail on the HiPE platformHans Bolinder
2011-10-17Make epp search directory of current file first when including another fileRichard Carlsson
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-10-28Fix epp bug concerning the file attribute and file inclusionHans Bolinder
2010-06-03OTP-8665 epp bugHans Bolinder
2010-04-09OTP-8562 Closing right parenthesis in macro definitions is mandatory.Hans Bolinder
2010-03-09OTP-8503 stdlib: records with no fields is considered typed by eppHans Bolinder
2010-03-02OTP-8470 stdlib: epp bugHans Bolinder
2010-02-01epp_SUITE: Increase code coverageHans Bolinder
2010-02-01epp: change rules to choose the right version of a macroChristopher Faulet
2010-02-01epp: Add support of macros overloadingChristopher Faulet
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP