Граф коммитов

828 Коммитов

Автор SHA1 Сообщение Дата
Adam Sapek f3a6501f85 Fix JSON multi-line string test
Use multi-line string both in the JSON input and the verification assert.
2015-01-18 20:51:36 -08:00
Adam Sapek 3f85e73dc6 Update configuration for Visual Studio 2015 CTP 5
The compiler now supports C++11 defaulted functions. Since Boost config
doesn't detect features for the new compiler yet, we ignore
BOOST_NO_CXX11_DEFAULTED_FUNCTIONS macro when _MSC_VER > 1900.
2015-01-17 11:25:32 -08:00
Adam Sapek 5ccd52dee9 Fix a typo in README.md 2015-01-16 23:52:17 -08:00
Adam Sapek c502e7d1b8 Don't update Boost to avoid travis-ci timeout 2015-01-15 15:26:04 -08:00
Adam Sapek 5abde463d1 Rename NuGet packages
Rename Bond.cs to Bond.CSharp and Bond.Runtime.cs to Bond.Runtime.CSharp.

The old packages on nuget.org are converted to redirect packages that
are empty and only have dependency on the new packages.
2015-01-15 14:04:05 -08:00
Adam Sapek a3c8a9757d Simplify OS X build instructions
Use Homebrew to install cmake, ghc and cabal-install instead of CMake
and Haskell Platform manual installations.
2015-01-15 12:23:47 -08:00
Adam Sapek 27bddf8ae4 Merge pull request #12 from dnmiller/cmake-fix
Update OS X instruction for homebrew Python
2015-01-14 20:51:22 -08:00
Dan Miller 5867d2dd4a Update OS X instructions for homebrew Python 2015-01-14 20:11:16 -08:00
Adam Sapek d1d3f1764e Add build status and stat indicators to README 2015-01-14 16:10:12 -08:00
Adam Sapek f10b4fba0f Configure travis-ci build
For now only configuring OS X build. Travis-CI runs Linux builds on
Ubuntu 12.04 for which pre-built Boost packages end at 1.48. Bond
currently requires 1.54.
2015-01-14 14:57:43 -08:00
Adam Sapek f229cd11ca Update NuGet package readme 2015-01-14 11:22:11 -08:00
Adam Sapek f395b06b98 Remove unused C# example
This project was more of a playground than a proper example. It was
never included in cs.sln.
2015-01-14 09:06:27 -08:00
Adam Sapek cf895a2486 Add C# NuGet package 2015-01-13 19:41:36 -08:00
Adam Sapek f724242d67 Fix C# build problem when cmake.bat is in PATH
Custom actions in Visual Studio projects are executed as batch files.
If cmake is also a batch file then the statement:

        cmake ...

will call cmake.bat and never return from it. Replacing it with:

        call cmake ...

makes sure that the custom command batch file continues after cmake
returns.
2015-01-13 16:50:24 -08:00
Adam Sapek eacce2446d Merge pull request #11 from kanakk/outputbuffer_interface 2015-01-13 10:01:36 -08:00
Kanak Kshetri 65ac915df4 Fix mistake in bond_cs.md
OutputBuffer implements IOutputStream not IOutputBuffer.
2015-01-13 12:36:57 -05:00
Adam Sapek d8048bdf08 Merge pull request #10 from kanakk/master
Fix a typo in documentation
2015-01-13 08:41:35 -08:00
Kanak Kshetri dfcd3bd87a Fix a typo in documentation 2015-01-13 08:42:37 -05:00
Adam Sapek 4428342828 Remove references to precompiler from C# projects 2015-01-12 18:27:30 -08:00
Adam Sapek fa37e7beda Merge pull request #9 from dnmiller/cmake-fix
Fix compiler CMake permissions for OSX
2015-01-12 17:51:44 -08:00
Adam Sapek 3d5905a8b2 Fix compiler build for non-ascii cabal path
CMake Visual Studio generator translates add_custom_command into a batch
file embedded in Visual Studio project. Batch files have problems with
paths that contain non-ascii characters because they are limited to DOS
encoding. It so happens that cabal is quite likely to be installed in
such a path because by default cabal installs into a directory under
%APPDATA% which contains user name. As a workaround we execute cmake
scripts as a custom commands and depend on CMake cache to get access to
variables set during configuration. This way embedded batch files are
free of non-ascii characters.
2015-01-12 17:45:57 -08:00
Dan Miller 013bf9b29b Fixing CMake permissions for OSX 2015-01-12 16:43:56 -08:00
Adam Sapek 6be2fe9c82 Fix typos and grammar in why_bond.md 2015-01-10 15:28:14 -08:00
Adam Sapek fc8d811774 Use absolute GitHub pages URL in README 2015-01-10 13:37:50 -08:00
Adam Sapek 2f32de5506 Add comparison of Bond to Protobuf, Thrift and Avro 2015-01-10 13:32:07 -08:00
Adam Sapek aac25a535d Change TOC height to 95% to fix scrolling 2015-01-10 10:37:53 -08:00
Adam Sapek 018a4cdffe Add link to the GitHib repository in documentation 2015-01-10 08:53:58 -08:00
Adam Sapek 222e20fd00 Initial commit 2015-01-09 11:21:05 -08:00