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
Thibault Kruse
8e282fa90c
Minor fix to python code extractor, dedent by indentation amount
9 years ago
Thibault Kruse
154dd24a54
improve cpplint check by invoking python just once. Reduces time from 1m to 6s
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
8f8c232eff
fix pushed merge conflicts
9 years ago
Andrew Pardoe
1c2f157bc4
Merge branch 'hunspell' of https://github.com/tkruse/CppCoreGuidelines into tkruse-hunspell
9 years ago
Andrew Pardoe
7cbdb3d356
Merge branch 'fix-unique-anchors' of https://github.com/tkruse/CppCoreGuidelines into tkruse-fix-unique-anchors
9 years ago
Thibault Kruse
70d056f087
Fix duplicate/wrong anchors. Fix Makefile uniq check for anchors, must sort
10 years ago
Thibault Kruse
4a4edb5807
add hunspell spell checks, fix bugs in generation of plaintext file
10 years ago
Thibault Kruse
2333364047
Refactor remark plugin configuration into package.json, add link validation
10 years ago
Thibault Kruse
78bac72eaf
Build: bugfix python script: detect more codeblocks as lintable
10 years ago
Thibault Kruse
db98d5f8b3
Upgrade remark (markdown linter)
10 years ago
Thibault Kruse
0323edddd8
Less verbose output of running make
10 years ago
Thibault Kruse
0120560f13
update to pypi cpplint 1.3.0, fix linter errors
10 years ago
Andrew Pardoe
7889c89fb4
Merge pull request #598 from tkruse/fix-bad-chars2
...
fix slanted quotes
10 years ago
Thibault Kruse
765ebd6fbc
fix slanted quotes
10 years ago
Thibault Kruse
41cf08cc4d
add ability to split md into code snippets, check with cpplint
10 years ago
Thibault Kruse
d092b19fc7
Check for undesired characters
10 years ago
Thibault Kruse
91a731a6f8
Remove last 2 tab instances, Flag all tabs as warning breaking travis build
10 years ago
Andrew Pardoe
c495084297
Update Makefile
...
Need a -f parameter if user has done `make distclean`
10 years ago
Thibault Kruse
d53c17b9ee
travis config
10 years ago