Alfred Klomp

Results 69 comments of Alfred Klomp
trafficstars

Sorry, I have no experience with iOS or xcode. The library is a relatively straightforward C project, so I don't think it should be too hard to get it running....

This library now integrates with CMake, so it should be possible to use it like any other library that uses CMake.

Hey, thanks for the report. I'm a bit baffled by this, because like you say, if the library is run inside a mutex, it should be threadsafe. In fact, it...

@izoroth Short answer: not currently, no. Long answer: Well, it's not really a PR, it's a series of sketches of what a despacing algorithm might look like. There's no definite...

An output length of zero is a strong indication that the codec is not properly compiled in. Are you using the `BASE64_FORCE_SSSE3` flag to force the codec? Because this will...

Hey, could you please re-test with the latest master branch? The merge of issue #42 may have fixed the bug.

As of `v0.5.2`, this library is now built and tested in CI on Windows, by building it with a variety of MSVC and MSYS2/MinGW setups. A number of bugs were...

But before we can even use the Windows code, we need a build system that works under Windows, right?

Please don't take my criticism the wrong way, it's all done with the best intentions.

Hey, to move this issue forward a little bit, I rewrote your pull request with inclusion of my comments in the branch [zenden-new-branch-2](https://github.com/aklomp/base64/tree/zenden-new-branch-2). Does this still work correctly on Windows?...