Commit graph

13113 commits

Author SHA1 Message Date
Vincent Ambo
37cb2d422e chore(pkgs): Bump channel versions 2018-05-27 20:12:42 +02:00
Vincent Ambo
c5cd12b81f feat(journald): Implement initial libsystemd journal calls 2018-05-27 20:09:37 +02:00
Vincent Ambo
1ed238b449 feat(build): Configure linking to libsystemd 2018-05-27 20:09:20 +02:00
Vincent Ambo
869d74723e chore: Add project bootstrap 2018-05-27 20:09:13 +02:00
Vincent Ambo
44904c619e chore: Initial commit 2018-05-27 20:08:56 +02:00
Chris Feng
b75c89cae2 Fix systemtray position when menu-bar / tool-bar is enabled
* exwm-systemtray.el (exwm-systemtray--on-workspace-switch)
(exwm-systemtray--on-randr-refresh): Take menu-bar / tool-bar into
account when placing systemtray.
2018-05-27 23:29:36 +08:00
Vincent Ambo
8901d5d73a feat(db): Prevent responses to closed threads
This concludes the thread-closing implementation!
2018-05-27 15:00:41 +02:00
Vincent Ambo
a14ece6af3 feat(errors): Introduce error variant for thread closing
(other minor change: log the user ID when invalid post editing
requests were constructed)
2018-05-27 15:00:41 +02:00
Vincent Ambo
c2a551146d fix(build): Add Askama build script 2018-05-27 15:00:41 +02:00
Vincent Ambo
1ec31e8c45 feat(templates): Add indicators for closed threads 2018-05-27 15:00:41 +02:00
Vincent Ambo
871093a973 feat(db): Update views with thread-closed field 2018-05-27 15:00:41 +02:00
Vincent Ambo
468af132e8 feat(db): Add migration & fields to indicate a thread is closed 2018-05-27 15:00:41 +02:00
Ben Gamari
7f560b81ea json-to-value: Use strtol instead of strtoi
NixInt is long, so strtoi is too restrictive.
2018-05-26 18:43:46 -04:00
Will Dietz
93ae90de0f eval.cc: add message to static_assert, message can be omitted w/c++17 2018-05-26 14:04:41 -05:00
Will Dietz
14c464b6c8 nix-daemon: remove unused "pendingMsgs" variable 2018-05-26 13:09:55 -05:00
Eelco Dolstra
0a830ef12d
Merge pull request #2181 from grahamc/nix-install-behind-mitm-proxy
Install Nix behind MITM proxy
2018-05-26 17:41:24 +02:00
Will Dietz
ca9c6cb95d libstore/download: remove unused function "getTime()" 2018-05-25 19:49:45 -05:00
Graham Christensen
e6466c20b3
Document NIX_SSL_CERT_FILE for installation 2018-05-25 15:59:14 -04:00
Graham Christensen
cad903b634
multi-user profile: borrow single user profiles' NIX_SSL_CERT_FILE finding logic 2018-05-25 15:59:10 -04:00
Graham Christensen
c4b9486f9b
install-multi-user: don't force NIX_SSL_CERT_FILE
Following the lead of the single user installer, if NIX_SSL_CERT_FILE is explicitly set prior to running, accept the user-provided version.
2018-05-25 15:54:55 -04:00
Eelco Dolstra
1df32c7d7c
Merge pull request #1664 from matthewbauer/patch-4
Setup NIX_PATH correctly in nix-profile-daemon
2018-05-25 13:36:04 +02:00
Abseil Team
99477fa9f1 - 31d03284ca8017ba59d98d47e7d041f361d478a7 Release escaping microbenchmarks. by Alex Strelnikov <strel@google.com>
- f183ce453db49ebc1948bb1d8eced37021cf63f7 Internal change. by Derek Mauro <dmauro@google.com>
  - b1660cb93e0fa37cdcecf37642766f5bfd12c7b0 Improve compatibility of some cc_test targets for portabl... by Abseil Team <absl-team@google.com>

