An easy-to-use lightweighted sparkling boost-based C++ miscellaneous library.
Because it is namespace-based and well organized to let you avoid spending time in compiling it and understanding how to use it.
Source code is minimal, as well as the header files. Only the .cpp files contain dependencies to the boost library. The header files don't.
Feel free to use it. Add the source files in your project source files, or compile it as a library, or use just those files you need. Do whatever you want!
Because I love boost, and I miss it.
In my personal projects and previous jobs I always had to implement the same classes and methods for the most typical tasks I needed as a programmer. One day I said I should start a library which contains all this stuff. Here it is.
Because I love C++, and I love boost, and I miss both.
Because Lourdes is the name of a very lovely special woman.
I will be happy to receive pull requests from the community, as long as the style, syntax, and philosophy remains the same. Feel free to create new libraries, write tests, fix bugs, and improve whatever you think that can be improved.
Originally from Barcelona, currently living in Seattle. I make software. I also make music. I love life, and I love beer.
The MIT License (MIT)
Copyright (c) 2015-2017 Dídac Pérez Parera
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.