Commit Graph

72 Commits (15ca9d220c9e99eb6c497cb9c151dd2ecf19d2cc)

Author SHA1 Message Date
Alexey Porotnikov 9de66ec027 add "return" to the compound literal exclusions (#1113)
inhibits readability/brace warning for compound literals in return
statement
8 years ago
Andrew Pardoe 999f9dd0ce Adding "ptrdiff" to travis dictionary 8 years ago
Sergey Zubkov 7dc8aaa420 travis CI fixes 8 years ago
Jonathan Wakely 1e20e02c5c Remove pycache file added in f9e2ea1d9f 8 years ago
Jonathan Wakely c9fd263e07 Add "nodiscard" to the dictionary 8 years ago
Mateusz Kwasniak f9e2ea1d9f Break long lines to increase readability in files
There were some very long lines in Python script files (comments and
cpplint execution command), really painful to read, so I decided to
break them into several lines in order to increase readability.
8 years ago
Jonathan Wakely ef3a6c4d4d Add intentionally-wrong spelling of "incorrect" to dictionary 8 years ago
Jonathan Wakely 2aec9170db Add intentionally-wrong spelling of "incomplete" to dictionary 8 years ago
Jonathan Wakely 898f819b00 Add [Abrahams01] bibliography entry for exception-safety (#991)
Link to it when talking about the strong and basic exception-safety
guarantees.

Add it to the dictionary.
9 years ago
Thibault Kruse d13bfcda64 Consistent hyphenation of ajectives like lock-free, well-defined, old-style,... 9 years ago
Thibault Kruse f1971b1401 add nonwords to dict to remove spellchacker warning 9 years ago
Thibault Kruse 70655d1131 Fix typos and change spellcheck call to not check URLs (#961) 9 years ago
Andrew Pardoe 5e2f9064b2 Merge pull request #927 from ZachHenkel/master
Additional guidance around casts:
9 years ago
Sergey Zubkov fe9861d98a New rule: I.27 Pimpl 9 years ago
Sergey Zubkov 906ae347f3 travis CI fixes 9 years ago
Zachary Henkel f3ff5bae6d Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts. 9 years ago
Zachary Henkel 4b3352b435 Add words used in anchors to custom dictionary 9 years ago
Zachary Henkel 6a7552db21 Additonal merge from https://github.com/isocpp/CppCoreGuidelines 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
Thibault Kruse 847bd8205e Warn on the presence of Uniceode EN space instead of plain blank 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
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
Jacob Langley 163dbfb3df Merge branch 'master' into jacobl.macbuild 9 years ago
Jacob Langley 76576a82ea Use perl-oneliners instead of linux grep specific command options 9 years ago
Andrew Pardoe 58abafebe6 Update isocpp.dic 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 13efb300b1 Remove merged git conflict 9 years ago
Andrew Pardoe 61717ae4eb Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix 9 years ago
Andrew Pardoe 128a3e1401 Merge pull request #707 from tkruse/stricter-cpplint-checks
stricter cpplint checks
9 years ago
Thibault Kruse 5a02b22bb2 stricter cpplint checks 9 years ago
Thibault Kruse d918525609 python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check 9 years ago
Thibault Kruse 690f9e9aed repair markdown checking 9 years ago
Thibault Kruse 084eb29d42 minor improvement, strip newlines from end of code snippets 9 years ago
Thibault Kruse 1842b88c21 refactor python code extractor: extract function 9 years ago