Commit Graph

79 Commits

Author SHA1 Message Date
Kengo Seki
1c789cea1e THRIFT-5065: Fix broken links in the IDL document
Patch: Kengo Seki
This closes #1983
2020-01-19 22:13:16 +01:00
Jens Geyer
65e352bbf3 THRIFT-5037 Documentation for TConfiguration
Patch: Jens Geyer

This closes #1959
2019-12-04 09:03:19 +01:00
Jens Geyer
450bc69248 THRIFT-4915 Deserializing double into OrderedFloat always returns zero when using TCompactProtocol
Documentation fix
Patch: Jens Geyer
2019-12-03 23:28:18 +01:00
Jens Geyer
616df98f00 fix veralign.sh and bump version (again) 2019-10-20 00:12:14 +02:00
Jens Geyer
7cb8473bcd Updated ReleaseManagement.md [ci skip] 2019-10-17 00:07:12 +02:00
Pure White
d4c6b5632f Fix typo in IDL specs
This closes #1880.
2019-10-08 22:59:10 +01:00
Jens Geyer
2a95441275 FIX: minor spelling issue at http://thrift.apache.org/docs/committers/HowToCommit 2019-09-22 11:04:07 +02:00
Issacpeng
8c7ab5f7c2 THRIFT-4933 Java build mode is incorrect in doc/install 2019-08-20 16:01:58 +08:00
James E. King III
49aab657b9
Update the versioning description [ci skip] 2019-07-11 06:55:28 -04:00
Aaron Goldman
b808a11559 Make Field definition follow Literal definition
I think this is a violation of your Literal syntax.

Could you explain what i'm missing in the language definition?
Is this supposed to be a litteral '='?

Literal         ::=  ('"' [^"]* '"') | ("'" [^']* "'")
2019-05-12 07:22:05 -04:00
James E. King III
ee8caca54e THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef endian header
Client: cpp
2019-05-04 21:52:29 -04:00
Jens Geyer
00dd9b6ff5 added Github ZIP articats to release mail template [ci skip] 2019-03-20 21:48:52 +01:00
James E. King III
f26f4e1e6d
Add git gpg signing and public dev voting info [ci skip] 2019-03-13 13:39:00 -04:00
James E. King III
dc1b301b31
Fix svn commit command (publishing to apache dist) [ci skip] 2019-03-09 10:37:24 -05:00
James E. King III
2be45e566d THRIFT-4405: add documentation on sequence number rules 2019-02-01 11:13:49 -05:00
James E. King III
8935c98046 THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
James E. King III
b1d63e7190 THRIFT-4750: as3 changes to build and publish to maven central 2019-01-24 12:20:30 -05:00
James E. King III
234fb47229 THRIFT-4719: remove cocoa 2019-01-14 08:13:52 -05:00
James E. King III
cc19bf1d7b THRIFT-4697: Add release management docs to GitHub [ci skip] 2019-01-11 12:56:42 -05:00
Beluga Behr
99f673a767 THRIFT-4694: Upgrade Java to Java 1.8 2019-01-02 19:20:56 -05:00
Robert Lu
a139082755 THRIFT-4546: replace all git-wip-us.apache.org to github.com 2018-12-28 07:46:47 -05:00
Chad Knight
6e1606a9ce
THRIFT-4569: Fix 'requiredness' typo 2018-05-10 12:58:24 -05:00
Jens Geyer
152d1bef44 THRIFT-4397 Ubuntu install instructions broken on 16.04
Client: Build process
Patch: Jens Geyer
2017-12-01 09:08:00 +01:00
James E. King, III
0ad20bdbfe THRIFT-4351: use travis build stages to optimize build,
avoiding duplicate rebuilds of the same image, and also
allow personal docker hub repositories for private fork
builds to be optimized. Move ubsan build to artful image
because it catches more stuff and fix what was found.

THRIFT-4345: solidify docker build strategy for maximum
coverage: trusty, xenial, artful as stock as they can be

THRIFT-4344: add top level language summary markdown and
update readme with a new image on the layered architecture

THRIFT-3847: remove VERSION macro from config.h which
was causing a conflict on artful builds.

THRIFT-4359: fix haxe map/set decode when key is binary,
as a missing break statement caused it to use an int
during decode

This closes #1389
2017-10-19 11:29:04 -04:00
taozle
c0d384a38c THRIFT-4236 Support context in go generated code
Client: Go
Patch: taozle <zhangliyang26@gmail.com>

This closes #1309
2017-07-22 19:42:48 +02:00
taozle
5b4c6bfc62 THRIFT-4236: Add context support for go server.
Client: Go
Patch: taozle <zhangliyang26@gmail.com>

This closes #1298
2017-07-01 17:23:56 +02:00
Klaus Trainer
e41e47c2b4 THRIFT-4204 typo in compact spec
Client: Documentaion
Patch: Klaus Trainer

This closes #1270
2017-05-18 23:39:09 +02:00
Jens Geyer
5767901e79 THRIFT-3867 Specify BinaryProtocol and CompactProtocol
Patch: Jens Geyer

Put ASF license header into HTML comments
2016-09-21 22:21:36 +02:00
Erik van Oosten
3f5fa5fa43 THRIFT-3867 Specify BinaryProtocol and CompactProtocol
Component: Documentation
Patch: Erik van Oosten <e.vanoosten@grons.nl>

This closes #1036
2016-09-21 22:21:34 +02:00
Jens Geyer
fe9222a6ec THRIFT-3756 Improve requiredness documentation
Client: Website
Patch: Jens Geyer

This closes #961
2016-03-30 22:43:56 +02:00
Randy Abernethy
9c50e4aba9 THRIFT-3630: Debian/Ubuntu Install doc update
Client: Docs
Patch: Randy Abernethy
2016-02-14 17:44:07 -08:00
Randy Abernethy
833236fc52 THRIFT-3630:Debian and Ubuntu install docs update
Client: Docs
Patch: Randy Abernethy
2016-02-13 17:30:20 -08:00
Nobuaki Sukegawa
1d8e745035 Update IDL spec
Add i8 to BaseType
2016-01-05 03:02:35 +09:00
Dave Watson
792db4e926 THRIFT-2423 Facebook's THeader protocol and transport for cpp
Client: C++ Library, Compiler
Patch: Dave Watson rebased by Nobuaki Sukegawa

This closes #357 and closes #677
2015-11-04 01:25:22 +09:00
Nobuaki Sukegawa
245c347b73 THRIFT-3334 Markdown notation of protocol spec is malformed
This closes #610
2015-09-21 23:06:18 +02:00
Roger Meier
03f3f55109 THRIFT-3286 Apache Ant is a necessary dependency
adding to apt-get command

Patch: Maurya Talisetti

This closes #513
2015-08-03 22:03:36 +02:00
Jens Geyer
b26c0b8dcc THRIFT-3167 Windows build from source instructions need to be revised
Client: Website
Patch: Jens Geyer

This closes #504

- revised "Windows build from source" instructions
- sync'ed doc/install/README.md with website
2015-05-20 00:46:46 +02:00
Sergei Nikulov
283899bf9a Use Boost C++ >= 1.53.0 2015-02-15 00:04:46 +01:00
Roger Meier
17aa474938 doc: update Smalltalk namespace 2015-02-09 12:09:19 +01:00
Roger Meier
e0ab13f63a doc: idl.md remove meta data 2015-02-09 12:08:07 +01:00
Roger Meier
c5026aaa37 doc: move idl.md doc from www to source tree 2015-02-09 12:03:59 +01:00
Konrad Grochowski
3bc6424c76 THRIFT-2724 - Coding standards template added all over project
Client: All
Patch: Konrad Grochowski

This closes #371
2015-02-05 12:15:19 +01:00
Roger Meier
71067a8090 THRIFT-2855 Move contributing.md to the root of the repository 2014-12-07 14:02:45 +01:00
Roger Meier
81a1f996bc THRIFT-2602 fix missing dist files
- add automake 1.13 dependency to configure.ac and doc
- use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829)

Patch: Roger Meier
2014-10-22 14:09:43 +02:00
Konrad Grochowski
23b60b51df Fixed links in contributing.md - CMS style variables seems to be unsupported in .md files 2014-10-02 17:25:47 +02:00
Konrad Grochowski
afec3578d2 Trying to fix links in HowToContribute.md 2014-10-02 17:19:15 +02:00
Randy Abernethy
92a1ed0017 THRIFT-2752: update centos installation doc
Client: Docs
Patch: Randy Abernethy

Updates Centos 6.5 installation docs to work again.
2014-09-30 16:16:10 -07:00
Jens Geyer
a86886e77d THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL
Patch: Konrad Grochowski

This closes #216
2014-09-17 22:36:00 +02:00
Roger Meier
9cc7e8696b THRIFT-2655
CPP tests should not use relative path when accessing ssh related files

Update doc/install/debian.md
2014-08-20 14:24:54 +02:00
Roger Meier
8720260e39 THRIFT-2667 create Windows Installer via CPack
Signed-off-by: Roger Meier <roger@apache.org>
2014-08-15 23:07:12 +02:00