Rick de Water
Rick de Water
I am using v0.14 of this script to build a project with Visual Studio 2019. I expected the value of `settings.compiler.toolset` to be `'v142'`, but instead it is `None` This...
So I made some parameter attributes, such as `NumberRangeAttribute`, that tell the `IExecution` to generate parameters and run the test multiple times. Now I want to write tests for my...
* [ ] Create package script * [ ] Automatically build package * [ ] Upload package to [Bintray](https://bintray.com/lingo/conan/lingo)
## Constructors * [x] ~~`iterator`~~ (Not easy to restrict iterators to either points or units, skip for now) * [x] ~~`std::initializer_list`~~ (Same for initializer list) ## Member functions * [x]...
## Member functions * [x] `copy` * [x] `substr` * [x] `starts_with` * [x] `ends_with` * [x] `find` * [x] `rfind` * [ ] `find_first_of` * [ ] `find_first_not_of` *...
Currently uses a very naive algorithm. Use something like Boyer–Moore instead.
* [ ] `lingo::concept::encoding` * [ ] `lingo::concept::page` * [ ] `lingo::concept::encode_result` * [ ] `lingo::concept::decode_result` * [ ] `lingo::concept::error_handler`