aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* build/test: setup functional tests using vroomThiago de Arruda2014-08-09
* Units: Move NULL, OK, and FAIL to helpers.moon. #982Scott Prager2014-07-30
* test/shell: add testsNicolas Hillegeer2014-07-27
* test/helpers: allow interning Pascal stringsNicolas Hillegeer2014-07-27
* test/formatc: improve standalone usageNicolas Hillegeer2014-07-27
* test/formatc: improve 'inline' function handlingNicolas Hillegeer2014-07-27
* Add tests for buffer.c and fileio.cWayne Rowcliffe2014-07-22
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
* test/fs: move tests of path_full_dir_name to pathNicolas Hillegeer2014-07-16
* test/helpers: add 'vim_init' helperNicolas Hillegeer2014-07-16
* test/preprocess: always declare EXTERNNicolas Hillegeer2014-07-16
* profiling: add testsNicolas Hillegeer2014-07-16
* tempfile.c: add testsPavel Platto2014-07-14
* Use default busted pattern for unittests #943Pavel Platto2014-07-14
* os_open: add unit testsJustin M. Keyes2014-07-14
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* spelling fixes #827Will Stamper2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix unit tests.Eliseo Martínez2014-05-15
* implemented FileInfo structStefan Hoffmann2014-05-09
* Fix unit test cleanup of path_shorten_fname_if_possible.Thomas Wienecke2014-05-03
* Generate a lua module to help pass build-related settings.John Szakmeister2014-05-03
* garray: add unit tests for ga_concat_strings_sepNicolas Hillegeer2014-04-29
* garray: add unit testsNicolas Hillegeer2014-04-29
* Test and refactor `shorten_fname` and `shorten_fname1`John2014-04-29
* test: no longer define ad-hoc C headersNicolas Hillegeer2014-04-28
* test: fix the cimport methodNicolas Hillegeer2014-04-28
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* Fix broken build due to unit test include orderJohn Schmidt2014-04-09
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Move and adapt `os_get_absolute_path` unit tests to `vim_FullName`John2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Use stdbool in os moduleHinidu2014-04-07
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* Rename FPC_* constants.Thomas Wienecke2014-04-03
* Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.Thomas Wienecke2014-04-03
* Test and refactor getnextcomp -> path_next_component.Thomas Wienecke2014-04-03
* Test and refactor gettail_sep -> path_tail_with_seperator.Thomas Wienecke2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor fullpathcmp -> path_full_compare.Thomas Wienecke2014-04-03
* Make FPC_* defines an enum type in path.h.Thomas Wienecke2014-04-03
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* Delete os_delay unit test.Thomas Wienecke2014-04-02
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* fix mch_delay() unittestStefan Hoffmann2014-03-25