about summary refs log tree commit diff stats
path: root/041jump_target.cc
Commit message (Expand)AuthorAgeFilesLines
* 5001 - drop the :(scenario) DSLKartik Agaram2019-03-121-87/+124
* 4261 - start using literals for 'true' and 'false'Kartik Agaram2018-06-171-2/+2
* 3877Kartik K. Agaram2017-05-261-2/+2
* 3810Kartik K. Agaram2017-04-041-4/+4
* 3549Kartik K. Agaram2016-10-221-13/+16
* 3522Kartik K. Agaram2016-10-191-2/+2
* 3380Kartik K. Agaram2016-09-171-16/+16
* 3327Kartik K. Agaram2016-09-111-2/+2
* 2990Kartik K. Agaram2016-05-201-4/+4
* 2773 - switch to 'int'Kartik K. Agaram2016-03-131-4/+4
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-9/+9
* 2722 - fix a crash; thanks Ella Couch!Kartik K. Agaram2016-02-281-2/+24
* 2712Kartik K. Agaram2016-02-261-4/+4
* 2680Kartik K. Agaram2016-02-201-3/+3
* 2494Kartik K. Agaram2015-11-281-1/+1
* 2493 - eliminate a couple of dependenciesKartik K. Agaram2015-11-281-1/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+1
* 2383 - new concern: idempotence of transformsKartik K. Agaram2015-11-061-1/+1
* 2379 - further improvements to map operationsKartik K. Agaram2015-11-061-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-9/+9
* 2360Kartik K. Agaram2015-11-041-1/+1
* 2358 - starting to tackle the phase ordering problemKartik K. Agaram2015-11-041-2/+2
* 2321 - more preparations for static dispatchKartik K. Agaram2015-10-291-5/+5
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-9/+9
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-4/+4
* 2138 - warn on jump to an ambiguous labelKartik K. Agaram2015-09-041-0/+158
in */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
image: openbsd/6.7

packages:
  - cmake
  - gmake
  - cmocka
  - libtool
  - automake-1.16.2
  - pkgconf
  - readline
  - python-3.8.2
  - autoconf-2.69p2
  - autoconf-archive
  - libmesode
  - curl
  - gpgme
  - glib2
  - gtk+2
  - libotr
  - libassuan
  - libgpg-error
  - libgcrypt
  - libsignal-protocol-c
  - sqlite3

sources:
  - https://github.com/profanity-im/profanity

environment:
  LANG: en_US.UTF-8

tasks:
  - symlink: |
      doas ln -sf /usr/local/bin/python3.7 /usr/local/bin/python
      doas ln -sf /usr/local/bin/python3.7-config /usr/local/bin/python-config
      doas ln -sf /usr/local/bin/pydoc3.7  /usr/local/bin/pydoc
  - build: |
      export AUTOCONF_VERSION=2.69
      export AUTOMAKE_VERSION=1.16
      cd profanity
      ./ci-build.sh