summaryrefslogtreecommitdiff
path: root/tutorial/dart
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-063-3/+3
|
* version bumpJens Geyer2022-08-303-3/+3
|
* Release 0.16.0Jens Geyer2022-01-203-3/+3
|
* bump version numberJens Geyer2021-08-033-3/+3
|
* THRIFT-5285 Update http package + update to dart 2 + stylistic changesaaronstgeorge-wf2021-03-014-9/+0
| | | | | | | Client: Dart Patch: aaronstgeorge-wf This closes #2251
* Version number aligned to 0.15.0Jens Geyer2021-02-113-3/+3
|
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
|
* bump versionJens Geyer2019-10-172-2/+2
| | | | This closes #1899
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-1/+9
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-253-3/+3
|
* THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) ↵Rob Becker2019-01-214-8/+6
| | | | | | | | | | | | (#1617) * THRIFT-4654 Minor fixes for dart 1 & 2 compatibility * update dockerfiles for CI to test dart 2 * THRIFT-4654 update pubspec for tests * THRIFT-4654 update dart test generator and readme to 1.24.3 * THRIFT-4654 update generated dart sdk to a range * fix the dart tutorials * Add .dart_tool directories to .gitignore * THRIFT-4654: use dart 2.1.0 and fix cross test dart client timeout
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-303-3/+3
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-183-3/+3
|/
* THRIFT-4398 Update EXTRA_DIST for "make dist"Jens Geyer2017-12-011-0/+3
| | | | | | | Client: Build process Patch: Jens Geyer This closes #1431
* configure.ac, Makefile.am: introduce THRIFT variable to support ↵Thomas Petazzoni2017-09-091-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | cross-compilation The thrift build system currently assumes that the thrift compiler is always available in $(top_builddir)/compiler/cpp/thrift. However, in a cross-compilation context, this location contains the thrift compiler built for the target... which obviously will not run on the build machine. In order to support such cross-compilation situation, we introduce the THRIFT variable as a an argument for the configure script (using AC_ARG_VAR). If not specified, it defaults to the existing value of using compiler/cpp/thrift from the build directory, but it can be overridden when calling ./configure. Note that $(top_builddir) cannot be used within the configure script, so we simply use `pwd`, which is the same as the top_builddir. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> This closes #1336 This closes #1350
* THRIFT-4019: Dart Makefiles should also clean pubspec.lockMark Erickson2017-01-041-0/+1
| | | | | | | Client: Dart Patch: Mark Erickson <merickson@apache.org> This closes #1150
* THRIFT-3981 Enable analyzer strong mode in Dart libraryMark Erickson2016-12-136-3/+13
| | | | | | | Client: Dart Patch: Mark Erickson <merickson@apache.org> This closes #1135
* THRIFT-3869 Remove Dart packages during make cleanMark Erickson2016-07-151-0/+2
| | | | | | | Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #1047
* Update make dist entriesNobuaki Sukegawa2016-03-181-0/+11
|
* THRIFT-3681 Fix Dart tutorial buildNobuaki Sukegawa2016-02-271-2/+4
| | | | | | | Client: Build (Dart) Patch: Nobuaki Sukegawa This closes #901
* THRIFT-3299 Apache Thrift language bindings for DartJens Geyer2015-10-033-6/+6
| | | | | | | Client: Dart Patch: Jens Geyer Adjusted dart package description files (pubspec.yaml)
* THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org).Mark Erickson2015-10-0310-0/+871
Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #608