aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/gpr.vcxproj
Commit message (Collapse)AuthorAge
* Merge pull request #489 from jtattermusch/cpu_windowsGravatar Nicolas Noble2015-02-11
|\ | | | | Added placeholder for cpu_windows.c implementation
| * added cpu_windows.cGravatar Jan Tattermusch2015-02-11
| |
* | remove _shared suffix from target dll namesGravatar Jan Tattermusch2015-02-11
|/
* Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-10
|\
| * Making the gpr_tmpfile's win32 version a bit more Windows-y.Gravatar Nicolas "Pixel" Noble2015-02-06
| | | | | | | | Also adding windows helpers to convert to and from TCHAR strings.
| * Merge pull request #359 from jboeuf/ssl_default_creds_integrationGravatar Yang Gao2015-02-05
| |\ | | | | | | Adding support for loading the SSL roots from an environment variable.
| | * Adding linux specific env implementation.Gravatar Julien Boeuf2015-02-04
| | |
* | | Merge branch 'master' of github.com:google/grpc into grpc-win32Gravatar Nicolas "Pixel" Noble2015-02-04
|\| | | | | | | | | | | | | | Conflicts: include/grpc/support/time_win32.h
| * | Fixing build.json by removing files that are no longer present.Gravatar Nicolas Noble2015-02-04
| | |
| * | ... And the project files...Gravatar Julien Boeuf2015-02-03
| | |
* | | First draft of the win32 implementation of iomgr.Gravatar Nicolas "Pixel" Noble2015-02-04
|/ / | | | | | | | | | | | | Caveats: -) The win32 pollset isn't threadsafe (yet). -) Only client code is implemented. -) Only very simple code has been tested with it yet.
| * Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
|/ | | | | | - Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test.
* added src/core/support/string.h to build.jsonGravatar Jan Tattermusch2015-01-27
|
* removed string.h reference from build.jsonGravatar Jan Tattermusch2015-01-26
|
* Run buildgenGravatar Craig Tiller2015-01-18
|
* Provide a port of cpu related code to posix, and linux.Gravatar ctiller2014-12-29
| | | | | | | | Properly set this up in our build environment. Change on 2014/12/23 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82725899
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
| | | | | | | | | | Fold endpoint interface into iomgr, move secure_endpoint into security/. This will make it easier for endpoint to rely on some iomgr defined types (like pollset). Change on 2014/12/17 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82338036
* Tweaking solution settings to be able to compile with OpenSSL (not link ↵Gravatar nnoble2014-12-16
| | | | | | | | | yet), and swapping per-project properties for a global property sheet. Change on 2014/12/16 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82245026
* Add Visual Studio project for building zlib.Gravatar jtattermusch2014-12-12
| | | | | | | Change on 2014/12/12 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82017498
* Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ ↵Gravatar jtattermusch2014-12-09
| | | | | | | | | compiler) Change on 2014/12/09 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81704538
* Add mako templates to generate MS Visual Studio projects.Gravatar jtattermusch2014-12-08
Current state for Windows platform: -- gpr and grpc_test_util can be compiled -- gpr_log_test and gpr_cmdline_test pass Change on 2014/12/08 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81615574