aboutsummaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1333 from cgull/pkg-config-issueJisi Liu2018-03-122-397/+485
|\ | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4
| * Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4john hood2016-03-182-397/+485
| |
* | Add std::forward and std::move autoconf checkJisi Liu2017-08-151-0/+19
| | | | | | | | | | Protobuf now uses these two features, which are not available on some platforms.
* | Fixed cross compilations with the Autotools buildAdam Cozzette2017-01-032-0/+235
| | | | | | | | | | | | | | | | 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.Sergio Campama2016-12-071-0/+982
|/
* Merge pull request #789 from motahan/solaris64_fixFeng Xiao2016-01-201-11/+6
|\ | | | | Fixing compile errors on Solaris in 64-bit mode
| * Fixing compile errors on Solaris in 64-bit modeMohamed El-Tahan2015-09-021-11/+6
| |
* | Revert the change and remove an incorrect commentPeter Newman2016-01-091-5/+1
| |
* | Add the docs claimed define for HAVE_UNORDERED_MAPPeter Newman2015-12-151-0/+3
|/ | | Make the code match what the docs claimed, to return a define for HAVE_UNORDERED_MAP
* Add support for solaris atomicopsWilliam Orr2014-09-191-0/+1
| | | | | | 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 ↵liujisi@google.com2011-01-131-0/+34
| | | | Kowalik.
* rollback the previous acx_pthread.m4 fix.liujisi@google.com2010-12-091-4/+2
|
* Add new files for vcprojs, fix issues: 165, 211, 228, 240liujisi@google.com2010-12-071-43/+55
|
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-2/+4
|
* Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1.kenton@google.com2010-01-071-1/+7
|
* Another Sun Studio fix from Monty Taylor.kenton@google.com2010-01-041-4/+0
|
* Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett.kenton@google.com2009-12-231-0/+7
|
* Try again to fix build on Sun Studio -- Monty Taylor claims this will do it.kenton@google.com2009-12-231-1/+1
|
* Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg ↵kenton@google.com2009-12-211-14/+25
| | | | Smolsky.
* Improve Sun Studio support. Patch from Monty Taylor.kenton@google.com2009-08-061-15/+51
|
* Fixes to acx_check_suncc.m4 from Monty Taylor.kenton@google.com2009-05-281-1/+3
|
* More Sun CC hacks. Contributed by Monty Taylor.kenton@google.com2009-05-011-0/+33
|
* Support "Solaris 10 using recent Sun Studio".kenton@google.com2008-12-041-0/+37
| | | | | Patch from Monty Taylor <monty.taylor@gmail.com>.
* Initial checkin.temporal2008-07-102-0/+406