Sébastien Helleu
|
9bf40517d3
|
api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval
|
2015-06-30 20:25:35 +02:00 |
|
Sébastien Helleu
|
d322389e04
|
core: add support of full color option name in command /eval and API function string_eval_expression()
|
2015-04-26 10:29:30 +02:00 |
|
Sébastien Helleu
|
f6941c20eb
|
tests: remove unused variable
|
2015-03-02 21:15:23 +01:00 |
|
Sébastien Helleu
|
a020c28ea6
|
core: update copyright dates
|
2015-01-01 09:23:23 +01:00 |
|
Sébastien Helleu
|
0cd2aff765
|
core: use https for WeeChat URLs
|
2014-12-13 09:16:09 +01:00 |
|
Sébastien Helleu
|
b460055f78
|
tests: add tests of regex replace with empty regex or regex_replace
|
2014-11-23 08:32:52 +01:00 |
|
Sébastien Helleu
|
633a32ccd3
|
api: add regex replace feature in function string_eval_expression
|
2014-10-22 21:19:54 +02:00 |
|
Sébastien Helleu
|
f62f759c3d
|
core: add hide of chars in string in evaluation of expressions
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
2014-10-16 20:46:06 +02:00 |
|
Sébastien Helleu
|
5014231818
|
tests: add some tests on function eval_expression
|
2014-10-12 17:58:13 +02:00 |
|
Sébastien Helleu
|
f39b37351c
|
tests: fix build of tests when the build directory is outside source tree (closes #178)
|
2014-08-25 07:38:38 +02:00 |
|
Sébastien Helleu
|
db9a8e7bc4
|
tests: add unit tests using CppUTest
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
|
2014-07-20 12:13:25 +02:00 |
|