Tools of the Trade: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (MSVC++ Express)
Line 53: Line 53:
* [http://developers.sun.com/sunstudio/downloads/tha/index.html Sun Thread Analyzer] - for Linux: supports Intel x86 & AMD64 platforms (part of Sun Studio Express)
* [http://developers.sun.com/sunstudio/downloads/tha/index.html Sun Thread Analyzer] - for Linux: supports Intel x86 & AMD64 platforms (part of Sun Studio Express)
* [http://www.intel.com/vtune/ Intel VTune] [http://www.intel.com/cd/software/products/asmo-na/eng/download/download/index.htm (free Win32/Linux versions available for non-commercial use:requires an INTEL CPU!)]
* [http://www.intel.com/vtune/ Intel VTune] [http://www.intel.com/cd/software/products/asmo-na/eng/download/download/index.htm (free Win32/Linux versions available for non-commercial use:requires an INTEL CPU!)]
* [http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm#Thread Intel Thread Analysis & Profiling Tools]


=== IDEs ===
=== IDEs ===

Revision as of 23:13, 3 November 2008

Tools

Free/Open Source

Build related

Speeding up compilations

Documentation

Debugging

Memory Usage

Profiling

Source Code Management / Revision Control Systems

fraps-like Output/Video capturing for *nix

Other tools (proprietary but freely available)

Debuggers & Profilers

IDEs

  • MSVC++ Express 2008 [2] - please note that you'll probably want to download the offline installation image file (iso) which -unlike the web installation- doesn't require any complicated and long-winded registration process. The direct link to the latest version (as of 11/2008) is [3] - after having downloaded the iso image, you'll either have to burn it or simply mount it in order to execute the installation.

If you are lost see Portal:User or Portal:Developer