Thomas Desveaux
|
d173b077bd
|
gmake2: Fix dependency for pch. Changes in headers included in pch would not be properly detected.
|
2018-05-28 22:41:21 +02:00 |
|
Samuel Surtees
|
e45b8cfc6b
|
Merge pull request #1092 from Gaztin/codelite-groups
CodeLite workspace folders (groups)
|
2018-05-24 19:59:48 +10:00 |
|
Samuel Surtees
|
e03412afbf
|
Merge pull request #1093 from Gaztin/codelite-debugenvs
Implemented 'debugenvs' for CodeLite
|
2018-05-24 19:59:22 +10:00 |
|
Sebastian Kylander
|
d42bcf54f7
|
Add tests for CodeLite debugenvs
|
2018-05-23 21:43:53 +02:00 |
|
Sebastian Kylander
|
df8ea09cdd
|
Implement debugenvs for CodeLite
|
2018-05-23 21:43:19 +02:00 |
|
Sebastian Kylander
|
531437901d
|
Add tests for CodeLite workspace folders
|
2018-05-22 00:31:27 +02:00 |
|
Sebastian Kylander
|
fec55c549f
|
Implement CodeLite workspace folders
|
2018-05-22 00:30:58 +02:00 |
|
Manu Evans
|
bfcf22b1e1
|
Merge pull request #1089 from TurkeyMan/translate_imp_paths
Import paths weren't translated properly
|
2018-05-19 13:28:30 -07:00 |
|
Manu Evans
|
8dac762d6f
|
Translate the import paths
|
2018-05-19 11:21:09 -07:00 |
|
Samuel Surtees
|
4e1452214c
|
Merge pull request #1087 from rorydriscoll/master
Fix missing DebugInformationFormat when symbols are set to full
|
2018-05-15 18:49:16 +10:00 |
|
Rory Driscoll
|
a1f9874f46
|
Fix missing DebugInformationFormat when symbols are set to full
|
2018-05-14 22:10:51 -07:00 |
|
Thomas Desveaux
|
2b0e3f1442
|
Merge pull request #1084 from SchmidtD/master
Fix httpbin useragent response format.
|
2018-05-11 20:55:37 +02:00 |
|
Daniel Schmidt
|
30d22de0b6
|
Fix httpbin useragent response format.
|
2018-05-11 10:49:15 +02:00 |
|
Samuel Surtees
|
4911f14ac8
|
Merge pull request #1081 from tvandijck/cache-canUseColors
cache results of shouldUseColors()
|
2018-05-08 20:56:20 +10:00 |
|
Tom van Dijck
|
f040a9298a
|
cache results of shouldUseColors()
|
2018-05-08 12:35:24 +02:00 |
|
Tom van Dijck
|
f8c7edf20d
|
Merge pull request #1077 from lanurmi/no-colors-on-non-tty
Do not output colors e.g. into a pipe, unless forced.
|
2018-05-08 12:19:56 +02:00 |
|
Manu Evans
|
968fc118f0
|
Merge pull request #1062 from redorav/android_config
Allow system("android") per configuration
|
2018-05-07 13:56:29 -07:00 |
|
Tom van Dijck
|
b34372ae6e
|
Merge pull request #1078 from LORgames/ssurtees/testRunner
Added GoogleTest style output for unit tests
|
2018-05-07 16:10:54 +02:00 |
|
Sam Surtees
|
5b73685522
|
Added GoogleTest style output for unit tests
|
2018-05-07 23:52:56 +10:00 |
|
Tom van Dijck
|
a493421c0c
|
Merge pull request #1049 from tdesveauxPKFX/visibility-inlines-hidden
Add InlinesVisibility API
|
2018-05-07 10:19:27 +02:00 |
|
Mkr
|
a98d7ce716
|
Update readme.md file in D module
|
2018-05-07 10:14:16 +02:00 |
|
Mkr
|
3c6edd6e39
|
Update tests to support mixed C++/D in the D module
|
2018-05-07 10:14:16 +02:00 |
|
Marco Alamia
|
e7b9e63118
|
Add support for mixed C++/D to premake D module
|
2018-05-07 10:14:16 +02:00 |
|
Manu Evans
|
7c0fa10f75
|
Merge pull request #1080 from lanurmi/fix-debian-pcc
Fix curl compilation on Debian PowerPC.
|
2018-05-04 20:34:10 -07:00 |
|
Lauri Nurmi
|
d1bce0c95e
|
Fix curl compilation on Debian PowerPC.
For some reason, __ppc__ is not defined by GCC, but __PPC__ is.
|
2018-05-04 16:45:25 +03:00 |
|
Lauri Nurmi
|
c04d44149a
|
Also support the CLICOLOR variable on Windows.
Colors probably cannot be forced on though, because of different implementation on Windows.
|
2018-05-04 14:21:12 +03:00 |
|
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 |
|