This message comes to you from MacDev-1(tm) -- the Mac(tm) OS Developer News and Info server. See below for more info on this list (including sub/unsub details). __________________________
Subject: [ANN] macstl 0.1.5 released -- Xcode compatibility From: Glen Low <[EMAIL PROTECTED]> Pixelglow Software has just updated macstl to 0.1.5, which now works with Mac OS X 10.3 Panther and Xcode 1.0. The new version also has fixes for older gcc 3.1 and 3.3 compilers. http://www.pixelglow.com/macstl/ http://www.pixelglow.com/downloads/macstl-0.1.5.zip (436K) macstl is a C++ source library designed to bring the Macintosh into the world of modern generic programming. The cornerstone is a fast valarray optimized for Altivec: it runs 3.9x - 18.2x faster than gcc 3.3 libstdc++ and 5.2x - 16.2x faster than Metrowerks MSL C++. Developers unfamiliar with Altivec can write to a portable, intuitive and standard component, and just flicking a single compiler switch will make it run fast on a G4 or G5, or run correctly on other non-Altivec systems. The license is BSD-like, which means you can change, redistribute, resell, chop up or burn the source code to your heart's content without fee. However, if you want to compile into object code for more than 30 days, you should register a single non-commerical for $49, a a single commercial for $99 or unlimited commercial for $499. Object code is similarly free from royalties and additional fees, and you get priority support and a share of subsequent fees for code and debug contributions. Changes ------------ Now builds with Xcode 1.0. Fixed altivec functions not compiling in gcc 3.1: "tree_list not supported by dump_expr". Reduced download size by removing build directories. Fixed altivec abs ambiguity. Fixed internal valarray #includes. Fixed uninitialized_copy_n not compiling with non-random access iterators. Cheers, Glen Low __________________________ Please visit our sponsors: RadGad(sm): The Place for Useful Gifts & Gadgets.(sm) http://www.radgad.com/, mailto:[EMAIL PROTECTED], or 877-5-RADGAD MacTech(r) Magazine: The journal of Macintosh technology and development http://www.mactech.com, mailto:[EMAIL PROTECTED], or 805-494-9797 DevDepot(sm): Your Source for RAM, Technical & Developer Products http://www.devdepot.com, mailto:[EMAIL PROTECTED] or call 877-DEPOT-NOW To submit a posting to MacDev-1, mailto:[EMAIL PROTECTED] To subscribe to MacDev-1, send mail to [EMAIL PROTECTED] with the SUBJECT line reading "SUBSCRIBE MACDEV-1". To unsubscribe, the SUBJECT line should read "UNSUBSCRIBE MACDEV-1". MacTech, Developer Depot, RadGad, and Xplain Corporation are not responsible for any errors, omissions, or other inaccuracies in this message. News may be propagated freely, but please attribute your source as MacTech Magazine, <http://www.mactech.com>. --
