Rick de Water

Results 21 issues of 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...

feature
unicode

* [ ] Create package script * [ ] Automatically build package * [ ] Upload package to [Bintray](https://bintray.com/lingo/conan/lingo)

devops

## 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]...

feature

## Member functions * [x] `copy` * [x] `substr` * [x] `starts_with` * [x] `ends_with` * [x] `find` * [x] `rfind` * [ ] `find_first_of` * [ ] `find_first_not_of` *...

feature

Currently uses a very naive algorithm. Use something like Boyer–Moore instead.

refactor
good first issue

* [ ] `lingo::concept::encoding` * [ ] `lingo::concept::page` * [ ] `lingo::concept::encode_result` * [ ] `lingo::concept::decode_result` * [ ] `lingo::concept::error_handler`

feature