Top "Build-time" questions

C/C++: how to get integer unix timestamp of build time (not string)

I'm trying to achieve pretty trivial thing: I need to store integer 32-bit unix timestamp of the build time, but …

c++ c build-time
How to organize build, server, client and shared JavaScript code with NodeJS

One big benefit I've always perceived with using NodeJS on the server is the potential for sharing bits of code …

javascript node.js runtime organization build-time
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 …

c++ optimization gcc makefile build-time
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 …

java ant manifest build-time
Build time: Visual Studio 2015-2017 build very slow

For my small (5-6000 lines of code) C++ program I have used both VS 2015 and 2017 and my build times are …

c++ visual-studio build msbuild build-time