Commit Graph

60 Commits

Author SHA1 Message Date
Andrew Pardoe
5e2f9064b2 Merge pull request #927 from ZachHenkel/master
Additional guidance around casts:
2017-06-12 11:26:37 -07:00
Sergey Zubkov
fe9861d98a New rule: I.27 Pimpl 2017-06-04 10:58:27 -04:00
Sergey Zubkov
906ae347f3 travis CI fixes 2017-06-04 10:47:46 -04:00
Zachary Henkel
f3ff5bae6d Clarify "unnecessary cast" by decomposing the class into identity casts and implicit casts. 2017-06-02 09:24:29 -05:00
Zachary Henkel
4b3352b435 Add words used in anchors to custom dictionary 2017-05-31 10:24:39 -05:00
Zachary Henkel
6a7552db21 Additonal merge from https://github.com/isocpp/CppCoreGuidelines 2017-05-24 15:00:07 -05:00
Sergey Zubkov
531a8a5ebd travis CI fixes and other typos 2017-05-23 23:48:56 -04:00
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
2017-05-23 22:55:06 -04:00
Sergey Zubkov
96a41a4a6e travis CI fixes 2017-05-20 21:04:04 -04:00
Sergey Zubkov
85cb14703c travis CI fixes 2017-05-19 23:33:06 -04:00
Sergey Zubkov
7237499ecc hunspell update for travis CI 2017-05-13 16:49:56 -04: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
Thibault Kruse
847bd8205e Warn on the presence of Uniceode EN space instead of plain blank 2017-03-20 11:19:35 +09: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
Andrew Pardoe
52ad087bb3 Merge pull request #845 from jacobl-at-ms/jacobl.macbuild
Enable building directly on a mac
2017-02-13 11:45:27 -08: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
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
2017-02-08 09:45:41 -08:00
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
2017-02-07 12:46:04 -08:00
Jacob Langley
163dbfb3df Merge branch 'master' into jacobl.macbuild 2017-02-07 10:26:30 -08:00
Jacob Langley
76576a82ea Use perl-oneliners instead of linux grep specific command options 2017-02-03 11:44:20 -08:00
Andrew Pardoe
58abafebe6 Update isocpp.dic 2016-11-13 16:24:13 -08: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
13efb300b1 Remove merged git conflict 2016-09-13 06:42:50 +09:00
Andrew Pardoe
61717ae4eb Merge branch 'python-fix' of https://github.com/tkruse/CppCoreGuidelines into tkruse-python-fix 2016-09-12 11:53:55 -07:00
Andrew Pardoe
128a3e1401 Merge pull request #707 from tkruse/stricter-cpplint-checks
stricter cpplint checks
2016-09-12 11:11:41 -07:00
Thibault Kruse
5a02b22bb2 stricter cpplint checks 2016-09-10 22:56:25 +09:00
Thibault Kruse
d918525609 python: fix superfluous newline in extracted plain.txt, causes bad line numbers in spell check 2016-09-10 22:56:05 +09:00
Thibault Kruse
690f9e9aed repair markdown checking 2016-09-10 22:56:05 +09:00
Thibault Kruse
084eb29d42 minor improvement, strip newlines from end of code snippets 2016-09-10 22:55:58 +09:00
Thibault Kruse
1842b88c21 refactor python code extractor: extract function 2016-09-10 22:55:58 +09:00
Thibault Kruse
8e282fa90c Minor fix to python code extractor, dedent by indentation amount 2016-09-10 22:55:58 +09:00
Thibault Kruse
154dd24a54 improve cpplint check by invoking python just once. Reduces time from 1m to 6s 2016-09-10 22:55:58 +09: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
8f8c232eff fix pushed merge conflicts 2016-08-22 23:21:14 +02:00
Andrew Pardoe
1c2f157bc4 Merge branch 'hunspell' of https://github.com/tkruse/CppCoreGuidelines into tkruse-hunspell 2016-08-22 11:34:17 -07:00
Andrew Pardoe
7cbdb3d356 Merge branch 'fix-unique-anchors' of https://github.com/tkruse/CppCoreGuidelines into tkruse-fix-unique-anchors 2016-08-22 11:27:12 -07:00
Thibault Kruse
70d056f087 Fix duplicate/wrong anchors. Fix Makefile uniq check for anchors, must sort 2016-08-17 18:05:33 +02:00
Thibault Kruse
4a4edb5807 add hunspell spell checks, fix bugs in generation of plaintext file 2016-08-17 17:56:54 +02:00
Thibault Kruse
2333364047 Refactor remark plugin configuration into package.json, add link validation 2016-08-17 17:55:51 +02:00
Thibault Kruse
78bac72eaf Build: bugfix python script: detect more codeblocks as lintable 2016-08-17 17:55:51 +02:00