Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1333 from cgull/pkg-config-issue | Jisi Liu | 2018-03-12 |
|\ | | | | | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4 | ||
* | | Add std::forward and std::move autoconf check | Jisi Liu | 2017-08-15 |
| | | | | | | | | | | Protobuf now uses these two features, which are not available on some platforms. | ||
* | | Fixed cross compilations with the Autotools build | Adam Cozzette | 2017-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. | Sergio Campama | 2016-12-07 |
| | | |||
| * | Replace ancient m4/acx_pthread.m4 with m4/ax_pthread.m4 | john hood | 2016-03-18 |
|/ | |||
* | Merge pull request #789 from motahan/solaris64_fix | Feng Xiao | 2016-01-20 |
|\ | | | | | Fixing compile errors on Solaris in 64-bit mode | ||
* | | Revert the change and remove an incorrect comment | Peter Newman | 2016-01-09 |
| | | |||
* | | Add the docs claimed define for HAVE_UNORDERED_MAP | Peter Newman | 2015-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 mode | Mohamed El-Tahan | 2015-09-02 |
|/ | |||
* | Add support for solaris atomicops | William Orr | 2014-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 ↵ | liujisi@google.com | 2011-01-13 |
| | | | | Kowalik. | ||
* | rollback the previous acx_pthread.m4 fix. | liujisi@google.com | 2010-12-09 |
| | |||
* | Add new files for vcprojs, fix issues: 165, 211, 228, 240 | liujisi@google.com | 2010-12-07 |
| | |||
* | Fix issues: 166 167 172 175 181 188 192 194 195. | liujisi@google.com | 2010-12-03 |
| | |||
* | Detect and avoid broken unordered_map on OSX 10.5 / GCC 4.0.1. | kenton@google.com | 2010-01-07 |
| | |||
* | Another Sun Studio fix from Monty Taylor. | kenton@google.com | 2010-01-04 |
| | |||
* | Fix 32/64-bit confusion on Solaris 10 x86. Patch from Oliver Jowett. | kenton@google.com | 2009-12-23 |
| | |||
* | Try again to fix build on Sun Studio -- Monty Taylor claims this will do it. | kenton@google.com | 2009-12-23 |
| | |||
* | Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg ↵ | kenton@google.com | 2009-12-21 |
| | | | | Smolsky. | ||
* | Improve Sun Studio support. Patch from Monty Taylor. | kenton@google.com | 2009-08-06 |
| | |||
* | Fixes to acx_check_suncc.m4 from Monty Taylor. | kenton@google.com | 2009-05-28 |
| | |||
* | More Sun CC hacks. Contributed by Monty Taylor. | kenton@google.com | 2009-05-01 |
| | |||
* | Support "Solaris 10 using recent Sun Studio". | kenton@google.com | 2008-12-04 |
| | | | | | Patch from Monty Taylor <monty.taylor@gmail.com>. | ||
* | Initial checkin. | temporal | 2008-07-10 |