Commit Graph

28 Commits

Author SHA1 Message Date
Mathieu Maret 601995f889 Makefile: Add few src file for testing 2017-06-12 15:19:22 +02:00
Mathieu Maret 966a1e12f6 Makefile: add shared lib 2017-06-12 15:18:51 +02:00
Mathieu Maret 3fcfdb6720 Makefile: C++ compilation 2017-06-12 14:56:49 +02:00
Mathieu Maret 3f6fd7ddb0 Makefile: Add exemple for including external lib 2017-06-12 14:34:04 +02:00
Mathieu Maret b0541348aa Makefile: simplification and improvment
Default target is the main program.
Use implicit rule for main program.
Generate .d file at compilation time instead of using specific rules
Fix CFLAGS CPPFLAGS usage
2017-06-12 14:29:01 +02:00
Mathieu 5f29edd6cc Correct Makefile flags
Implicit C compilation use CPPFLAGS (https://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html)
The real flag for error checking is Werror
2016-10-11 23:54:51 +02:00
Mathieu Maret d212b6089d Add Makefile example
This makefile check file dependecies (.h)
Idea from
5c644cfd35/Makefile
2016-10-05 16:03:11 +02:00
Mathieu Maret 8149222a45 Use local taglist instead of buggy one 2016-02-03 17:28:20 +01:00
Mathieu Maret bb2caaa92a Complete documentation 2016-02-03 17:23:34 +01:00
Mathieu 3fca28b8bf Add README.md 2015-09-21 10:06:46 +02:00
Mathieu Maret 1232654db1 look for tags in some default dir
Otherwise you neede to relaunch vim so autotags see them
2015-07-09 14:30:36 +02:00
Mathieu Maret 871a68ac86 Add tool to generate cscope file for aosp 2015-07-08 16:21:49 +02:00
Mathieu Maret 37f34f8a03 Add shell function 2015-07-08 16:21:18 +02:00
Mathieu Maret 9f51ffd140 First version of menu 2015-07-08 15:53:26 +02:00
Mathieu Maret 06e37d3721 Correct autotags doc 2015-07-08 15:49:47 +02:00
Mathieu Maret 167d22be34 cscope/ctag related plugin 2015-07-08 15:05:10 +02:00
Mathieu Maret 37959f5a27 Search configuration 2015-07-08 14:23:29 +02:00
Mathieu Maret c247bfdceb Default indentation 2015-07-08 14:15:35 +02:00
Mathieu Maret 8b3bbddb17 Help things 2015-07-08 14:13:33 +02:00
Mathieu Maret bd2408812f Windows management 2015-07-08 14:12:21 +02:00
Mathieu Maret a0589a1dfe Add autotags 2015-07-08 12:05:13 +02:00
Mathieu Maret c460d5ee3c Code related tools
add OmniCpp, matchit, echofunc
2015-07-08 11:50:48 +02:00
Mathieu Maret f226a65f3b Enable mouse usage 2015-07-08 11:44:44 +02:00
Mathieu Maret 1132b1dd52 Add indent finder
Indent finder search for current indentation in the file
2015-07-07 15:05:36 +02:00
Mathieu Maret 095b5458d3 add git related plugin and modify statusline 2015-07-07 15:05:36 +02:00
Mathieu Maret 0f129ab875 Add taglist 2015-07-07 15:05:36 +02:00
Mathieu Maret 0d5117e608 general stuff about display and save 2015-07-07 15:05:21 +02:00
Mathieu Maret 3d0533181e Use vundle for plugin management 2015-07-06 13:45:14 +02:00