Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - myk002

Pages: 1 ... 14 15 [16]
226
Tools / Re: OXCTools
« on: July 09, 2013, 12:39:52 am »
OSS can use .net too: mono :)
while that is true, you have to make sure you don't use any microsoft-only libraries.  QT is much more likely to work cross-platform.

227
Programming / use of uninitialized var fixes
« on: July 03, 2013, 07:08:36 pm »
I tried building with -Wall -Wextra and gcc found a few issues, like variables being used without initialization in some code paths.  These code paths probably aren't being hit too often -- otherwise we would have heard about crashes, I'm sure, but it's probably a good idea to fix them up.  I created a pull request that fixes the issues, but it could certainly use a review to make sure I fixed them correctly : )  Maybe we could add -Wall -Wextra to the flags in the standard build?  It does catch some important issues before they become a problem.

Pages: 1 ... 14 15 [16]