
pcxprj
List
My Twitter
About My Windows GCC edition
My newest gcc release edition is MinGW64CRT_gcc4.6.3release_sse2static_win32 now.
Newest 64bit edition is MinGW_gcc4.5.3.20110317_static_win64 .
Feature (32bit)
static build
C/C++/Fortran
GDB with python & ArcherGDB with python
std::thread
posix thread support
- After 20120201, my build is enabled SSE2 support at least by default.
- After 20120201, my build's Exes is built with LTO and PGO, so will compile and link faster in theory.
- Link OpenBlas PRESCOTT Lib ( including cblas interface but no lapack ) by default. Use it to improve Fortran bigger Matrix Matmul function performance enormously ( about 400%-500% speed increase at 2000*2000 matrix ).
Other Feature (Experimental, not supported by GCC/Binutils upstream maintainers)
GCC Plugins
Build and Optimization Guide
How can we build GCC4.6.x using mingw gcc
How can we generate smallest or fastest code (Gcc4.6)
http://code.google.com/p/pcxprj/wiki/CompilerAndLinkerSwitchGuide
About Code::Blocks edition
My Latest private build edition
Features
Portable. Save configure file to Code::Blocks directory.
Using my gcc compiler.
All official plugins.
cbDiff Plugin.
Fortran Plugin.
Download link
http://pcxprj.googlecode.com/files/Portable_CodeBlocks_DebuggerBranch_svn7622.7z
Official Edition
Release (not recommended)
Nightly
Unofficial Edition
ptDev's Unofficial Windows installer for Code::Blocks
http://code.google.com/p/codeblocks-unofficial-installer-win32/
darmar's FortranProject plugin for Code::Blocks IDE