This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/tests
Jason Perkins b3aebffaf2 Add new editAndContinue() API to replace NoEditAndContinue flag
Make it easier and more intuitive to support platforms/toolsets where edit-and-continue is available but turned off by default. Can now turn off with editAndContinue("off") instead of flags("NoEditAndContinue"), and turn it on with editAndContinue("on") instead of removeflags("NoEditAndContinue").

The NoEditAndContinue flag is still in place, and continues to behave as it did before, but will be marked deprecated in the documentation.
2014-11-10 18:01:39 -05:00
..
actions Add new editAndContinue() API to replace NoEditAndContinue flag 2014-11-10 18:01:39 -05:00
api Add boolean field kind 2014-10-18 16:06:04 -04:00
base Clean up rule container creation and usage 2014-10-20 15:41:00 -04:00
config Make test framework module aware 2014-09-17 19:19:47 -04:00
folder Make test framework module aware 2014-09-17 19:19:47 -04:00
oven Allow "!" prefix to force an explicit object directory, disregarding project or configuration overlaps 2014-07-21 18:49:56 -04:00
project Rename project.getfilename() to premake.filename(); now used by rules too 2014-08-11 17:28:51 -04:00
solution Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
tools New API strictaliasing() with GCC support 2014-11-04 18:25:32 -05:00
_tests.lua Fixes for Visual Studio rule generation 2014-10-24 15:35:30 -04:00
pepperfish_profiler.lua First optimizing pass on configuration building 2009-04-28 00:19:44 +00:00
premake5.lua Modify testing scripts to use new test action setup 2014-09-18 16:19:08 -04:00
test Fix --scripts path in test helper scripts 2014-10-22 14:48:22 -04:00
test_premake.lua Remove nextgen fields and _ng suffixes everywhere 2013-09-13 11:52:00 -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 Fix --scripts path in test helper scripts 2014-10-22 14:48:22 -04:00
testfx.lua Rework oven to use new container APIs; can now bake rules as well 2014-10-16 16:17:59 -04:00