aboutsummaryrefslogtreecommitdiffhomepage
path: root/m4
Commit message (Collapse)AuthorAge
* Merge pull request #1333 from cgull/pkg-config-issueGravatar Jisi Liu2018-03-12
|\ | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
* | Add std::forward and std::move autoconf checkGravatar Jisi Liu2017-08-15
| | | | | | | | | | Protobuf now uses these two features, which are not available on some platforms.
* | Fixed cross compilations with the Autotools buildGravatar Adam Cozzette2017-01-03
| | | | | | | | | | | | | | | | 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.
* | Include -std=c++11 when compiling protobuf if available.Gravatar Sergio Campama2016-12-07
| |
| * Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4Gravatar john hood2016-03-18
|/
* Merge pull request #789 from motahan/solaris64_fixGravatar Feng Xiao2016-01-20
|\ | | | | Fixing compile errors on Solaris in 64-bit mode
* | Revert the change and remove an incorrect commentGravatar Peter Newman2016-01-09
| |
* | Add the docs claimed define for HAVE_UNORDERED_MAPGravatar Peter Newman2015-12-15
| | | | | | Make the code match what the docs claimed, to return a define for HAVE_UNORDERED_MAP
| * Fixing compile errors on Solaris in 64-bit modeGravatar Mohamed El-Tahan2015-09-02
|/
* Add support for solaris atomicopsGravatar William Orr2014-09-19
| | | | | | 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.
* Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper ↵Gravatar liujisi@google.com2011-01-13
| | | | Kowalik.
* rollback the previous acx_pthread.m4 fix.Gravatar liujisi@google.com2010-12-09
|
* Add new files for vcprojs, fix issues: 165, 211, 228, 240Gravatar liujisi@google.com2010-12-07
|
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
|
* Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1.Gravatar kenton@google.com2010-01-07
|
* Another Sun Studio fix from Monty Taylor.Gravatar kenton@google.com2010-01-04
|
* Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett.Gravatar kenton@google.com2009-12-23
|
* Try again to fix build on Sun Studio -- Monty Taylor claims this will do it.Gravatar kenton@google.com2009-12-23
|
* Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg ↵Gravatar kenton@google.com2009-12-21
| | | | Smolsky.
* Improve Sun Studio support. Patch from Monty Taylor.Gravatar kenton@google.com2009-08-06
|
* Fixes to acx_check_suncc.m4 from Monty Taylor.Gravatar kenton@google.com2009-05-28
|
* More Sun CC hacks. Contributed by Monty Taylor.Gravatar kenton@google.com2009-05-01
|
* Support "Solaris 10 using recent Sun Studio".Gravatar kenton@google.com2008-12-04
| | | | | Patch from Monty Taylor <monty.taylor@gmail.com>.
* Initial checkin.Gravatar temporal2008-07-10