aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added CMakeLists.txt for other projects to useXavier Del Campo Romero2020-07-091-0/+4
|
* Various minor changesXavier Del Campo Romero2020-06-122-14/+11
| | | | | | | | - Removed trailing ';' from convenience macros. - Convenience macros did not really need the ## __VA_ARGS__ extension. Simply grouping all parameters into '...', while decreasing readability, solves the portability issue. - Added C99 check to dynstr.c.
* Avoid free() if no string is presentXavier Del Campo Romero2020-03-251-2/+5
|
* Removed esp-idf filesXavier Del Campo Romero2020-03-232-7/+0
|
* Minor changeXavi Del Campo2020-03-211-2/+2
|
* Added comments to dynstr_dup()Xavi Del Campo2020-03-211-0/+7
|
* Various changes and improvementsXaviDCR922020-03-212-17/+69
| | | | | | - Replaced int by specific, more meaningful error codes. - C99 states realloc can be safely called using NULL pointers. - New function dynstr_dup().
* Fixed typoXaviDCR922020-03-211-1/+1
|
* Merge branch 'master' of https://github.com/XaviDCR92/dynstrXaviDCR922020-03-211-22/+25
|\
| * Solved compiler error by adding scope blockXavi Del Campo2020-03-211-22/+25
| |
* | Added compile-time error when C99 is not presentXaviDCR922020-03-211-0/+4
|/
* Build files for esp-idfXavier Del Campo Romero2020-03-202-0/+7
|
* New convenience macro dynstr_append_or_ret_zeroXavier Del Campo Romero2020-03-201-2/+7
|
* Replaced unneeded calloc() by malloc()Xavier Del Campo Romero2020-03-201-2/+2
|
* First commitXavi Del Campo2020-03-195-0/+389