Commit Graph

153 Commits

Author SHA1 Message Date
starkos
7fe3426b46 Building of unique object directories is now much faster 2009-04-28 14:56:08 +00:00
starkos
8b52a6e285 Fixed bugs in new C functions 2009-04-28 14:17:20 +00:00
starkos
e10aa03cdc Moved path.isabsolute() and string.endswith() to C to improve performance 2009-04-28 00:55:49 +00:00
starkos
ecb882cc62 First optimizing pass on configuration building 2009-04-28 00:19:44 +00:00
starkos
b1bddf9fce Updated scripts 2009-04-24 15:18:16 +00:00
starkos
edc74bc237 Refactored handling of configuration names 2009-04-24 14:34:54 +00:00
starkos
457744c27e Added platform support to CodeLite 2009-04-24 13:40:28 +00:00
starkos
7e973368be Added platform support to Code::Blocks 2009-04-24 13:18:46 +00:00
starkos
f46e63df23 Refactored GCC config block writer to function for unit testing 2009-04-23 23:05:24 +00:00
starkos
4cf44626bc Removed deprecated templating code and tests 2009-04-23 23:01:22 +00:00
starkos
d667c6aec1 Phased out templates from manifest 2009-04-23 22:55:10 +00:00
starkos
5cbfe64816 De-templated CodeLite action 2009-04-23 22:30:29 +00:00
starkos
4d5cef162f Updated scripts 2009-04-23 18:58:37 +00:00
starkos
63bf5e3040 Use build config generalization for C# copy rules, too 2009-04-23 18:53:35 +00:00
starkos
d4f8c3d44a In C# projects, test against build config only; ignore platform 2009-04-23 18:51:01 +00:00
starkos
27d248c2d1 Better handling of native platform during configuration building stage 2009-04-23 18:26:31 +00:00
starkos
a1e313089f Typo: GCC platform flags not getting applied 2009-04-22 19:45:47 +00:00
starkos
f3482746ae Updated scripts 2009-04-21 20:01:22 +00:00
starkos
3c29c5dc4d Default makefiles to native platform 2009-04-21 20:00:17 +00:00
starkos
fc705c245e Test for no platform before inserting GCC flags 2009-04-21 19:52:52 +00:00
starkos
2bfb6c6fe3 Updated scripts 2009-04-21 19:42:14 +00:00
starkos
60d913a9b8 Fixed spacing issue in clean rule of solution makefile 2009-04-21 19:38:16 +00:00
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