summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-01-23tests: add tests on string_split() with keep_eol set to 2Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-31core: fix execution of empty command nameSébastien Helleu
2015-12-25tests: temporary disable check of javascript pluginSébastien Helleu
2015-12-24tests: fix compilation with autotoolsSébastien Helleu
2015-12-24tests: fix locale used to execute testsSébastien Helleu
2015-12-24tests: check if all plugins are loadedSébastien Helleu
2015-12-20core: use Ubuntu Trusty for tests (Travis CI)Mikaela Suomalainen
2015-08-24api: fix handle of invalid escape in function string_convert_escaped_chars()Sébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function s...Sébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-14tests: add package libcpputest-dev for ubuntu/precise (Travis CI)Sébastien Helleu
2015-05-17core: make cpputest optional in cmake compilationSébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API function...Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-03-22tests: check that function string_strndup returns NULL if the given string is...Sébastien Helleu
2015-03-06tests: remove compiler warnings about unused parametersSébastien Helleu
2015-03-03tests: remove unused variablesSébastien Helleu
2015-03-02tests: remove unused variableSébastien Helleu
2015-02-13tests: add tests on weelist functionsSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-12-10tests: fix compilation of tests with clang (closes #275)Sébastien Helleu
2014-11-23tests: add tests of regex replace with empty regex or regex_replaceSébastien Helleu
2014-11-18tests: add hashtable tests with multiple items giving same hashed keySébastien Helleu
2014-11-03tests: add tests of functions string_shared_get and string_shared_freeSébastien Helleu
2014-10-22api: add regex replace feature in function string_eval_expressionSébastien Helleu
2014-10-16tests: fix memory leak in hashtable testsSébastien Helleu
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
2014-10-12tests: add test of function string_split_shell with an empty stringSébastien Helleu
2014-10-12tests: add extra check of argv pointer in test of string_split functionsSébastien Helleu
2014-10-12tests: initialize argc to -1 instead of 1 before some testsSébastien Helleu
2014-10-12tests: add some tests on function eval_expressionSébastien Helleu
2014-10-11core: fix search/insert of elements in sorted arraylist with duplicatesSébastien Helleu
2014-10-05Merge branch 'arraylist'Sébastien Helleu
2014-09-03tests: add tests of hashtable functionsSébastien Helleu
2014-09-01tests: add tests of arraylist functionsSébastien Helleu
2014-08-29api: use microseconds instead of milliseconds in functions util_timeval_diff ...Sébastien Helleu
2014-08-25core: fix build of tests with autotoolsSébastien Helleu
2014-08-25tests: fix build of tests when the build directory is outside source tree (cl...Sébastien Helleu
2014-08-15tests: fix memory leak in tests launcherSébastien Helleu
2014-08-14tests: read WeeChat command line arguments in environment variable "WEECHAT_T...Sébastien Helleu
2014-08-14tests: fix memory leaksSébastien Helleu
2014-08-14tests: add tests of function string_split_shellSébastien Helleu
2014-08-14tests: add partial tests of functions hashtable_set*Sébastien Helleu
2014-08-14tests: don't install binary "tests" with autotoolsSébastien Helleu
2014-08-14tests: add tests of function string_replace_with_callbackSébastien Helleu