Lauri Nurmi
|
ba34e3e28a
|
Do not output colors e.g. into a pipe, unless forced.
Use the de-factoish environment variables CLICOLOR(_FORCE) to override default color behavior.
|
2018-05-02 15:49:15 +03:00 |
|
Jörn Heusipp
|
2e7ca5fb18
|
Add C++17 support for Visual Studio 2017.
This also adds support for 'cppdialect "C++latest"'.
|
2018-04-30 17:35:01 +02:00 |
|
Ben Ratzlaff
|
f910ede248
|
Print failing test names to the console in the 'warning' color
|
2018-04-30 17:32:40 +02:00 |
|
Ben Ratzlaff
|
5519acbeb8
|
Use fputs when changing the terminal color
|
2018-04-30 17:32:40 +02:00 |
|
Sam Surtees
|
138a443b3c
|
Fixed issues with duplicate tests
- Test suite will now fail when test names are reused
- Fixed several unit tests that reused test names
|
2018-04-30 17:01:20 +02:00 |
|
Tom van Dijck
|
a2cd65bb50
|
Merge pull request #1075 from LORgames/ssurtees/aliasTests
Fixed bug with alias tests that caused one to three extra tests to be run
|
2018-04-30 16:33:30 +02:00 |
|
Sam Surtees
|
eb71045c38
|
Fixed bug with alias tests that caused one to three extra tests to be run
|
2018-05-01 00:14:41 +10:00 |
|
Samuel Surtees
|
1a415dfae8
|
Merge pull request #1069 from lanurmi/fix-solaris
Support successfully bootstrapping on Solaris (OpenIndiana).
|
2018-04-27 02:00:46 +10:00 |
|
Samuel Surtees
|
53c435208b
|
Merge pull request #1070 from lanurmi/fix-openbsd-depends-on-1068
Support successfully bootstrapping on OpenBSD.
|
2018-04-27 00:12:52 +10:00 |
|
Lauri Nurmi
|
e71a99d0a1
|
Support successfully bootstrapping on OpenBSD.
|
2018-04-26 16:39:33 +03:00 |
|
Tom van Dijck
|
b9beed13e9
|
Merge pull request #1068 from lanurmi/fix-locate_executable
Fix constructing executable path from argv[0]
|
2018-04-26 13:51:08 +02:00 |
|
Lauri Nurmi
|
755a7e6d66
|
Support successfully bootstrapping on Solaris (OpenIndiana).
Some support already existed, but not enough. Also the "linkoptions" provided was incompatible with the Solaris ld.
|
2018-04-26 09:44:17 +03:00 |
|
Lauri Nurmi
|
6fe0b64f6b
|
Fix constructing executable path from argv[0].
Do not leave unwanted stuff in the stack in premake_locate_executable(), as the caller only expects exactly one string to be pushed.
|
2018-04-25 23:23:01 +03:00 |
|
Lauri Nurmi
|
3556135a56
|
Fix logic for absolute/relative argv[0] when constructing executable path.
Do not call path_isabsolute() in condition -- it always returns 1 and modifies the stack.
If argv[0] is already absolute, push it in the stack alone.
|
2018-04-25 23:07:37 +03:00 |
|
Tom van Dijck
|
8d0dce9c65
|
Merge pull request #1065 from tvandijck/fix-luasocket
Fixes a few luasocket compile warnings.
|
2018-04-22 15:58:18 +02:00 |
|
Tom van Dijck
|
1784883dea
|
Merge pull request #1066 from tvandijck/fix-compiler-warnings
fix a few compiler warnings.
|
2018-04-22 15:57:52 +02:00 |
|
Samuel Surtees
|
36a77d26e8
|
Merge pull request #1023 from Gaztin/codelite-libdirs
Include library directories in Codelite projects
|
2018-04-22 22:43:23 +10:00 |
|
Sebastian Kylander
|
cd65f0e68e
|
Merge branch 'master' into codelite-libdirs
|
2018-04-21 16:04:51 +02:00 |
|
Tom van Dijck
|
8c4cf353b5
|
fix a few compiler warnings.
|
2018-04-21 12:21:47 +02:00 |
|
Tom van Dijck
|
92abe28899
|
Fixes a few luasocket compile warnings.
|
2018-04-21 12:17:51 +02:00 |
|
Tom van Dijck
|
3f00944625
|
Merge pull request #1064 from tvandijck/minor-gcc-fix
Tiny gcc fix from PR #506.
|
2018-04-21 12:00:26 +02:00 |
|
Tom van Dijck
|
267e67d90f
|
Tiny gcc fix from PR #506.
|
2018-04-21 11:17:15 +02:00 |
|
Sebastian Kylander
|
a808fb55d1
|
Merge branch 'master' into codelite-libdirs
|
2018-04-20 16:59:33 +02:00 |
|
thomas desveaux
|
259f11846b
|
Add inlinesvisibility API + implement for gcc
|
2018-04-18 14:15:08 +02:00 |
|
Emilio López
|
f46c2006a4
|
Allow system("android") per configuration
|
2018-04-18 00:55:59 +01:00 |
|
J. Perkins
|
2dfa956d2b
|
Merge pull request #1044 from tdesveauxPKFX/visibility-hidden
Add Visibility API for gcc/clang toolsets
|
2018-04-17 12:44:36 -04:00 |
|
Thomas Desveaux
|
aff871abfc
|
Merge remote-tracking branch 'origin/master' into visibility-hidden
|
2018-04-17 14:46:11 +02:00 |
|
Samuel Surtees
|
2061b151b9
|
Merge pull request #1043 from tdesveauxPKFX/omit-frame-pointer
Add omitframepointer API
|
2018-04-17 20:19:36 +10:00 |
|
Samuel Surtees
|
35194f647f
|
Merge pull request #1048 from redorav/systemversion
Add conditional behavior to global variables, add systemversion as first implementation
|
2018-04-17 20:00:41 +10:00 |
|
Thomas Desveaux
|
4d8ba3d086
|
Merge remote-tracking branch 'origin/master' into visibility-hidden
|
2018-04-17 11:58:27 +02:00 |
|
J. Perkins
|
c121b2f6b5
|
Merge branch 'master' into codelite-libdirs
|
2018-04-16 14:24:08 -04:00 |
|
redorav
|
92e32ddf2b
|
Merge branch 'master' into systemversion
|
2018-04-16 19:16:26 +01:00 |
|
Thomas Desveaux
|
da3915d30d
|
Merge remote-tracking branch 'origin/master' into omit-frame-pointer
|
2018-04-16 19:30:28 +02:00 |
|
J. Perkins
|
c802adfdd2
|
Merge pull request #1053 from LORgames/ssurtees/floatingpointFix
Fixed issue with floatingpoint "Strict" causing errors in XCode
|
2018-04-16 12:21:49 -04:00 |
|
thomas desveaux
|
28b0a6db0f
|
Update vs200x_vcproj to new omitframepointer API
|
2018-04-15 18:14:24 +02:00 |
|
thomas desveaux
|
9eb81bd228
|
Update msc tools to new omitframepointer API
|
2018-04-15 18:13:56 +02:00 |
|
thomas desveaux
|
b21b43aa92
|
Update XCode module to new omitframepointer API
|
2018-04-15 18:09:08 +02:00 |
|
thomas desveaux
|
c629c4a1c1
|
Merge remote-tracking branch 'origin/master' into omit-frame-pointer
|
2018-04-15 17:56:41 +02:00 |
|
Sam Surtees
|
15426309b3
|
Fixed issue with floatingpoint "Strict" causing errors in XCode
|
2018-04-15 22:25:27 +10:00 |
|
redorav
|
9f1b32fa23
|
Merge branch 'master' into systemversion
|
2018-04-14 11:23:44 +01:00 |
|
Tom van Dijck
|
6c7c6c7171
|
Merge pull request #889 from tdesveaux/fix-mergeFilters
Fix context.mergeFilters
|
2018-04-14 09:53:35 +02:00 |
|
Thomas Desveaux
|
a8ad766612
|
Remove no longer used table.joinunique
|
2018-04-13 19:06:36 +02:00 |
|
Emilio López
|
61dae7b235
|
Merge branch 'systemversion' of https://github.com/redorav/premake-core into systemversion
|
2018-04-13 00:30:04 +01:00 |
|
Emilio López
|
d528430f08
|
Conditionally output the PropertyGroup by previously capturing the result of the global configuration property function. If there's nothing to capture, don't emit.
|
2018-04-13 00:29:49 +01:00 |
|
thomas desveaux
|
22e36f97b8
|
Better performance on fix issue #884
|
2018-04-12 23:40:16 +02:00 |
|
thomas desveaux
|
15829d5967
|
Merge remote-tracking branch 'premake/master' into fix-mergeFilters
|
2018-04-12 23:34:25 +02:00 |
|
redorav
|
e8e23a16e6
|
Merge branch 'master' into systemversion
|
2018-04-12 21:10:08 +01:00 |
|
Emilio López
|
e4c2318de8
|
Move the systemversion back to globals, and create additional global entries based on configuration
|
2018-04-12 21:09:31 +01:00 |
|
Tom van Dijck
|
776a4c92b9
|
Merge pull request #1011 from Dandielo/patch-1
Fixes an issue with custom rules tracking files.
|
2018-04-12 20:48:02 +02:00 |
|
Tom van Dijck
|
8eecb5cfa7
|
Merge pull request #1046 from tdesveauxPKFX/struct-member-align
Add structmemberalign API
|
2018-04-12 20:45:55 +02:00 |
|