summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
Commit message (Expand)AuthorAgeFilesLines
* *nix: Fixed linking tools against system libraries Cesare Falco2015-01-291-0/+2
* More JSMESS breakage (nw) Justin Kerk2015-01-281-1/+1
* moved some clang-specific stuff from makefile to src/build/flags_clang.mak (nw) Oliver Stöneberg2015-01-271-26/+3
* Solaris 11 build support. [Couriersud] couriersud2015-01-251-0/+9
* Made all compile for Lua 5.3 (nw) Miodrag Milanovic2015-01-131-0/+3
* Use $(INCPATH) only where needed Miodrag Milanovic2015-01-131-3/+2
* Remove some "@". These should be used in the command definition. couriersud2015-01-121-3/+3
* Fixed LUA compile Miodrag Milanovic2015-01-101-0/+1
* Added integral source of sqlite3 to 3rdparty (nw) Miodrag Milanovic2015-01-101-0/+1
* Added integral libjpeg 8c to 3rdparty folder (nw) Miodrag Milanovic2015-01-101-1/+1
* Fixed include paths for 3rdparty libs (nw) Miodrag Milanovic2015-01-101-2/+2
* Added integral version of zlib in 3rdparty folder (nw) Miodrag Milanovic2015-01-101-0/+3
* Converted png2bcd tool to python [Andrew Gardner] Miodrag Milanovic2015-01-101-2/+2
* Move definition of -DOSD_WINDOWS, -DOSD_SDL and -DOSD_MINI into couriersud2015-01-091-20/+7
* proper fix for PROFILE=1 with clang (nw) Oliver Stöneberg2015-01-081-0/+5
* Fixed typo in last commit. (nw) couriersud2015-01-081-1/+1
* Changed error about wrong OSD to a warning. Non supported builds can now couriersud2015-01-081-1/+1
* fixed non-DEBUG PROFILE=1 build with clang (nw) Oliver Stöneberg2015-01-071-10/+9
* fixed compile of derivatives (nw) Robert2015-01-071-1/+5
* Merged winwork and sdlwork into osd/modules/sync/work_osd.c. Moved couriersud2015-01-061-0/+15
* Run build tools based on build OS Ramiro Polla2015-01-041-3/+9
* final clarification of disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+4
* more clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+7
* small clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-2/+4
* Better x64 detection for windows Miodrag Milanovic2014-12-231-2/+3
* Converted file2str to python (nw) Miodrag Milanovic2014-12-151-4/+4
* Build fixes for Emscripten (nw) Justin Kerk2014-11-051-1/+1
* enabled some more ubsan checks (nw) Oliver Stöneberg2014-10-231-1/+3
* do not set define HAS_OPENMP when makefile define OPENMP is set - fixes warni... Oliver Stöneberg2014-10-211-1/+0
* SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont] arbee2014-10-201-4/+6
* added makefile variable OPENMP to enable usage of OpenMP (includes vconv supp... Oliver Stöneberg2014-10-011-0/+10
* Allow use of external SQLite3 [Cesare Falco] R. Belmont2014-08-151-1/+9
* Work around linking issue with JSMESS (nw) Justin Kerk2014-08-051-0/+5
* spelling (nw) Justin Kerk2014-08-031-1/+1
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-1/+1
* ah forgot to commit this (nw) Miodrag Milanovic2014-06-041-0/+3
* use -fno-optimize-sibling-calls with SYMBOLS=1 for more complete stack traces... Oliver Stöneberg2014-05-171-1/+1
* enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h for... Oliver Stöneberg2014-05-071-1/+1
* small fix for makemak (nw) Miodrag Milanovic2014-05-061-1/+1
* makefile: don't get the nodename when auto-detecting build parameters. [R. Be... R. Belmont2014-05-041-1/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-0/+4
* added makefile define SSE2 to enable specially optimized code [Oliver Stöneb... Oliver Stöneberg2014-04-071-0/+7
* disabled another check with SANITIZE=undefined (nw) Oliver Stöneberg2014-03-111-1/+1
* For now keep only bus part in separate library to make visual studio builds p... Miodrag Milanovic2014-03-081-1/+2
* moved compiler-specific warning generation to shared files (nw) Oliver Stöneberg2014-03-021-16/+2
* do not optimize SANITIZE builds by default (nw) Oliver Stöneberg2014-03-021-5/+6
* disabled more checks with SANITIZE=undefined for now (nw) Oliver Stöneberg2014-02-261-1/+1
* suppress alignment errors with SANITIZE=undefined for now (nw) Oliver Stöneberg2014-02-261-0/+6
* always enable SYMBOLS in case of SANITIZE (nw) Oliver Stöneberg2014-02-211-0/+5
* fixed compilation with older clang versions (nw) Oliver Stöneberg2014-02-201-2/+7