aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix: do not detect .luarocks/config-5.x.lua and lua_modules as modulesHisham Muhammad2018-08-021-1/+51
* Do not rewrite path in util.cleanup_path if the desired version is a substri...Ryan Hartlage2018-08-011-0/+14
* Tests: refactor and add fixtures for the doc testsGeorge Roman2018-07-312-37/+122
* fs: fix rwx_to_number, add negated mask modeHisham Muhammad2018-07-261-0/+22
* Tests: add test_env.run_in_tmp utility functionGeorge Roman2018-07-244-265/+217
* Tests: add more unit tests for fun.luaGeorge Roman2018-07-241-0/+57
* fs.copy: skip copying if the source and destination are the same filesGeorge Roman2018-07-221-1/+1
* Tests: use more fixtures in the build testsGeorge Roman2018-07-223-53/+101
* fs: make unpack_archive platform-agnostic using specific fs functionsHisham Muhammad2018-07-182-0/+16
* Tests: tweak dependencies for env=full testsHisham Muhammad2018-07-181-11/+10
* Tests: support running with the default detected OpenSSL locationsHisham Muhammad2018-07-184-16/+12
* Tests: use fixtures for some build integration testsGeorge Roman2018-07-181-24/+80
* Add general improvements to the fs moduleGeorge Roman2018-07-162-34/+36
* Update the behavior of fs.set_permissions on WindowsGeorge Roman2018-07-161-4/+4
* Tests: add tests for the dynamic commandsGeorge Roman2018-07-161-0/+57
* Tests: remove redundant build testsGeorge Roman2018-07-051-43/+0
* Tests: unit tests for build.builtinGeorge Roman2018-07-051-19/+454
* Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIRGeorge Roman2018-07-054-10/+30
* Experimental Windows cross-compiled binary buildHisham Muhammad2018-07-021-0/+11
* Tests: improve isolation of testsHisham Muhammad2018-07-012-10/+14
* Tests: remove outdated testHisham Muhammad2018-07-011-20/+0
* Tests: remove precompiled header added incorrectlyHisham Muhammad2018-07-011-0/+0
* Let LuaRocks find LUA_LIBDIR and LUA_INCDIR by itselfHisham Muhammad2018-07-012-14/+4
* Tests: config: no need for special-casing WindowsHisham Muhammad2018-07-012-37/+20
* Tests: improve hardcoded defaultsHisham Muhammad2018-07-011-12/+28
* Tests: try some smarter defaults for WindowsHisham Muhammad2018-07-011-3/+6
* Tests: do not run installer on WindowsHisham Muhammad2018-07-011-35/+38
* Tests: speed up downloading rocks reusing HTTP connectionHisham Muhammad2018-07-011-8/+15
* cmd, Tests: ensure versioned directory is tried firstHisham Muhammad2018-07-011-2/+2
* Tests: ensure that tests do not accidentally find a project dirHisham Muhammad2018-07-011-0/+1
* Tests: minor cleanupsHisham Muhammad2018-07-012-5/+6
* cfg, cmd: major reorganizationHisham Muhammad2018-07-016-35/+44
* fs: make module loading side-effect free, require explicit init()Hisham Muhammad2018-07-014-1/+8
* Update tests README.mdGeorge Roman2018-06-261-8/+0
* Tests: test commandGeorge Roman2018-06-221-0/+170
* Tests: replace small fixture files with inline contentGeorge Roman2018-06-2120-151/+269
* Tests: improve the tests for the fs moduleGeorge Roman2018-06-211-4/+139
* Tests: improve patch.lua testsGeorge Roman2018-06-205-81/+180
* Tests: patch.luaGeorge Roman2018-06-145-0/+151
* Tests: disable customized external_deps_dirsHisham Muhammad2018-06-141-12/+0
* builtin: if "libraries" is used but "external_dependencies" is not given, aut...Hisham Muhammad2018-06-141-0/+27
* builtin: auto-detect modules when build.modules (or build!) is absentHisham Muhammad2018-06-142-0/+43
* Tests: do not rebuild mock server rocks if already builtHisham Muhammad2018-06-141-5/+20
* Tests: fix fetch tests using the rockspecs moduleHisham Muhammad2018-06-141-66/+21
* Include 0% coverage files in the luacov reportGeorge Roman2018-06-121-0/+25
* Fix the collecting of coverage data from unit testsGeorge Roman2018-06-126-2/+19
* Move test/README.md to spec/README.mdGeorge Roman2018-06-121-0/+66
* General refactor introducing Rockspec and Build.Opts objectsHisham Muhammad2018-06-063-11/+12
* Tests: move is_basic_protocol to dirHisham Muhammad2018-06-062-11/+19
* build: make "builtin" the default build.typeHisham Muhammad2018-06-062-8/+40