.. |
actions
|
Added support for local assembly references to Visual Studio Managed C++ projects
|
2013-03-05 11:00:32 -05:00 |
api
|
Cleaned up implementation of solution(), project(), configuration(); now activate scope when called without arguments
|
2013-02-15 18:57:34 -05:00 |
base
|
Fix: path.getrelative() gives incorrect results for paths containing "//"
|
2013-03-06 10:06:45 -05:00 |
config
|
Support linking of managed system assemblies in Visual Studio managed C++ projects
|
2013-03-04 11:45:27 -05:00 |
folder
|
Improve include() function: only include files once, and allow including specific files instead of just directories
|
2011-12-04 14:47:59 -05:00 |
project
|
Fixed issues with Makefile naming; removed more deprecated Gmake action code
|
2012-12-31 13:45:22 -05:00 |
solution
|
Make baked cfg.objdir absolute, to be consistent with other path fields
|
2012-06-20 18:16:46 -04:00 |
tools
|
Fix Makefile linking to object files
|
2013-01-31 09:38:45 -05:00 |
pepperfish_profiler.lua
|
First optimizing pass on configuration building
|
2009-04-28 00:19:44 +00:00 |
premake4.lua
|
Support linking of managed system assemblies in Visual Studio managed C++ projects
|
2013-03-04 11:45:27 -05:00 |
stress
|
Ported old stress test; moved path.join() to C
|
2013-01-03 11:11:31 -05:00 |
test
|
Patch 3353875: Allow running test script from other directories than "tests"
|
2012-04-22 13:03:43 -04:00 |
test_dofile.lua
|
First integration of new Lua-based architecture
|
2008-10-31 18:38:05 +00:00 |
test_premake.lua
|
Fixed issues with Makefile naming; removed more deprecated Gmake action code
|
2012-12-31 13:45:22 -05:00 |
test_project.lua
|
Added filename(); set solution or project file name independently of the solution or project name
|
2012-10-24 15:40:25 -04:00 |
test_stress.lua
|
Port path.getrelative() and path.translate() from Lua to C
|
2013-01-04 11:32:52 -05:00 |
test_string.lua
|
Fixed bugs in new C functions
|
2009-04-28 14:17:20 +00:00 |
test.bat
|
Removes the setting of WholeProgramOptimization for vs10 projects as per the msdn docs.
|
2010-12-30 15:40:12 +00:00 |
testfx.lua
|
Port validation checking; add warning for out of scope values
|
2013-02-01 14:54:14 -05:00 |