Florent Bruneau
|
4b0b81cddc
|
c/c++: add an option to ignore default include dirs.
Signed-off-by: Florent Bruneau <florent.bruneau@intersec.com>
|
2012-12-16 18:44:20 +01:00 |
|
David Barnett
|
dcac33ecc0
|
Set g:loaded_FOO_syntax_checker in syntastic.vim, not every ft file.
|
2012-11-26 21:44:43 -08:00 |
|
kongo2002
|
42279e29f2
|
add output redirection to null device for C as well
|
2012-10-09 23:10:35 +02:00 |
|
Alejandro Exojo
|
5e12357d6c
|
Don't create precompiled headers when checking them
|
2012-10-09 09:13:41 +02:00 |
|
kongo2002
|
d6a03e36e4
|
initialize g:syntastic_cpp_compiler_options to default
This commit addresses pull request #373
|
2012-09-29 12:34:53 +02:00 |
|
kongo2002
|
1bbfbeb3a3
|
add compiler options to C header checking too
|
2012-09-23 22:58:42 +02:00 |
|
Yosuke ONOUE
|
c0676a74d9
|
Fixed compiler options for C++ header check.
|
2012-09-22 21:20:57 +09:00 |
|
James Salter
|
d14a2b7b91
|
add support for g:syntastic_cpp_compiler
|
2012-07-10 15:15:07 +10:00 |
|
kongo2002
|
341d87816b
|
improve C++ errorformat as well
|
2012-07-06 00:54:55 +02:00 |
|
Yuri Bochkarev
|
aaacd75d21
|
Let user configure errorformat string in c/cpp syntax checkers.
|
2012-07-06 00:23:31 +02:00 |
|
ldx
|
c6407e55e8
|
Fix makeprg construction for cpp too.
|
2012-03-28 14:40:19 +02:00 |
|
kongo2002
|
0f1ea022e9
|
add ReadConfig to C++ checker as well
|
2012-03-27 22:28:35 +02:00 |
|
kongo2002
|
adedb47ad7
|
refactoring of GetIncludeDirs() for C/C++
|
2012-03-11 19:55:01 +01:00 |
|
kongo2002
|
85c347c14f
|
fix custom c++ compiler options
|
2012-03-11 19:33:10 +01:00 |
|
kongo2002
|
441506c061
|
cpp: add option to remove include errors
|
2012-03-04 21:08:04 +01:00 |
|
kongo2002
|
d81b360f64
|
add missing doc comment
|
2012-03-04 20:04:15 +01:00 |
|
kongo2002
|
8e2634ae7e
|
add include directory functionality to cpp
|
2012-03-04 19:59:26 +01:00 |
|
Martin Grenfell
|
319b8f2cb8
|
shift all the c helper functions into their own autoload lib file
This is mainly just for namespacing purposes and to set a pattern for
future helper lib functions.
|
2011-11-30 22:13:16 +00:00 |
|
kongo2002
|
48c0b59a28
|
add possibility to add compiler options like '-std=c++0x'
|
2011-09-09 21:55:04 +02:00 |
|
kongo2002
|
d6c25910c1
|
add header include search to cpp syntax checker
|
2011-09-09 21:41:25 +02:00 |
|
marty
|
83b4fc6220
|
properly parse c++ errors that contain col nums
|
2010-10-04 10:37:08 +13:00 |
|
Jeremy Cantrell
|
c61890f1b7
|
Properly escape % for makeprg
|
2010-09-24 10:48:49 +08:00 |
|
kongo2002
|
0b157baa96
|
change maintainer of c/cpp/sh syntax checker
|
2009-12-23 04:11:40 +08:00 |
|
kongo2002
|
9d1438bbae
|
add short explanation for c/cpp header file checking
|
2009-12-23 04:11:39 +08:00 |
|
kongo2002
|
923ab75e9c
|
added cpp syntax checker
|
2009-12-23 04:11:39 +08:00 |
|