The build-time tag has no wiki summary.
8
votes
1answer
427 views
Embedding build time into JAR Manifest using Ant
If I want to embed the current time in JAR manifest using ant is there an ant property I can use for "now" and which manifest attribute is the best to put this information?
I currently have the ...
8
votes
2answers
580 views
Is there a way to display the build time of an entire solution in Visual Studio?
I know there is a way to display the build time of each project contained in a solution in visual studio. But what I'm looking for is the total time it took to build an entire solution, from the ...
7
votes
10answers
3k views
Does the number of projects in a Visual Studio 9 solution impact the solution load and build times?
I'm specifically interested in solution load times & build times - does fewer solutions mean better performance?
Note that I'm not referring to the performance of the built application.
Are load ...
6
votes
8answers
2k views
GCC/Make Build Time Optimizations
We have project which uses gcc and make files. Project also contains of one big subproject (SDK) and a lot of relatively small subprojects which use that SDK and some shared framework.
We use ...
3
votes
4answers
78 views
+50
Build-time code validation and generation based upon code files across projects
I'm looking for a method that let's me validate code and generator code as part of the build process, using Visual Studio 2010 (not express) and MSBuild.
Background Validation:
I'm writing a RESTful ...
2
votes
1answer
231 views
“variable tracking” is eating my compile time!
I have an auto-generated file which looks something like this...
static void do_SomeFunc1(void* parameter)
{
// Do stuff.
}
// Continues on for another 4000 functions...
void dispatch(int id, ...
2
votes
4answers
75 views
Does installation occur during runtime, or during compile time?
According to published books suitable for a Wikipedia reference:
Does installation occur during runtime, or during compile time?
'a "run-time error" is detected after or during the installation or ...
1
vote
0answers
170 views
What steps can be taken to reduce link time? [closed]
Possible Duplicate:
How to improve link performance for a large C++ application in VS2005
We are building against Visual Studio 7.1, and have two main dlls.
DLL A is 7Mb, and DLL B is 5Mb ...
1
vote
4answers
386 views
How to minimize the build time of a Flash project?
One of the most annoying things when working with Flash/Flex projects is that it takes soo long to build the project. In a Flash game I am doing, it takes more than one minute to build it...
So, the ...
1
vote
4answers
276 views
How can I optimize this code?
My current project has us using TreeSet and TreeMap in Java, with an input array of 10514 Song elements read in from a text file. Each Song contains a Artist, Title and Lyric fields. The aim of this ...
1
vote
2answers
622 views
Forward typedef declarations, effect on build times, and naming conventions
I am curious about the impact my typedef approach has on my builds.
Please consider the following example.
#include "SomeClass.h"
class Foo
{
typedef SomeClass SomeOtherName;
...
0
votes
0answers
47 views
Log project build times from VC++9 (Visual Studio 2008) from CC.Net
As part of my war on long build times (our C++ solution takes about an hour to build using Incredibuild!) I'm trying to find the build time hotspots.
I've enabled Build Times logging (Tools -> Options ...
0
votes
0answers
15 views
How to decrease the building time for Visual Studio
I am working on solution with 40+ projects interlinked together.
At the moment, the build time is ~30min, and I really want to shorten it. What would be a good place to start shortening the build ...
0
votes
1answer
29 views
Build slow down on VS.NET 2010 after installing VS.NET 2011 (Developer Preview Edition)
I installed Visual Studio 11 (developer preview edition) last week, since then, the build speed of the previous version (VS 10).
- using diagnostic build the "GenerateResource" task takes much longer ...
0
votes
1answer
53 views
add a task on build time visual studio
Is it possible to add a task in visual studio project build time?
My specific purpose is to copy a file and paste it somewhere else. Its a configuration file.
If yes then is there any type of tasks i ...
0
votes
1answer
266 views
Building SL4 + RIAServices app takes too long on VS2010
Got a Win7 box with VS2010 Premium installed on it.
Building desktop apps works just fine.
But we got this solution with 15 SL4 and 21 desktop projects... Building the SL part of it takes too long. ...
0
votes
4answers
61 views
How can I determine why a build runs slowly in Visual Studio 2005?
I wanted to know if it is possible to know why a Visual Studio 2005 (MSBuild) build is taking a long time to build a project.
Suddenly we are getting 7-minute build times on some computers, while ...
-1
votes
1answer
100 views
Why are our Visual Studio builds so slow, but only on one machine?
We recently bought two new build machines that have the same specs/hardware. From what I understand, the same or very similar disk images were used to load onto that machine. But, I believe Visual ...