GitOrigin-RevId: 31d03284ca8017ba59d98d47e7d041f361d478a7
Change-Id: I9c4c4d2ad12cfe10c914f7cfa9aaab67fcef5cb1
2018-05-24 13:59:23 -04:00
Eelco Dolstra
743359bc8a
Merge pull request #2157 from volth/bitwise
add builtins: __bitAnd,  __bitOr,  __bitXor
2018-05-24 15:00:39 +02:00
volth
88c1ea30e4 add docs and tests 2018-05-24 12:51:34 +00:00
Eelco Dolstra
e87242e0de
Merge pull request #2178 from alexfmpe/fix-docs-check-suffix
Fix docs on --check suffix
2018-05-24 11:43:02 +02:00
Alexandre Esteves
579f3895b4
Fix docs on --check suffix 2018-05-23 22:26:06 +01:00
Abseil Team
014f02a3ec - 45b4111d940009bc7b3ebf621c9cb9293c60344a Use copied value i in lambda by Abseil Team <absl-team@google.com>
- b726b3102f8439b8480b6ff52fc3660162fa0bd9 Fix MSVC compiler warning on 32-bit platforms (GitHub iss... by Derek Mauro <dmauro@google.com>
  - a8a29e636c85bd7d82c0cbc824a1c2e498764337 Explicitly forbid to specify the template parameter to Wr... by Abseil Team <absl-team@google.com>
  - 566a1d903266fdbfdcf758401c356a0c6703422d Add missing license header to BUILD file. by Alex Strelnikov <strel@google.com>
  - ef1c0642cde0bbad62bbb30715256b232a4ab817 Fix BUILD file header. by Alex Strelnikov <strel@google.com>
  - b6e2cf00f808ee32b9eb7b3226af79d628742c20 Release GraphCycles microbenchmark. by Alex Strelnikov <strel@google.com>
  - f592d78f549e7a242bf2bb4858a26645a655eac3 Release Mutex microbenchmarks. by Alex Strelnikov <strel@google.com>

GitOrigin-RevId: 45b4111d940009bc7b3ebf621c9cb9293c60344a
Change-Id: I82885ae176952a764574c6d4616e312a977407b2
2018-05-23 11:44:15 -04:00
Vincent Ambo
d23c91ed02 feat(emacs): Install markdown-toc and web-mode 2018-05-23 12:17:20 +02:00
Vincent Ambo
33462c01fa chore(cargo): Remove dependency on Tera 2018-05-22 20:44:49 +02:00
Vincent Ambo
dbc082b3ee chore: Remove Tera usage in all modules 2018-05-22 20:44:49 +02:00
Vincent Ambo
4747bacfe9 refactor(templates): Move search result template to Askama 2018-05-22 20:44:49 +02:00
Vincent Ambo
2bbcced032 refactor(templates): Move post editing template to Askama 2018-05-22 20:44:49 +02:00
Vincent Ambo
69583b1236 refactor(templates): Move thread page template to Askama 2018-05-22 20:44:49 +02:00
Vincent Ambo
94d5e02bb3 chore(cargo): Add dependency on Askama 2018-05-22 20:44:49 +02:00
Vincent Ambo
f5badb97d3 refactor(templates): Use Askama for index template 2018-05-22 20:44:49 +02:00
Abseil Team
3e671c7821 - f619bd3c1ab57586b7ed6010db09cdaf8a6882f9 Fix comment typos in strings/numbers.h . by Daniel Katz <katzdm@google.com>
- 1f7096d96dcf2a75ba13c210b709432165a05963 Internal namespace change by Gennadiy Rozental <rogeeff@google.com>
  - ac2911b3047a79a1fc8bbcdd3f3cb24b02ab0054 Fixing -Wunused-function warning in failure_signal_handler. by Abseil Team <absl-team@google.com>

GitOrigin-RevId: f619bd3c1ab57586b7ed6010db09cdaf8a6882f9
Change-Id: Ib09117eacfcb40ad25b216dbe8dcc9b8f1a0df6c
2018-05-22 10:59:15 -04:00
Eelco Dolstra
4bb8741b98
Make Env self-describing
If the Env denotes a 'with', then values[0] may be an Expr* cast to a
Value*. For code that generically traverses Values/Envs, it's useful
to know this.
2018-05-22 16:02:32 +02:00
Eelco Dolstra
9fd7cf98db
Memoise checkSourcePath()
This prevents hydra-eval-jobs from statting the same files over and
over again.
2018-05-22 13:02:14 +02:00
Eelco Dolstra
9064dd2f4d
Merge pull request #2173 from dtzWill/fix/serialise-read-unbuffered
serialise: fix buffer size used, hide method for internal use only
2018-05-22 11:31:07 +02:00
Vincent Ambo
d90dc2d77f fix(templates): Fix layout of user info on desktop view 2018-05-22 10:37:31 +02:00
Vincent Ambo
ff697ff792 feat(templates): Add new MDL-themed search result view 2018-05-22 09:45:11 +02:00
Vincent Ambo
ef15752b59 chore(build): Don't run Travis build in containers
According to a Github thread[1] this causes a significant speedup.

[1]: https://github.com/travis-ci/travis-ci/issues/6604#issuecomment-357486807
2018-05-22 09:45:11 +02:00
Vincent Ambo
fb9ea437e9 feat(templates): Add new thread view with MDL design 2018-05-22 09:45:11 +02:00
Vincent Ambo
0bfc8fbf8b fix(static): Attach thread index divider to correct element 2018-05-22 09:45:11 +02:00
Vincent Ambo
fa32b9f700 fix(static): Set monospaced fonts appropriately
I'm not web enough to make the `not`-selector thing work.
2018-05-22 09:45:11 +02:00
Vincent Ambo
92591142bd fix(static): Fix non-display of material icons 2018-05-22 09:45:11 +02:00
Vincent Ambo
dbd207c452 feat(templates): Add new MDL-based post editing page 2018-05-22 09:45:11 +02:00
Vincent Ambo
0febe676b2 fix(static): Let monospaced fonts be monospaced. 2018-05-22 09:45:11 +02:00
Vincent Ambo
eaf1c46ba8 feat(templates): Add new MDL based index page 2018-05-22 09:45:11 +02:00
Will Dietz
b08923b4a0 serialise: fix buffer size used, hide method for internal use only
Fixes #2169.
2018-05-21 17:30:38 -05:00