Commit Graph

249 Commits

Author SHA1 Message Date
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
starkos
6bea67a3ba Added link to libm for Linux builds 2008-12-30 01:58:19 +00:00
starkos
ba154a2f83 Last tweaks for RC1 2008-12-30 01:29:15 +00:00
starkos
343050bc6f Upgraded to Lua 5.1.4 2008-12-30 01:15:38 +00:00
starkos
38b3c79469 Prepped support files for RC1 2008-12-29 23:20:44 +00:00
starkos
d101d580c2 Add --to option to control output location 2008-12-27 13:34:58 +00:00
starkos
eee828d06b Some tweaks to allow location to be nil (handy when working with a location option) 2008-12-27 13:33:10 +00:00
starkos
e28d89ccf7 Updated bytecodes 2008-12-22 23:00:20 +00:00
starkos
f654a85e5f Removed special solution clean hook; needs rethinking 2008-12-22 22:57:22 +00:00
starkos
b0441e8eb4 Changed makefile CONFIG variable to "config" to match "verbose" 2008-12-22 22:47:16 +00:00
starkos
78c4c02997 Fixed bug: makefile link steps always runs (triggered by prebuild and prelink) 2008-12-22 22:34:30 +00:00
starkos
3cdd0d2442 Added verbose flag to makefiles: verbose=yes will show commands as run 2008-12-22 22:05:48 +00:00
starkos
a90a0b5782 Add search of /etc/ld.so.conf to os.findlib() 2008-12-22 20:26:18 +00:00
starkos
8c94a52c10 Fixed os.findlib() on OSX 2008-12-22 20:03:43 +00:00
starkos
966e07c717 Added initial take on os.findlib() 2008-12-22 19:59:34 +00:00
starkos
bdaff8f01e Updated bytecodes 2008-12-22 19:27:18 +00:00
starkos
d253bd5f88 Use VS2005 format for SharpDevelop and MonoDevelop 2008-12-22 19:26:40 +00:00
starkos
144c2b97d8 Fixed file recursion wildcard 2008-12-22 19:21:06 +00:00
starkos
bad5c33e7e Uppercase UUID for VS.NET compatibility 2008-12-19 14:35:36 +00:00
starkos
4f824e808e Fixed bug in Premake4 build script (doh!) 2008-12-19 14:28:04 +00:00
starkos
1831580590 ** Merged Visual Studio C# support and simplified configuration filters (r649:661) 2008-12-18 17:53:57 +00:00
starkos
51de420d55 Updated bytecodes 2008-12-15 15:01:29 +00:00
starkos
b57df3a428 ** Merged GMake C# support from branches/csharp (r630:648) 2008-12-15 15:00:35 +00:00
starkos
548cf91fd5 Big refactoring, bug fixes bug and small, performance improvements (branches/csharp r607:628) 2008-12-05 21:18:47 +00:00
starkos
2484c2e5fa Added missing ow.lua 2008-12-01 13:58:34 +00:00
starkos
b4c4129b53 Added custom options, support for CodeBlocks/OpenWatcom (r596:606) 2008-11-26 22:33:50 +00:00
starkos
79f26b0063 Stripped out premake.tools namespace to keep templates cleaner 2008-11-26 14:38:59 +00:00
starkos
be26ccfb9d Merged CodeLite support(r591:595) 2008-11-25 23:59:31 +00:00
starkos
7d81da1474 Added Code::Blocks support (r583:590) 2008-11-25 00:32:49 +00:00
starkos
ef8d8d0edc Added custom build step support 2008-11-23 14:35:52 +00:00
starkos
6eedbd8537 First pass at refactoring functions implementation 2008-11-22 20:10:37 +00:00
starkos
870d9c65d2 Fixed handling of library decorations 2008-11-21 20:51:49 +00:00
starkos
e9504f589c Remove deprecated sibling arg from getlibraries() 2008-11-21 20:05:16 +00:00