Raise minimum required cmake to 3.13
Fix compilation with gcc 8.3.0
Simplify .gitignore
Review README
Git-ignore TODO.md
Bug hex interpreter
Bug hex interpreter
Version passes to 1.0.0 as it is considered sta...
Ensure the regex replacement returns the same c...
Revised colors
Fixed and pushed. Will be available in next release (should be 0.9.6)
Bug hex interpreter
Fixed hexadecimal interpreter (--hex option)
Set version to 0.9.5.
Script I added to speed up my deployments - Use...
May add dedicated class for better and working hex interpreter.
Bug hex interpreter
Custom options
Review output, reduce messages
Recursive for all folders
Add option case insensitive for search parameter
Colorized output
--hex option - changed header (\x instead of 0x...
Recursive for all folders
Add option case insensitive for search parameter
Moved constants into dedicated Contant class.
Moved constants into dedicated Contant class.
Recovered from previous performance lost
Reduce command name to "sr"
Added option filter-extension to specify target...
Cleaned CMakeLists.txt
No more used StringMethods class => removed
Ignore case - code simplification
Make use of dedicated classes to store and prin...
No more used StringMethods class => removed
Add unit-tests executable generation into cmake...
DataReplacer - use separate method to count occ...
Fix comment value
Passed project under cmake
Make option filter-extension case insensitive
Add option ignoreCase
sreplace always replaces recursively in folders...
Distinction between replacement in lines, and replacements. Specify replacement by...
Add option case insensitive for search parameter
Review output, reduce messages
Custom options
Recursive for all folders
DataBuffer.at() - protect from index out of range
Removed obsolete parameter
DataReplacer > replaceAll works with multiple s...
Adopt the multiple search feature in the applic...
Add new option/feature to remove trailing spaces
Prepared the release
Revised usage description
Allow to pass more than one file as parameter
Added predefined tab-to-space and space-to-tab ...
Bug fix and renamed variable
Revised options and usage description
Added new build configuration Test for unit tes...
Removed c++11 compiler option so as to compile ...
Compile the Release version as a static executable
Compile the Release version as a static executable
Ignore generated files
Initial commit