aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects
Commit message (Collapse)AuthorAge
* Delete generate_debug_projects.shGravatar Jan Tattermusch2017-01-19
|
* remove not-yet-useful projects from grpc.slnGravatar Jan Tattermusch2017-01-12
|
* make protobuf building consistentGravatar Jan Tattermusch2016-12-09
|
* Automatically capture transitive dependencies for Visual Studio solution filesGravatar Craig Tiller2016-06-02
|
* First version of json fuzzerGravatar Craig Tiller2016-03-17
|
* Merge branch 'codegen_proto_utils_fix' into codegen_libGravatar David Garcia Quintas2016-03-06
|\
| * Merge pull request #5334 from jtattermusch/protoc_artifacts_windowsGravatar Nicolas Noble2016-02-23
| |\ | | | | | | Building protoc artifacts on Windows
| | * enable 64bit windows compilation of protoc pluginsGravatar Jan Tattermusch2016-02-22
| | |
* | | moar VS funGravatar David Garcia Quintas2016-02-19
| |/ |/|
| * Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
|/
* Rollback gpr deletionGravatar Craig Tiller2016-02-09
|
* Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|
* Clean up WindowsGravatar Craig Tiller2016-01-21
|
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* dont include grpc++ in buildtests_cGravatar Jan Tattermusch2015-12-18
|
* remove unused vsprojectsGravatar Jan Tattermusch2015-12-18
|
* make intermediate dir path shorterGravatar Jan Tattermusch2015-12-18
|
* Merge pull request #4524 from jtattermusch/polish_vcxproj_filesGravatar Craig Tiller2015-12-18
|\ | | | | Polish vcxproj files
* | ignore warning LNK4217Gravatar Jan Tattermusch2015-12-18
| |
| * make Release depend on Release from nuget depsGravatar Jan Tattermusch2015-12-17
| |
| * silence warningsGravatar Jan Tattermusch2015-12-17
| |
| * Get rid of tabs from .include fileGravatar Jan Tattermusch2015-12-17
|/
* make vcxproject files compatible with VS2015Gravatar Jan Tattermusch2015-12-11
|
* drop _USE_32BIT_TIME_T defineGravatar Jan Tattermusch2015-12-11
|
* Merge pull request #2920 from nicolasnoble/winnt-checkGravatar Craig Tiller2015-09-25
|\ | | | | Better handling of _WIN32_WINNT.
* | More PDB trickeryGravatar Craig Tiller2015-09-25
| |
* | Enable warnings as errors on WindowsGravatar Craig Tiller2015-09-23
| |
| * Merge branch 'master' of github.com:grpc/grpc into winnt-checkGravatar Nicolas "Pixel" Noble2015-09-04
| |\ | |/ |/| | | | | Conflicts: vsprojects/global.props
* | Handle test dependencies betterGravatar Craig Tiller2015-09-01
| |
* | Merge branch 'third-coming' into endpointsGravatar Craig Tiller2015-09-01
|\ \
* | | Use msbuild for testsGravatar Craig Tiller2015-09-01
| | |
| * | C tests dont need protobufGravatar Craig Tiller2015-08-31
|/ /
* | Hand-written changesGravatar Craig Tiller2015-08-31
| |
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-14
|\ \
| * | Recreating grpc_test_util_unsecure's template.Gravatar Nicolas "Pixel" Noble2015-08-14
| |/
* / add protobuf.props to plugin projectsGravatar Jan Tattermusch2015-08-08
|/
* Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-30
|
* changes to grpc.mak.template to support c++ test buildingGravatar Michael Larson2015-07-19
|
* helper script to build all .proto files in /test/ in-placeGravatar Michael Larson2015-07-19
|
* changed generate_debug_projects.sh to use the .sln hint when making vcxproj ↵Gravatar Michael Larson2015-07-19
| | | | templates
* changed .sln to include hint about lib vs. targetGravatar Michael Larson2015-07-19
|
* changed vsproject generation to make c++ tests; put a hint in the .sln about ↵Gravatar Michael Larson2015-07-19
| | | | lib vs. target; expand .proto includes
* Faking tools target for win32.Gravatar Nicolas "Pixel" Noble2015-07-11
| | | | With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
* provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
|
* Add missing copyright noticesGravatar Craig Tiller2015-05-21
|
* Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-05-12
| | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them.
* Adding instructions to use generate_debug_projects.sh, and cleaning the ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | script up a bit.
* Properly naming grpc++_unsecure project.Gravatar Nicolas "Pixel" Noble2015-05-09
|
* Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
|
* Adding grpc++_unsecure project file, and adding better support for test ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | projects.