Commit Graph

26 Commits

Author SHA1 Message Date
Adam Cozzette
8cfb4284b4 Updated ax_pthread.m4 to its most recent upstream version
This should fix #8059.
2020-11-20 16:36:56 -08:00
Jeffrey Walton
e0de5edc21
Mostly fix Sun Studio configuration using SunCC compiler
The SunCC compiler in Sun Studio 12.5 crashes on the m4 macro test test_type_deduction (line 257). The Sun Studio 12.6 compiler finishes configuring.
2018-09-12 22:18:27 -04:00
Jisi Liu
478751903a
Merge pull request #1333 from cgull/pkg-config-issue
Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
2018-03-12 14:13:13 -07:00
Jisi Liu
4a4c67b6a2 Add std::forward and std::move autoconf check
Protobuf now uses these two features, which are not available on some
platforms.
2017-08-15 11:44:16 -07:00
Adam Cozzette
b40d318650 Fixed cross compilations with the Autotools build
Pull request #2517 caused cross compilations to start failing, because
the js_embed binary was being built to run on the target platform
instead of on the build machine. This change updates the Autotools build
to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for
the build machine and always use that when building js_embed.
2017-01-03 13:14:39 -08:00
Sergio Campama
1d91c2588c Include -std=c++11 when compiling protobuf if available. 2016-12-07 17:59:42 -05:00
john hood
cab5eae3e0 Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4 2016-03-18 23:56:51 +00:00
Feng Xiao
fe066bd514 Merge pull request #789 from motahan/solaris64_fix
Fixing compile errors on Solaris in 64-bit mode
2016-01-20 16:57:01 -08:00
Peter Newman
4af1cc7445 Revert the change and remove an incorrect comment 2016-01-09 13:38:42 +00:00
Peter Newman
1808e8a479 Add the docs claimed define for HAVE_UNORDERED_MAP
Make the code match what the docs claimed, to return a define for HAVE_UNORDERED_MAP
2015-12-15 01:32:27 +00:00
Mohamed El-Tahan
97fa4ca156 Fixing compile errors on Solaris in 64-bit mode 2015-09-02 11:34:23 -04:00
William Orr
2d7786cfc3 Add support for solaris atomicops
This patch adds support for atomic operations on Solaris, on any platform.
It makes use of the atomic functions made available in Solaris' atomic.h
header.
2014-09-19 22:04:23 -07:00
liujisi@google.com
d4a57f1557 Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik. 2011-01-13 06:44:11 +00:00
liujisi@google.com
0458bb26f6 rollback the previous acx_pthread.m4 fix. 2010-12-09 09:28:49 +00:00
liujisi@google.com
1fd96c43a0 Add new files for vcprojs, fix issues: 165, 211, 228, 240 2010-12-07 06:23:55 +00:00
liujisi@google.com
2726e7a6eb Fix issues: 166 167 172 175 181 188 192 194 195. 2010-12-03 09:12:33 +00:00
kenton@google.com
83aba29ebe Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1. 2010-01-07 04:40:54 +00:00
kenton@google.com
fe7314e0cc Another Sun Studio fix from Monty Taylor. 2010-01-04 19:52:53 +00:00
kenton@google.com
45258ff4e2 Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett. 2009-12-23 22:12:22 +00:00
kenton@google.com
bf06bb24bc Try again to fix build on Sun Studio -- Monty Taylor claims this will do it. 2009-12-23 22:02:18 +00:00
kenton@google.com
ee7e9420e3 Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg Smolsky. 2009-12-21 18:58:23 +00:00
kenton@google.com
6be265a826 Improve Sun Studio support. Patch from Monty Taylor. 2009-08-06 20:47:45 +00:00
kenton@google.com
a5183461f8 Fixes to acx_check_suncc.m4 from Monty Taylor. 2009-05-28 00:48:15 +00:00
kenton@google.com
a8923cdd9a More Sun CC hacks. Contributed by Monty Taylor. 2009-05-01 21:53:10 +00:00
kenton@google.com
25bc5cdc9c Support "Solaris 10 using recent Sun Studio".
Patch from Monty Taylor <monty.taylor@gmail.com>.
2008-12-04 20:34:50 +00:00
temporal
40ee551715 Initial checkin. 2008-07-10 02:12:20 +00:00