Zachary Henkel
6a7552db21
Additonal merge from https://github.com/isocpp/CppCoreGuidelines
2017-05-24 15:00:07 -05:00
Sergey Zubkov
17715010a2
travis CI fixes and grammar fix from #920
2017-05-08 22:34:18 -04:00
Sergey Zubkov
f0239407ad
travis fixes
2017-05-01 15:51:44 -04:00
Sergey Zubkov
94a7a3fd46
travis CI fixes, one more time
2017-04-26 22:08:13 -04:00
Sergey Zubkov
c99a366bba
travis CI fixes
2017-04-24 22:49:02 -04:00
Sergey Zubkov
74ab713700
travis CI and some typo fixes
...
had to drop runtime/printf from the checks because it bans strcpy
2017-04-17 23:07:21 -04:00
Sergey Zubkov
d71d95a4b6
travis CI fixes
2017-04-12 22:56:23 -04:00
Sergey Zubkov
83566ba7d1
travis fixes
2017-03-31 21:01:48 -04:00
Jacob Langley
04fd2a5807
Fix spellcheck errors
...
Line 1037: analyser -> analyses
Line 2399: yu -> yew
Line 3745: funtions -> functions
Line 3748: multimethods -> multi methods
Line 6652: mixins -> mixing
Line 11991: unittests -> unittest
2017-03-20 11:19:34 +09:00
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
2017-02-13 14:38:07 -05:00
Titus Winters
fda2d8879d
unittest is a word
2016-11-10 18:07:13 -05:00
Titus Winters
3768e82fc3
Fix spelling / expand dictionary.
2016-11-10 13:35:22 -05:00
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>.
2016-10-04 20:36:09 +03:00
Thibault Kruse
da31c7dacf
extend dict
2016-09-07 18:18:10 +09:00
Thibault Kruse
b6ab4ed066
spell check fix
2016-08-28 12:04:01 +09:00
Thibault Kruse
ae9e7f0118
fix typos in custom spellcheck dict
2016-08-22 23:34:06 +02:00
Thibault Kruse
4a4edb5807
add hunspell spell checks, fix bugs in generation of plaintext file
2016-08-17 17:56:54 +02:00