Jon Skeet
|
ce58e30153
|
Ignore the build output.
|
14 years ago |
csharptest
|
09f3ead994
|
Fix to rebuild src prior to running benchmarks
|
14 years ago |
jasonh@google.com
|
eab9b5d47f
|
Fix issue 256: compute the correct size for negative enum values, which need to be sign extended.
|
14 years ago |
Ying Wang
|
d4bdc4c78a
|
am 7cc5f59e: Unbundle protobuffer target libraries.
* commit '7cc5f59ec79718040bb1efd8be2ed12af2de5e1a':
Unbundle protobuffer target libraries.
|
14 years ago |
Ying Wang
|
3b3e5e580c
|
Unbundle protobuffer target libraries.
Change-Id: I3047d2cd10828844562fa57ae3b619fe919c6113
|
14 years ago |
liujisi@google.com
|
17d57dbbcd
|
Add an intermediate method to propagate the friendship access to nested classes as a workaround for old compilers (e.g. gcc 3.4)
|
14 years ago |
liujisi@google.com
|
c345db7d6b
|
Update version number to 2.4.1 in common.h.
|
14 years ago |
liujisi@google.com
|
01cba4b16e
|
Update mainline version to 2.4.1-pre.
|
14 years ago |
liujisi@google.com
|
7a26147997
|
Update the release date of 2.4.0
|
14 years ago |
Jon Skeet
|
167fba0188
|
Turn lineBreak option to line_break
|
14 years ago |
Jon Skeet
|
f31e34b17e
|
Default to Environment.NewLine for line breaks in ProtoGen, but allow it to be configured.
|
14 years ago |
Jon Skeet
|
12f0460a71
|
Effectively revert previous change to Generator.cs
|
14 years ago |
Jon Skeet
|
7ac20214e0
|
Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into csharptest-master
|
14 years ago |
liujisi@google.com
|
bdfc1eab53
|
Add missing files into pom.xml for protobuf-lite.
|
14 years ago |
Ying Wang
|
ddf74061de
|
Unbundle protobuffer target libraries.
Change-Id: I535f93389b3b13578c9602dce3d38f1ca256e807
|
14 years ago |
liujisi@google.com
|
1e106bc320
|
Update contributors.
|
14 years ago |
liujisi@google.com
|
42e67e081a
|
update ez_setup.py to fix the python2.6 problem.
|
14 years ago |
liujisi@google.com
|
d4a57f1557
|
Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik.
|
14 years ago |
liujisi@google.com
|
57014ffa52
|
Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent.
|
14 years ago |
liujisi@google.com
|
5c20ca1fcc
|
Escape C++ Trigraphs.
|
14 years ago |
csharptest
|
7691473a71
|
Completion of 3.5 build integration and Lite runtime build changes.
|
14 years ago |
Jon Skeet
|
5a89177000
|
Deleted old nunit.framework
|
14 years ago |
csharptest
|
30d3fa3205
|
Converted build to also work under .net 3.5
|
14 years ago |
csharptest
|
727107726d
|
adding vs2008 solution.
|
14 years ago |
Jon Skeet
|
ec79ca1341
|
Fixed build for lite runtime
|
14 years ago |
Jon Skeet
|
f82a09da05
|
Merge from master
|
14 years ago |
Jon Skeet
|
a66c2031f3
|
Merge branch 'ArnoldZokas-master'
|
14 years ago |
ArnoldZokas
|
4725a082a6
|
Fixed broken builds
|
14 years ago |
Jon Skeet
|
62b4cf274d
|
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
committer: Arnold Zokas <arnold.zokas@coderoom.net>
|
14 years ago |
Jon Skeet
|
8a13536f9b
|
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
|
14 years ago |
Jon Skeet
|
1738462b7f
|
First commit of lite code - more to come
|
14 years ago |
liujisi@google.com
|
334dfc21ec
|
fix a typo in vcproj
|
14 years ago |
liujisi@google.com
|
0458bb26f6
|
rollback the previous acx_pthread.m4 fix.
|
14 years ago |
liujisi@google.com
|
6f2c3b8734
|
Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field.
|
14 years ago |
ArnoldZokas
|
649eb54a99
|
Fixed a bug in the build process that caused ReleaseBinaries package to be populated with redundant empty directories
|
14 years ago |
ArnoldZokas
|
865de6a290
|
Merge branch 'master' of git://github.com/jskeet/dotnet-protobufs
|
14 years ago |
liujisi@google.com
|
9b7f6c544a
|
Fix issues: 223 224 242.
|
14 years ago |
Jon Skeet
|
0c58d060f7
|
Renamed benchmark batch file, and made all other batch files use Any CPU target.
|
14 years ago |
liujisi@google.com
|
1fd96c43a0
|
Add new files for vcprojs, fix issues: 165, 211, 228, 240
|
14 years ago |
liujisi@google.com
|
b4d64bf7f3
|
Remove hashmap.cc in vcproj files.
|
14 years ago |
liujisi@google.com
|
5d8d2b0542
|
Fix issues: 200 202 211 215 237 246.
|
14 years ago |
liujisi@google.com
|
2726e7a6eb
|
Fix issues: 166 167 172 175 181 188 192 194 195.
|
14 years ago |
ArnoldZokas
|
a02f9891d7
|
Added 'Any CPU' platform switch to all msbuild calls
|
14 years ago |
ArnoldZokas
|
065d3c7409
|
Removed redundant shell script
|
14 years ago |
ArnoldZokas
|
8bd5521e69
|
Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exception during execution
|
14 years ago |
ArnoldZokas
|
57afbcf693
|
Switched ProtoBench project over to .NET 4.0
|
14 years ago |
ArnoldZokas
|
8e08d4106d
|
Migrated targets for generating benchmark source and assembly
|
14 years ago |
liujisi@google.com
|
0acafda8f4
|
Fix byte encoding macros.
|
14 years ago |
ArnoldZokas
|
8c5121bc62
|
Fixed a output directory path bug that caused RunBenchmark to fail
|
14 years ago |
kenton@google.com
|
baac9c39fe
|
Add some explicit casts to eliminate some warnings as described in issue 83 comment 17.
|
14 years ago |