Re: [Mingw-w64-public] About the recent sourceforge events

2015-07-21 Thread Adrien Nader
Hi, One more service provider to mention and I think that one is very notable: launchpad. Historically, launchpad had only supported code hosting through bazaar but this is no longer the case: http://blog.launchpad.net/general/git-code-hosting-beta It's still beta but it seems it is already us

[Mingw-w64-public] [PATCH 2/2] corewrappers.h: Added HStringReference implementation.

2015-07-21 Thread Jacek Caban
--- .../include/wrl/wrappers/corewrappers.h| 83 +- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/wrl/wrappers/corewrappers.h b/mingw-w64-headers/include/wrl/wrappers/corewrappers.h index e63d5e9..6a3e873 100644 --- a/mingw

[Mingw-w64-public] [PATCH] codecapi.h: Added CODECAPI_AVDecNumWorkerThreads declaration.

2015-07-21 Thread Jacek Caban
--- mingw-w64-headers/include/codecapi.h | 32 1 file changed, 32 insertions(+) diff --git a/mingw-w64-headers/include/codecapi.h b/mingw-w64-headers/include/codecapi.h index 2583793..7177466 100644 --- a/mingw-w64-headers/include/codecapi.h +++ b/mingw-w64-heade

[Mingw-w64-public] [PATCH] WRL: Added Microsoft::WRL::Details::RaiseException implementation.

2015-07-21 Thread Jacek Caban
--- mingw-w64-headers/include/wrl/internal.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/mingw-w64-headers/include/wrl/internal.h b/mingw-w64-headers/include/wrl/internal.h index 81bf347..20961ae 100644 --- a/mingw-w64-headers/include/wrl/internal.h +++ b/mingw-w64-headers/inc

[Mingw-w64-public] [PATCH] Added new wrl.h file and a few its dependency headers.

2015-07-21 Thread Jacek Caban
I have implemented some basic WRL functionality. This is the first patch that just adds placeholder files and deals with required build system changes. More will follow. --- mingw-w64-headers/Makefile.am | 6 ++ mingw-w64-headers/configure.ac | 4 +++

[Mingw-w64-public] [PATCH 1/2] Added new intsafe.h header.

2015-07-21 Thread Jacek Caban
--- mingw-w64-headers/include/intsafe.h | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 mingw-w64-headers/include/intsafe.h diff --git a/mingw-w64-headers/include/intsafe.h b/mingw-w64-headers/include/intsafe.h new file mode 100644 index 000..4c9459f --- /dev/n