-
morgan3d committed patchset 263 of module ice to the iCompile CVS repository, changing 7 files.
2009-08-13 05:28:21 UTC by morgan3d
-
morgan3d committed patchset 262 of module ice to the iCompile CVS repository, changing 2 files.
2009-05-23 08:58:28 UTC by morgan3d
-
morgan3d committed patchset 261 of module ice to the iCompile CVS repository, changing 7 files.
2009-05-23 08:21:52 UTC by morgan3d
-
iCompile is a zero configuration build system for C++ projects under OS X, Linux, and other unix-like operating systems. It can compile most projects without a Makefile or other configuration file, making it ideal for students and hobbyists. The new release supports expanded rules for linking 3rd party libraries, Doxygen integration, and templates for common project types.
2009-05-22 04:54:42 UTC by morgan3d
-
I released iCompile 0.5.7 tonight. Enjoy!
-m.
2009-05-22 04:52:30 UTC by morgan3d
-
morgan3d added the icompile-0.5.7.tar.gz file.
2009-05-22 04:48:56 UTC by morgan3d
-
morgan3d created the 0.5.7 file release.
2009-05-22 04:44:17 UTC by morgan3d
-
Thanks for the encouragement--I'll make a new release in a few days!
-m.
2009-05-21 13:01:02 UTC by morgan3d
-
Hello developers.
I would like to ask you to update the downloadable package of the "Download" section. The only package visible there is a 5 years old release instead of the current version in the CVS. Why there is not a downloadable package with a modern version? I think that people may discard the use of iCompile for their own projects because they think that project is dead...
2009-05-20 17:28:29 UTC by egparedes
-
There is a bug in the version 0.5.7 of iCompile. When trying to build an optimized release version, the gcc compiler is called with an option "-fpmath=sse" which is invalid. The right one should be "-mfpmath=sse" (with an 'm' after the dash, as it is a machine dependent optimization)
2009-05-20 17:16:45 UTC by egparedes