Commit Graph

11 Commits (t84-example)

Author SHA1 Message Date
Andrew Pardoe 52ad087bb3 Merge pull request #845 from jacobl-at-ms/jacobl.macbuild
Enable building directly on a mac
9 years ago
Herb Sutter 3f2e675f7d Merge pull request #763 from Eliyahu-Ravuna/patch-1
Exception of CP.100 refined to include the "sequentially consistent memory model" only
9 years ago
Jacob Langley 9f07e19c0d Replace the libreoffice dicti with the ubuntu dict for perf
Ubuntu dictionaries extracted from:
http://us.archive.ubuntu.com/ubuntu/pool/main/h/hunspell-en-us/hunspell-en-us_20070829-6ubuntu3_all.deb
9 years ago
Jacob Langley f5e0865041 Make hunspell work regardless of dev environment
Add en_US dictionary from https://extensions.libreoffice.org/extensions/english-dictionaries/2017-01.01
rather than relying on system installed ones which may not exist and
point the make logic at that dictionary
9 years ago
Titus Winters fda2d8879d unittest is a word 9 years ago
Titus Winters 3768e82fc3 Fix spelling / expand dictionary. 9 years ago
Eliyahu Ravuna 5f66e004d8 Exception of CP.100 refined to include the "sequentially consistent memory model" only
Atomic variables are safe with the sequentially consistent memory model (memory_order_seq_cst) only. Weakly ordered atomics cannot be considered safe for mainstream use. The exception clause of CP.100 refined to include the "sequentially consistent memory model" only.

cst added to dictionary

For std::memory_order_seq_cst, which is defined in <atomic>.
9 years ago
Thibault Kruse da31c7dacf extend dict 9 years ago
Thibault Kruse b6ab4ed066 spell check fix 9 years ago
Thibault Kruse ae9e7f0118 fix typos in custom spellcheck dict 9 years ago
Thibault Kruse 4a4edb5807 add hunspell spell checks, fix bugs in generation of plaintext file 10 years ago