Commit Graph

3492 Commits

Author SHA1 Message Date
liujisi@google.com
c345db7d6b Update version number to 2.4.1 in common.h. 2011-02-03 07:22:32 +00:00
liujisi@google.com
01cba4b16e Update mainline version to 2.4.1-pre. 2011-02-02 16:45:06 +00:00
liujisi@google.com
7a26147997 Update the release date of 2.4.0 2011-02-02 14:04:22 +00:00
Jon Skeet
167fba0188 Turn lineBreak option to line_break 2011-01-27 20:50:03 +00:00
Jon Skeet
f31e34b17e Default to Environment.NewLine for line breaks in ProtoGen, but allow it to be configured. 2011-01-27 20:47:23 +00:00
Jon Skeet
12f0460a71 Effectively revert previous change to Generator.cs 2011-01-27 20:17:19 +00:00
Jon Skeet
7ac20214e0 Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into csharptest-master 2011-01-27 20:10:17 +00:00
liujisi@google.com
bdfc1eab53 Add missing files into pom.xml for protobuf-lite. 2011-01-27 14:19:21 +00:00
Ying Wang
ddf74061de Unbundle protobuffer target libraries.
Change-Id: I535f93389b3b13578c9602dce3d38f1ca256e807
2011-01-26 13:37:44 -08:00
liujisi@google.com
1e106bc320 Update contributors. 2011-01-24 06:31:14 +00:00
liujisi@google.com
42e67e081a update ez_setup.py to fix the python2.6 problem. 2011-01-21 05:46:41 +00:00
liujisi@google.com
d4a57f1557 Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik. 2011-01-13 06:44:11 +00:00
liujisi@google.com
57014ffa52 Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent. 2010-12-21 05:56:35 +00:00
liujisi@google.com
5c20ca1fcc Escape C++ Trigraphs. 2010-12-21 05:33:13 +00:00
csharptest
7691473a71 Completion of 3.5 build integration and Lite runtime build changes. 2010-12-15 20:59:36 -06:00
Jon Skeet
5a89177000 Deleted old nunit.framework 2010-12-15 21:05:11 +00:00
csharptest
30d3fa3205 Converted build to also work under .net 3.5 2010-12-15 13:26:33 -06:00
csharptest
727107726d adding vs2008 solution. 2010-12-15 13:25:02 -06:00
Jon Skeet
ec79ca1341 Fixed build for lite runtime 2010-12-14 20:41:54 +00:00
Jon Skeet
f82a09da05 Merge from master 2010-12-14 18:43:32 +00:00
Jon Skeet
a66c2031f3 Merge branch 'ArnoldZokas-master' 2010-12-14 06:29:12 +00:00
ArnoldZokas
4725a082a6 Fixed broken builds 2010-12-13 21:21:58 +00:00
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>
2010-12-14 05:10:58 +08:00
Jon Skeet
8a13536f9b Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help! 2010-12-12 12:55:18 +00:00
Jon Skeet
1738462b7f First commit of lite code - more to come 2010-12-12 12:37:30 +00:00
liujisi@google.com
334dfc21ec fix a typo in vcproj 2010-12-09 13:23:10 +00:00
liujisi@google.com
0458bb26f6 rollback the previous acx_pthread.m4 fix. 2010-12-09 09:28:49 +00:00
liujisi@google.com
6f2c3b8734 Boost version number to 2.4.0-pre, add more test cases for text_format.py about unicode field. 2010-12-09 08:59:21 +00:00
ArnoldZokas
649eb54a99 Fixed a bug in the build process that caused ReleaseBinaries package to be populated with redundant empty directories 2010-12-08 20:27:01 +00:00
ArnoldZokas
865de6a290 Merge branch 'master' of git://github.com/jskeet/dotnet-protobufs 2010-12-08 19:16:13 +00:00
liujisi@google.com
9b7f6c544a Fix issues: 223 224 242. 2010-12-08 03:45:27 +00:00
Jon Skeet
0c58d060f7 Renamed benchmark batch file, and made all other batch files use Any CPU target. 2010-12-07 21:10:56 +00:00
liujisi@google.com
1fd96c43a0 Add new files for vcprojs, fix issues: 165, 211, 228, 240 2010-12-07 06:23:55 +00:00
liujisi@google.com
b4d64bf7f3 Remove hashmap.cc in vcproj files. 2010-12-06 07:50:26 +00:00
liujisi@google.com
5d8d2b0542 Fix issues: 200 202 211 215 237 246. 2010-12-06 06:20:14 +00:00
liujisi@google.com
2726e7a6eb Fix issues: 166 167 172 175 181 188 192 194 195. 2010-12-03 09:12:33 +00:00
ArnoldZokas
a02f9891d7 Added 'Any CPU' platform switch to all msbuild calls 2010-12-02 19:48:51 +00:00
ArnoldZokas
065d3c7409 Removed redundant shell script 2010-12-02 19:40:32 +00:00
ArnoldZokas
8bd5521e69 Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exception during execution 2010-12-01 21:45:33 +00:00
ArnoldZokas
57afbcf693 Switched ProtoBench project over to .NET 4.0 2010-12-01 21:44:38 +00:00
ArnoldZokas
8e08d4106d Migrated targets for generating benchmark source and assembly 2010-12-01 21:18:04 +00:00
liujisi@google.com
0acafda8f4 Fix byte encoding macros. 2010-12-01 04:13:50 +00:00
ArnoldZokas
8c5121bc62 Fixed a output directory path bug that caused RunBenchmark to fail 2010-12-01 00:01:05 +00:00
kenton@google.com
baac9c39fe Add some explicit casts to eliminate some warnings as described in issue 83 comment 17. 2010-11-30 23:54:03 +00:00
ArnoldZokas
df9b57896d Redirected test result files to directory ./build_temp 2010-11-30 22:43:25 +00:00
ArnoldZokas
1bbc226f92 Migrated target 'RunBenchmarks' 2010-11-30 22:32:46 +00:00
ArnoldZokas
4f34cc21e0 Fixed a bug in the build script that caused one of the generated files to be copied incorrectly 2010-11-30 22:07:37 +00:00
ArnoldZokas
1999a990be Implemented distribution package generation 2010-11-30 21:32:07 +00:00
ArnoldZokas
d58af394bd Added '7-zip' 2010-11-30 21:31:34 +00:00
ArnoldZokas
6c1033ce2a Migrated target '_CompileGeneratedSource' 2010-11-30 20:01:14 +00:00