- 23 Feb, 2019 3 commits
-
-
Florian Oetke authored
-
Lotrado authored
Don't include SOURCES in DEPENDS in mirrage_embed_asset to avoid dependencies on directories instead of files.
-
Lotrado authored
Changed mirrage_embed_asset to keyword-based parameters to support an option EXPORT parameter, specifying the export set that is required to install the object library containing the generated .res file on MSVC.
-
- 22 Feb, 2019 2 commits
-
-
Florian Oetke authored
added source directory to default search path so that the working directory doesn't need to be changed anymore
-
Florian Oetke authored
Feature/windows and msvc support See merge request lowkey42/mirrage!12
-
- 21 Feb, 2019 2 commits
- 20 Feb, 2019 2 commits
-
-
Lotrado authored
Workaround for .res-files from a static library not being properly linked into an executable linking against the library.
-
Florian Oetke authored
added code path to embed_assets.cmake that uses resource scripts instead of assembler + inc_bin on MSVC
-
- 12 Feb, 2019 15 commits
-
-
Lotrado authored
Reaching /W4 requires further work.
-
Lotrado authored
-
Lotrado authored
-
Lotrado authored
Silenced MSVC LNK4221 warning about empty compilation units. Such units appear because they are used for basic validation of header files that only contain e.g. template code.
-
Florian Oetke authored
-
Florian Oetke authored
-
Florian Oetke authored
-
Florian Oetke authored
-
Florian Oetke authored
-
Florian Oetke authored
-
Florian Oetke authored
-
Lotrado authored
Added gsl::narrow calls where MSVC warned about numeric conversions that could potentially lose information.
-
Lotrado authored
Use snprintf instead of sprintf to avoid security warnings regarding buffer overflow potential of sprintf.
-
Lotrado authored
-
Lotrado authored
-
- 07 Feb, 2019 10 commits
- 06 Feb, 2019 6 commits
-
-
Lotrado authored
-
Lotrado authored
Check for MinGW in particular instead of for any GNU compiler to decide if we need to link against mingw32. This condition should be more precise, considering other potential environments like cygwin.
-
Lotrado authored
-
Lotrado authored
-
Florian Oetke authored
-
Florian Oetke authored
-