Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am teeks99 on github.
  • I am teeks99 (https://keybase.io/teeks99) on keybase.
  • I have a public key whose fingerprint is 54B5 88A1 4070 BEC2 6DEE F539 EE42 C302 FB61 94A8

To claim this, I am signing this object:

@teeks99
teeks99 / boost_1.58.0_b1_rc1-32bitlog.txt
Created March 13, 2015 02:57
Windows build errors for boost 1.58.0 beta 1 - rc1 - 32 bit
This file has been truncated, but you can view the full file.
Build for msvc-8.0
Performing configuration checks
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
@teeks99
teeks99 / boost_1.58.0_b1_rc1-64bitlog.txt
Created March 13, 2015 02:59
Windows build errors for boost 1.58.0 beta 1 - rc1 - 64 bit
This file has been truncated, but you can view the full file.
Build for msvc-8.0
Performing configuration checks
- has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- iconv (libc) : no (cached)
- iconv (separate) : no (cached)
- icu : no (cached)
- icu (lib64) : no (cached)
@teeks99
teeks99 / boolean_order_of_operations.cpp
Last active August 29, 2015 14:17
C/C++ Boolean Order of Operations
#include <iostream>
using namespace std;
std::string boolStr(bool value)
{
if(value)
{
return "true";
}
@teeks99
teeks99 / boost_1.58.0-rc1-32bit.log
Created April 6, 2015 11:49
boost_1.58.0-rc1-32bit.log
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost_1.58.0-rc1-64bit.log
Created April 6, 2015 11:50
boost_1.58.0-rc1-64bit.log
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost-1.58.0-rc2-32bitlog.txt
Created April 7, 2015 12:42
boost-1.58.0-rc2-32bitlog.txt
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost-1.58.0-rc2-64bitlog.txt
Created April 7, 2015 12:43
boost-1.58.0-rc2-64bitlog.txt
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost_1_58_0-rc3-32bitlog.txt
Created April 8, 2015 17:54
boost_1_58_0-rc3-32bitlog.txt
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost_1_58_0-rc3-64bitlog.txt
Created April 8, 2015 17:56
boost_1_58_0-rc3-64bitlog.txt
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)