From pianohacker at gmail.com Fri Sep 15 16:57:30 2006 From: pianohacker at gmail.com (Jesse Weaver) Date: Fri, 15 Sep 2006 20:57:30 -0600 Subject: Ikayzo SDLmm (C++ version) Message-ID: Hi all, Lacking a better name, I have called the C++ port Ikayzo SDLmm (in the style of GTKmm). Also, attached is some very early code, for all to peruse, criticize, etc. Since this is a C++ library, I used the naming conventions of the STL and Boost . Note that the tag class does not have loadFile-esque functions, and I don't think it should, at least in C++; I think functions along the lines of ikayzo::sdlmm::parse_file would work better. Also, values are stored in union wrapper classes; not quite sure how they should work, but since there isn't a Object base class in C++, it's our only choice. Other than that, the API is essentially the same. Any comments are usually appreciated. -- Jesse ----------- Due to budgetary constraints, this virus works on the honor system. Please send this to everyone you know and delete all the files on your computer. Thank you. ----------- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ikayzo-sdlmm-v1alpha1.1.zip Type: application/zip Size: 14549 bytes Desc: not available URL: From pianohacker at gmail.com Sat Sep 16 07:07:28 2006 From: pianohacker at gmail.com (Jesse Weaver) Date: Sat, 16 Sep 2006 11:07:28 -0600 Subject: Naming conventions Message-ID: Sorry, brain block... I'm converting the naming styles to the Java style. Didn't read earlier emails. -- Jesse ----------- Due to budgetary constraints, this virus works on the honor system. Please send this to everyone you know and delete all the files on your computer. Thank you. ----------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at ikayzo.com Sat Sep 16 19:12:15 2006 From: dan at ikayzo.com (Daniel Leuck) Date: Sat, 16 Sep 2006 19:12:15 -1000 Subject: Naming conventions In-Reply-To: Message-ID: Hi Jesse, I'm really excited to see this C++ port! This is a great contribution. I'll get it into Subversion on our new Ikayzo.org server on Monday. We will be switching DNS to the new machine as soon as I am done moving the wiki content. I'll set you up with access so you can add C++ docs if you are so inclined. A few quick updates: - I've also made a few bug fixes to the C# version. I will do another release shortly. - I've become aware of SDL use within several large banks and software companies. Its usage seems to be growing steadily. Have a great weekend! Dan _____ From: Jesse Weaver [mailto:pianohacker at gmail.com] Sent: Saturday, September 16, 2006 7:07 AM To: SDL_Developers Subject: Naming conventions Sorry, brain block... I'm converting the naming styles to the Java style. Didn't read earlier emails. -- Jesse ----------- Due to budgetary constraints, this virus works on the honor system. Please send this to everyone you know and delete all the files on your computer. Thank you. ----------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From pianohacker at gmail.com Sun Sep 17 09:18:46 2006 From: pianohacker at gmail.com (Jesse Weaver) Date: Sun, 17 Sep 2006 13:18:46 -0600 Subject: Naming conventions In-Reply-To: <450cd939.2cf7b697.6fd7.ffffda7eSMTPIN_ADDED@mx.gmail.com> References: <450cd939.2cf7b697.6fd7.ffffda7eSMTPIN_ADDED@mx.gmail.com> Message-ID: On 9/16/06, Daniel Leuck wrote: > > Hi Jesse, > > > > I'm really excited to see this C++ port! This is a great contribution. > I'll get it into Subversion on our new Ikayzo.org server on Monday. We > will be switching DNS to the new machine as soon as I am done moving the > wiki content. I'll set you up with access so you can add C++ docs if you > are so inclined. > Yes, I would like wiki and subversion access, if you could swing it. Thanks. I have naming conventions changed to those of the Java code, pretty much: classes: ikayzo::sdlmm::Parser methods: Parser.parseFile functions: ikayzo::utf8::encodeUTF8 Is that correct? A few quick updates: > > - I've also made a few bug fixes to the C# version. I will do another > release shortly. > > - I've become aware of SDL use within several large banks and software > companies. Its usage seems to be growing steadily. > Wow, already? That's really cool. Have a great weekend! > > > > Dan > > -- Jesse ----------- Due to budgetary constraints, this virus works on the honor system. Please send this to everyone you know and delete all the files on your computer. Thank you. ----------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at ikayzo.com Sun Sep 17 09:53:30 2006 From: dan at ikayzo.com (Daniel Leuck) Date: Sun, 17 Sep 2006 09:53:30 -1000 Subject: Naming conventions In-Reply-To: Message-ID: Hi Jesse, > Yes, I would like wiki and subversion access, if you could swing it. Thanks. No problem. We will set you up with access to Subversion, Confluence (the wiki), and Jira (for bug tracking.) The new server should be online within a few days. Re: Naming Conventions Yes. These look good. Take care, Dan _____ From: Jesse Weaver [mailto:pianohacker at gmail.com] Sent: Sunday, September 17, 2006 9:19 AM To: sdl-developers at ikayzo.org Subject: Re: Naming conventions On 9/16/06, Daniel Leuck wrote: Hi Jesse, I'm really excited to see this C++ port! This is a great contribution. I'll get it into Subversion on our new Ikayzo.org server on Monday. We will be switching DNS to the new machine as soon as I am done moving the wiki content. I'll set you up with access so you can add C++ docs if you are so inclined. Yes, I would like wiki and subversion access, if you could swing it. Thanks. I have naming conventions changed to those of the Java code, pretty much: classes: ikayzo::sdlmm::Parser methods: Parser.parseFile functions: ikayzo::utf8::encodeUTF8 Is that correct? A few quick updates: - I've also made a few bug fixes to the C# version. I will do another release shortly. - I've become aware of SDL use within several large banks and software companies. Its usage seems to be growing steadily. Wow, already? That's really cool. Have a great weekend! Dan -- Jesse ----------- Due to budgetary constraints, this virus works on the honor system. Please send this to everyone you know and delete all the files on your computer. Thank you. ----------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at ikayzo.org Wed Sep 20 12:47:44 2006 From: dan at ikayzo.org (Daniel Leuck) Date: Wed, 20 Sep 2006 12:47:44 -1000 Subject: New Ikayzo.org Server and Platform Up Message-ID: Hi Guys, The new Ikayzo.org server is up and running. DNS was switched over yesterday, so if it hasn't reached you yet, you can use the new server's IP: http://167.216.12.132 to check it out. Changes include: - New, faster hardware with more memory (everything is much snappier!) - The latest versions of Confluence, Jira, and Subversion. - A new approach to setting up projects that is much lighter weight. We can easily add new projects, although they still have to meet project criteria and pass the review board. See http://www.ikayzo.org/criteria.html - Jupiter is now fully supported (it has its own Confluence space, etc.) - A new admin at ikayzo.org list containing people with admin privs. This can be used to report problems with the server and its services. Mika will handle most issues, but we have other people on the list in case she is unavailable. - Scheduled backups to a drive in another data center. - A 1.0 release for SDL.NET - Numerous other small updates Confluence, Jira, and Subversion have been configured for all projects. We were able to port all the confluence content, but registered users did not come over. If you cannot login, please re-register. We apologize for the inconvenience. Hackstat reporting has not yet been migrated. We emailed our friends at UH requesting assistance with this last piece. Many thanks to those that assisted with the server migration and the upgrades. Best regards, Dan BTW - We are very interested in locating people willing to contribute to SDL for Java, .NET, Ruby, and C++. If you are interested or know of someone who might be interested, please let me know. Even small contributions are appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: