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.
6 years ago
Jisi Liu
4a4c67b6a2
Add std::forward and std::move autoconf check
...
Protobuf now uses these two features, which are not available on some
platforms.
7 years ago
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.
8 years ago
Sergio Campama
1d91c2588c
Include -std=c++11 when compiling protobuf if available.
8 years ago
john hood
cab5eae3e0
Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
9 years ago
Peter Newman
4af1cc7445
Revert the change and remove an incorrect comment
9 years ago
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
9 years ago
Mohamed El-Tahan
97fa4ca156
Fixing compile errors on Solaris in 64-bit mode
9 years ago
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.
10 years ago
liujisi@google.com
d4a57f1557
Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik.
14 years ago
liujisi@google.com
0458bb26f6
rollback the previous acx_pthread.m4 fix.
14 years ago
liujisi@google.com
1fd96c43a0
Add new files for vcprojs, fix issues: 165, 211, 228, 240
14 years ago
liujisi@google.com
2726e7a6eb
Fix issues: 166 167 172 175 181 188 192 194 195.
14 years ago
kenton@google.com
83aba29ebe
Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1.
15 years ago
kenton@google.com
fe7314e0cc
Another Sun Studio fix from Monty Taylor.
15 years ago
kenton@google.com
45258ff4e2
Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett.
15 years ago
kenton@google.com
bf06bb24bc
Try again to fix build on Sun Studio -- Monty Taylor claims this will do it.
15 years ago
kenton@google.com
ee7e9420e3
Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg Smolsky.
15 years ago
kenton@google.com
6be265a826
Improve Sun Studio support. Patch from Monty Taylor.
16 years ago
kenton@google.com
a5183461f8
Fixes to acx_check_suncc.m4 from Monty Taylor.
16 years ago
kenton@google.com
a8923cdd9a
More Sun CC hacks. Contributed by Monty Taylor.
16 years ago
kenton@google.com
25bc5cdc9c
Support "Solaris 10 using recent Sun Studio".
...
Patch from Monty Taylor <monty.taylor@gmail.com>.
16 years ago
Jon Skeet
f0589506c9
Wiping slate clean to start again with new layout.
16 years ago
Jon Skeet
f92c545f49
Initial commit of C# code developed before installing Git.
...
committer: Jon Skeet <skeet@pobox.com>
17 years ago
temporal
40ee551715
Initial checkin.
17 years ago