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 |
|
starkos
|
1bd66554bd
|
Fix relative paths to target dependencies
|
2008-11-21 16:49:00 +00:00 |
|
starkos
|
63a2f3fe60
|
Always use .a for Makefile static libs, even on Windows
|
2008-11-21 16:37:24 +00:00 |
|
starkos
|
f31931cfa5
|
** Merged with refac_clean branch; moved cleaning code into the actions, improved namespaces (r568:570)
|
2008-11-19 02:17:43 +00:00 |
|
starkos
|
12e64c5406
|
Fixed Visual Studio vcproj configurations; I was using project-level settings instead of config-level
|
2008-11-17 22:01:32 +00:00 |
|
starkos
|
9309801318
|
Updated bytecodes
|
2008-11-13 01:10:07 +00:00 |
|
starkos
|
5e0856379c
|
POSIX path fix (last checkin) didn't work on Windows; fixed
|
2008-11-13 01:08:22 +00:00 |
|
starkos
|
63057c01c2
|
Fixed mkdir() bug on Posix - wasn't handling absolute paths correctly
|
2008-11-13 01:04:04 +00:00 |
|
starkos
|
20c6519571
|
** Merged branches/vstudio (r539:562) Added Visual Studio support
|
2008-11-13 00:54:41 +00:00 |
|
starkos
|
608551f8f4
|
First integration of new Lua-based architecture
|
2008-10-31 18:38:05 +00:00 |
|
starkos
|
2dbd283813
|
Added Symbols, Optimize, OptimizeSize, and OptimizeSpeed build flags, refactorings (r488:497)
|
2008-08-20 20:02:42 +00:00 |
|
starkos
|
25d5b3aac7
|
Added kind()
|
2008-08-15 02:36:04 +00:00 |
|
starkos
|
95c23ec10b
|
Completed implementation of location function and project-relative pathing (r479:485)
|
2008-08-13 15:25:06 +00:00 |
|
starkos
|
bcc678cb91
|
Big refactoring and code consolidation (r464:478)
|
2008-08-09 00:15:17 +00:00 |
|
starkos
|
e6b1bc0863
|
Added handling of spaces to solution, project, configuration, and file names (r461:463)
|
2008-07-31 13:07:01 +00:00 |
|
starkos
|
21882c1218
|
Added filtering by toolset and OS, and pattern matching (r453:460)
|
2008-07-29 22:51:01 +00:00 |
|
starkos
|
ea6a7d7be2
|
Tweaked release script to use build numbers instead of datestamps
|
2008-07-23 20:42:56 +00:00 |
|
starkos
|
b2a340ee3c
|
Added filtering on configuration (r446:452)
|
2008-07-17 15:56:09 +00:00 |
|
starkos
|
1bc50edf54
|
Configuration, defines, bugs fixes, and a bunch of refactoring (r424:445)
|
2008-07-10 18:15:20 +00:00 |
|
starkos
|
5c50a9f9d5
|
Work in progress on configuration blocks (r414:421)
|
2008-06-27 16:53:36 +00:00 |
|
starkos
|
a99ff72d9f
|
Merged configuration check logic and global eol-settings (r405:413)
|
2008-06-17 18:45:11 +00:00 |
|
starkos
|
79d8f8026c
|
Another fix to my fix
|
2008-06-13 14:13:20 +00:00 |
|
starkos
|
02719c3d11
|
Escaped quotes in new build statement (oops)
|
2008-06-13 14:06:53 +00:00 |
|
starkos
|
3d2dc56bf7
|
Tweaked release script to build Universal app for OSX
|
2008-06-13 14:02:40 +00:00 |
|
starkos
|
839ffcec86
|
Code refactorings (r403:404)
|
2008-06-13 13:21:32 +00:00 |
|