2012/11/11 Kai Tietz <[email protected]>

> 2012/11/11 niXman <[email protected]>:
> > 2012/11/11 Kai Tietz:
> >> So any help for it is most welcome.  The build-system is an important
> >> issue, but even more we need developers/reviewers of it and a lot of
> >> support :)
> >
> > I wish to take part in development/testing of this project.
> > Where I can get the sources?
> >
> >
> >
> > --
> > Regards,
> > niXman
>
> I will sent you some initial parts of the source I have.  It is a
> reference-implementation, and in repository you will see right now
> only some *easy* functions and testcases.  Later ROS people want to
> change to use Wine's testsuite instead, but well I didn't got any
> patches so far.
>

As it stands, I cannot get the sources in SVN to compile due to what I
believe are trivial errors. In how far would it be feasible to make it C99
compatible when basing it on msvcr100 (or even msvcr110, which implements a
ton of C99 math in some form)?

There are a ton of libc testsuites available, perhaps basing the tests on
those would make the effort easier? It all depends on how standard C the
msvcr100 functions are obviously :/. I assume adding missing msvcr*
standard C functions is also a "goal"/"feature"? The other way is to code
tests based on the standard requirements, which is arduous, but not
entirely undoable. Howard Hinnant did the same for C++ for his libc++. Take
a look at this (it's a very simple and powerful setup:
http://llvm.org/svn/llvm-project/libcxx/trunk/test/, ignore the
CMakeLists.txt, it integrates with LLVM's testing or at least that's the
plan. Look at the file "testit").

Ruben

PS: the testsuites I've found so far:
http://git.etalabs.net/cgit/libc-testsuite/
http://posixtest.sourceforge.net/


>
> Regards,
> Kai
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to