Abdessattar Sassi

Results 54 comments of Abdessattar Sassi

@GamePad64 I tried to modernize as much as possible the cmake build for crypto++. I fully support your analysis above. Please take a look at the latest version in the...

Please check the new implementation which should work in all environments: ```cmake if(MSVC) set(CRYPTOPP_MSVC_COMPILE_OPTIONS) # TODO: what about ICC and LLVM on Windows? if(CMAKE_SYSTEM_VERSION MATCHES "10\\.0.*") # https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt list(APPEND CRYPTOPP_COMPILE_DEFINITIONS...

Another way to do this would be to export proper hooks from the version plugin so that someone else can write the plugin that handles change logs properly. 1. change...

> > > To be honest I feel weird that we are discussing features that already implemented in changesets > > The version workflow was designed without being aware of...

I love OpenSource :-), Thanks @arcanis and @Andarist 👍 .

> Oh and, one problem that we currently have, it's sometimes a bit difficult for external contributors to know what to bump (for example that modifying the plugins require to...

@Vollstrecker please keep our custom installation of ccache instead of using Ubuntu package. Ubuntu is so behind compared to the development pace of ccache and missing out on many of...

Ioc does not really do anything more than forwarding to the actual dependency injection service provider. You should directly use the service provider if it supports removing services after it...

Looking at the code, this is possible... This project was the first one really attempting to provide a solution to bringing libmagic long history to javascript. I have also started...

Honestly, not supporting the Windows Community Toolkit controls is an inhibiting factor for the adoption of C# Markup. Almost all of the controls in the CTK are required and without...