Commit Graph

23 Commits (19da9a1d03baedf3031997b6d6ab7a5b89ab5721)

Author SHA1 Message Date
Sergey Zubkov fe9861d98a New rule: I.27 Pimpl 9 years ago
Sergey Zubkov 906ae347f3 travis CI fixes 9 years ago
Sergey Zubkov 531a8a5ebd travis CI fixes and other typos 9 years ago
Shalom Craimer 5f5d5d8ca6 Fixing link to C.146 to be valid, and a link to ??? to be unlinked (#934)
this fixes links and the issues discovered by travis CI
9 years ago
Sergey Zubkov 96a41a4a6e travis CI fixes 9 years ago
Sergey Zubkov 85cb14703c travis CI fixes 9 years ago
Sergey Zubkov 7237499ecc hunspell update for travis CI 9 years ago
Sergey Zubkov 17715010a2 travis CI fixes and grammar fix from #920 9 years ago
Sergey Zubkov f0239407ad travis fixes 9 years ago
Sergey Zubkov 94a7a3fd46 travis CI fixes, one more time 9 years ago
Sergey Zubkov c99a366bba travis CI fixes 9 years ago
Sergey Zubkov 74ab713700 travis CI and some typo fixes
had to drop runtime/printf from the checks because it bans strcpy
9 years ago
Sergey Zubkov d71d95a4b6 travis CI fixes 9 years ago
Sergey Zubkov 83566ba7d1 travis fixes 9 years ago
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
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
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 10 years ago
Thibault Kruse 4a4edb5807 add hunspell spell checks, fix bugs in generation of plaintext file 10 years ago