Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » How BLITZ works?
Re: How BLITZ works? [message #787 is a reply to message #784] Thu, 02 February 2006 20:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
I am not 100% sure what scenario happened. Maybe that single file was excluded during previous build.

Actual blitz build is quite simple - you have a set of .cpp files to compile. You gather all of them not changed for more than hour and approved for blitz, combine them into single $blitz.cpp and replace them in the set of files to compile with that $blitz.cpp. $blitz.cpp is saved only if it is different from already existing one.

The rest of build is the same as without blitz, just performed with altered set of sources.

Normally, when you modify the file that was previously part of blitz, two files (from compiler perspective) are recompiled - $blitz.cpp, now shorter one file and the file you have modified.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Unix compilation fails
Next Topic: mingwm10.dll not needed?!
Goto Forum:
  


Current Time: Wed May 15 16:27:37 CEST 2024

Total time taken to generate the page: 0.01970 seconds