Age | Commit message (Collapse) | Author |
|
buffer is opening
|
|
|
|
|
|
|
|
(issue #1973)
|
|
With complete date and time format, the tests output was incorrectly parsed by
Emacs.
|
|
hook_timer on 32-bit systems (issue #1999)
|
|
(issue #1999)
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|
|
(issue #1903)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config_new_option (scripting API)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to use escaped chars in strings.
|
|
|
|
|
|
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
|
|
print_y_date_tags
Affected plugins: python, lua, tcl, guile, javascript.
|
|
Affected plugins: python, lua, tcl, guile, javascript.
|
|
|
|
|
|
|
|
free content, add function printf_y_date_tags (closes #1746)
|
|
|
|
|
|
|
|
(issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
|
|
|
|
|
MemoryLeakWarningPlugin::turnOnNewDeleteOverloads is replaced by
MemoryLeakWarningPlugin::turnOnThreadSafeNewDeleteOverloads, which is available
in both CppUTest 3.x and 4.0.
|
|
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|