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
---
.../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-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-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
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-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