Craig Tiller
77fc4d35e4
BoringSSL: vsproject changes
9 years ago
Jan Tattermusch
44fc7200f8
regenerate project files
9 years ago
Jan Tattermusch
ec59bc7f1a
regenerate project files
9 years ago
Jan Tattermusch
df744bd389
regenerated vsproject files
9 years ago
Craig Tiller
fba79f213f
AVL: creation, destroy, add
9 years ago
Craig Tiller
0ba432d445
Move profiling system to gpr
9 years ago
Craig Tiller
504ed5997a
Get basic profiler working again
9 years ago
Craig Tiller
8f12f77059
Generated changes
9 years ago
vjpai
9839d285cd
Move block_annotate from iomgr to support since it's used in other
...
core places besides iomgr
9 years ago
Craig Tiller
f4fc5d2bfd
Enable warnings as errors on Windows
9 years ago
Craig Tiller
02a7bedaa3
Generated changes
9 years ago
Hongyu Chen
a0f149e873
Move core/profiling/timers_preciseclock.h to core/support/ such that we
...
have a gpr public function which returns cycle clock.
9 years ago
Nicolas "Pixel" Noble
bb3aed0ef9
Removing gpr_cancelable.
9 years ago
Nicolas Noble
563b8a2779
Regenerating project files and massaging VS project files.
9 years ago
Nicolas Noble
7c5ef31613
Regenerating project files and massaging VS project files.
9 years ago
Vijay Pai
005e305c22
Initial checkin commit for lockfree stack.
...
Tests not yet included.
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Craig Tiller
685f1e6255
Add header to build.json
10 years ago
Craig Tiller
ee210abe65
GPR_ASSERT is not an expression
10 years ago
Craig Tiller
c21a80957a
Add subprocess GPR API
...
Port fling_test to it.
This will be used to:
- port remaining tests to Windows
- enable testing what happens when servers or clients mysteriously disappear
10 years ago
Nicolas "Pixel" Noble
5fb4ba0adb
Updating the templates to create win64 projects.
10 years ago
zeliard
292adfee5d
fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T)
10 years ago
Jan Tattermusch
b5bf574e0c
regenerated project files
10 years ago
Jan Tattermusch
8ff00a3c25
big refactoring of visual studio projects, started using nuget
...
dependencies.
10 years ago
Craig Tiller
8cca9abeda
Thread local storage for grpc
10 years ago
Nicolas Noble
91647cc815
Adding joinable threads, and gpr_thd_join.
10 years ago
Nicolas "Pixel" Noble
710b6a4ae2
Added a few more missing files and re-generated project files.
10 years ago
Nicolas "Pixel" Noble
51f5b91715
Adding missing public files to build.json, and re-generating all project files.
10 years ago
Masood Malekghassemi
f8e297a3c0
Added protoc plugin for Python GRPC.
10 years ago
Jan Tattermusch
6943fb3aed
added cpu_windows.c
10 years ago
Jan Tattermusch
f6ff8f6fcf
remove _shared suffix from target dll names
10 years ago
Nicolas "Pixel" Noble
d6dcec526d
Making the gpr_tmpfile's win32 version a bit more Windows-y.
...
Also adding windows helpers to convert to and from TCHAR strings.
10 years ago
Julien Boeuf
7413f10832
Adding linux specific env implementation.
10 years ago
Nicolas Noble
6393dd36f1
Fixing build.json by removing files that are no longer present.
10 years ago
Julien Boeuf
fdbb1b039b
... And the project files...
10 years ago
Nicolas "Pixel" Noble
21f627ad0a
First draft of the win32 implementation of iomgr.
...
Caveats:
-) The win32 pollset isn't threadsafe (yet).
-) Only client code is implemented.
-) Only very simple code has been tested with it yet.
10 years ago
Julien Boeuf
026a417def
Adding support for loading the SSL roots from an environment variable.
...
- 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.
10 years ago
Jan Tattermusch
a54b60d427
added src/core/support/string.h to build.json
10 years ago
Jan Tattermusch
64c3e72fec
removed string.h reference from build.json
10 years ago
Craig Tiller
17ec5f9ebf
Run buildgen
10 years ago
ctiller
d94ad10cf1
Provide a port of cpu related code to posix, and linux.
...
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
10 years ago
ctiller
2bbb6c4311
Remove endpoint/ directories.
...
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
10 years ago
nnoble
5447c5461c
Tweaking solution settings to be able to compile with OpenSSL (not link 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
10 years ago
jtattermusch
1de3a5c0a1
Add Visual Studio project for building zlib.
...
Change on 2014/12/12 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82017498
10 years ago
jtattermusch
98bffb779b
Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ 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
10 years ago
jtattermusch
97fb3f6481
Add mako templates to generate MS Visual Studio projects.
...
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
10 years ago