Matthew Asplund

Results 25 issues of Matthew Asplund

At the bottom of the page the unity diagram link is dead: http://gameprogrammingpatterns.com/game-loop.html http://www.richardfine.co.uk/2012/10/unity3d-monobehaviour-lifecycle/ Can still find here: https://web.archive.org/web/20140319005648/http://www.richardfine.co.uk/junk/unity%20lifetime.png

**Describe the bug** Directories created should use the fact that the directory exists to check incremental builds. Otherwise if the mkdir.exe is newer than the directory it will always run.

**Describe the bug** Because there is no output files to check the timestamp against the test harness executables do not get run when they are updated. **To Reproduce** Steps to...

running a build with or without the trailing directory slash will make the build definition appear to be different and incremental builds will not trigger.

**Is your feature request related to a problem? Please describe.** Replace time-stamp based builds with a better solution. **Describe the solution you'd like** Time stamps are not a true indication...

enhancement

**Is your feature request related to a problem? Please describe.** The default location of a build should probably remain inside the package folder in a single "out" folder, however building...

enhancement

There is currently blocking bugs in the Clang bugs that are preventing the linux compilation of the command line exe. This task will track that work once it is ready...

enhancement

To provide a higher level of security when executing arbitrary code that was compiled during the build evaluation and execution phase we should instrument the Tasks and Operation invocations to...

enhancement

The root issue here is that MSVC link.exe does not always reset the timestamp for the implib. A fix for this could be to always delete the output files for...

bug
good first issue

The build task should auto inject the package version into the binary targets. This will most likely be implemented by generating a resource file during compilation. https://docs.microsoft.com/en-us/windows/win32/menurc/about-resource-files

enhancement
good first issue