Commit Graph

331 Commits

Author SHA1 Message Date
starkos
3160a6b32b Added support for "native" platform to Visual Studio 2009-04-20 19:46:23 +00:00
starkos
31f59327c7 Updated scripts 2009-04-20 19:32:41 +00:00
starkos
18ffd7b27f Implemented support for Universal platforms 2009-04-20 19:32:26 +00:00
starkos
02b874db57 Implemented platform flags for GCC; added "native" platform support 2009-04-20 19:06:48 +00:00
starkos
e0073aa42a Added platform compatibility to .NET makefiles 2009-04-14 19:41:30 +00:00
starkos
5fdea1ea7c Updated bytecodes 2009-04-14 19:33:58 +00:00
starkos
85294acc29 Platforms now working in makefile C/C++ projects 2009-04-14 19:33:11 +00:00
starkos
273a388678 Solution makefiles now list project dependencies by both configuration and platform 2009-04-14 19:25:48 +00:00
starkos
e41c6275f8 Aliased io.printf() with _p() to save some typing and bytes in the executable 2009-04-11 11:49:07 +00:00
starkos
0acf927b72 Un-templated the GMake action in preparation for adding platform support 2009-04-11 11:33:32 +00:00
starkos
69fc269f4e Plaform-specific settings and Xbox 360 support now working in Visual Studio 2005/2008 2009-04-09 20:02:49 +00:00
starkos
ec90b60d94 Refactored current platform code for VS2005 and VS2008 2009-03-26 19:29:21 +00:00
starkos
a16cdf5fe5 ** Merged branches/platforms (r735:741) Added x32 and x64 platform support for VS2005 and 2008 2009-03-25 23:04:32 +00:00
starkos
7760afe2e0 Updated GCC flag format: -fno-exceptions and -fno-rtti 2009-02-18 21:17:30 +00:00
starkos
fa97ef3595 Bug 2550759: pchheader option has wrong type 2009-02-05 16:13:16 +00:00
starkos
afc9783ec0 Fail gracefully when list is assigned to string field 2009-02-05 15:58:38 +00:00
starkos
7124c4d80d Bug 2564404: FatalWarnings has no effect with gmake target 2009-02-05 15:45:32 +00:00
starkos
7b6d53e6ec Support links and libdirs for Visual Studio static libraries 2009-02-05 15:37:00 +00:00
starkos
24494408f4 2009-01-30 18:52:40 +00:00
starkos
47b2cb0880 Updated bytecodes and changelog 2009-01-30 18:51:56 +00:00
starkos
2062e69084 Set Mac OS X linker flags for Code::Blocks 2009-01-30 16:18:18 +00:00
starkos
909830a915 Bug 2533504: Files above project root not added to project 2009-01-26 17:49:57 +00:00
starkos
60e383f8b8 solution() and project() now only set the active object when called with a name; remains unchanged otherwise 2009-01-19 16:56:40 +00:00
starkos
f2931efbc9 Embed scripts instead of precompiled bytecodes to avoid portability issues; undo previous PPC fixes 2009-01-19 01:45:47 +00:00
starkos
16eccbf35b Removed "no-frame-pointers" flag from 3.x script; causes release builds to crash on Lua error 2009-01-15 19:54:08 +00:00
starkos
eb33c9d874 Enable getobject() to find solution even when project is current 2009-01-14 20:11:40 +00:00
starkos
5bd3dcfb69 Fixed off-by-one error level in getobject(); no file/line info was being shown on error 2009-01-14 20:03:27 +00:00
starkos
9ebd499dd1 Bug: Windows release builds of Premake4 made with GCC crash on script syntax errors 2009-01-13 19:33:21 +00:00
starkos
c1200dad3d Patched Lua to load precompiled bytecodes on PPC architecture 2009-01-12 23:41:05 +00:00
starkos
35928c4acd Display paths of generated files 2009-01-12 20:04:21 +00:00
starkos
baa14235da Fixed bug in target tests 2009-01-12 19:42:49 +00:00
starkos
8a20a334fa Updated bytecodes 2009-01-11 22:06:27 +00:00
starkos
3bb40f9dc9 Added LUA_USE_LINUX and LUA_USE_MACOSX to enable POPEN functionality 2009-01-11 21:50:11 +00:00
starkos
77e4cce9bd Updated CHANGES.txt 2009-01-09 21:29:20 +00:00
starkos
ead7af951f Replaced read from /dev/random with /dev/urandom; fixed hangs on Ubuntu 2009-01-09 21:22:57 +00:00
starkos
3959037db3 Fixed nil variable reference in os.findlib() on Linux 2009-01-09 20:31:46 +00:00
starkos
475e8ebd12 Added missing separator between link dependencies in C++ makefiles (oops) 2009-01-08 19:38:06 +00:00
starkos
f8ca7b42f6 Fixed os_copyfile() for Posix 2009-01-08 19:33:14 +00:00
starkos
29f6048b6c Added missing os_copyfile.c (doh!) 2009-01-08 19:30:57 +00:00
starkos
4797c6d4bb Added missing os.copyfile() function (untested on Posix yet) 2009-01-08 19:28:45 +00:00
starkos
6cb18fe949 Rolled back change to C# assembly loading; wasn't working properly with *Develops 2009-01-07 19:29:08 +00:00
starkos
a62f6735ee Removed "ToolsVersion" from VS2005 C# projects, for compatibility with *Develops 2009-01-06 22:46:31 +00:00
starkos
6d6dbaf4ea Added "ToolsVersion" to VS2005 and VS2008 C# projects to prevent VS2008 migration assistant from firing. 2009-01-06 18:59:44 +00:00
starkos
85a29bcbc1 Fixed handling of paths in links 2009-01-06 18:22:32 +00:00
starkos
bbb1626292 Enable Windows linking to shared libraries even with NoImportLib flag set (just in case) 2009-01-05 22:35:57 +00:00
starkos
e0186be6ae Support absolute paths in scripts, to reference a different Windows drive letter. 2009-01-05 15:40:05 +00:00
starkos
5fca9b101a Fixed Code::Blocks post-build commands 2009-01-05 14:41:51 +00:00
starkos
c0f977ace2 Check return values in os_uuid.c (Ryan Pusztai) 2009-01-05 14:25:10 +00:00
starkos
6383c30674 Removed FatalWarnings flag, to make sure it can build around new compiler warnings. Checked return values in os_getcwd 2009-01-04 16:09:14 +00:00
starkos
f3c5b1868f Fixed constant loop expression warning (where did this come from?) 2008-12-30 17:10:01 +00:00