index
:
luarocks
Git-Hub-actions-use-teal
check-already-quoted
docs-folder
feat-better-perm-message
fix-1041
fix-1261
fix-lua-link-windows
fix-unused-variables
gh-pages
honor-umask
improve-dep-message
lua-to-teal-migration
lua-to-teal-migration-loader
lua-to-teal-migration-repo-writer
lua-to-teal-migration-test
luarocks4
main
master
pre-quick-tests
teal-convert-dependencies
teal-convert-dependencies-2
teal-write-rockspec
test-windows-rock-manifest-slash
test-windows-spaces
tests-more-quick
A mirror of https://github.com/luarocks/luarocks.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
build_spec.lua
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: rockspec use cleanups
Hisham Muhammad
2024-03-13
1
-2
/
+0
*
tests: minor tweaks
Hisham Muhammad
2024-03-13
1
-2
/
+0
*
tests: convert downgrade test to spec/quick
Hisham Muhammad
2024-03-13
1
-6
/
+0
*
tests: speed up and simplify
Hisham Muhammad
2024-02-29
1
-71
/
+0
*
tests: reorganize and speed up unit tests
Hisham Muhammad
2024-02-27
1
-9
/
+7
*
tests(fetch): do not use restserver
Hisham Muhammad
2024-02-27
1
-17
/
+17
*
tests(build): split unit and integration files
Hisham Muhammad
2024-02-27
1
-352
/
+0
*
fix: better normalization for paths and slashes
Hisham Muhammad
2024-02-23
1
-1
/
+2
*
tests: introduce quick tests
Hisham Muhammad
2024-02-23
1
-39
/
+1
*
fix(build): don't look for Lua headers when installing pure-Lua rocks
Hisham Muhammad
2024-02-19
1
-117
/
+0
*
tests: run tests on Lua 5.4 and LuaJIT 2.1
Hisham Muhammad
2022-04-16
1
-8
/
+3
*
tests: avoid repeated hardcoded package version numbers all over
Hisham Muhammad
2022-04-12
1
-5
/
+5
*
tests: don't use validate-args rockspec in tests
Hisham Muhammad
2022-03-06
1
-1
/
+0
*
tests: bump luacov to 0.15.0
Hisham Muhammad
2021-07-22
1
-2
/
+2
*
editorconfig: trim trailing whitespace
Hisham Muhammad
2021-03-16
1
-25
/
+25
*
Support --pin and --only-deps together (#1222)
Hisham Muhammad
2020-09-23
1
-0
/
+36
*
tests: check that builtin auto-reads lua/ when modules table is empty
Hisham Muhammad
2020-07-21
1
-0
/
+21
*
fix downgrades of rocks containing directories (#1151)
Hisham Muhammad
2020-02-07
1
-0
/
+8
*
tests: drop LuaSec dependency on tests, use fixtures instead
Hisham Muhammad
2020-01-25
1
-24
/
+20
*
dependency pinning: luarocks.lock file and --pin flag
Hisham Muhammad
2019-11-29
1
-3
/
+38
*
tests: simplify descriptions and set lazy setup/teardown
Hisham Muhammad
2019-11-29
1
-32
/
+32
*
build: fix --branch flag
Hisham Muhammad
2019-09-03
1
-6
/
+29
*
cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too early
Hisham Muhammad
2019-07-26
1
-1
/
+2
*
update to luacov 0.13.1 + cluacov 0.1.1
Hisham Muhammad
2019-04-03
1
-2
/
+2
*
Tests: add test_env.run_in_tmp utility function
George Roman
2018-07-24
1
-189
/
+147
*
fs.copy: skip copying if the source and destination are the same files
George Roman
2018-07-22
1
-1
/
+1
*
Tests: use more fixtures in the build tests
George Roman
2018-07-22
1
-29
/
+101
*
Tests: support running with the default detected OpenSSL locations
Hisham Muhammad
2018-07-18
1
-6
/
+3
*
Tests: use fixtures for some build integration tests
George Roman
2018-07-18
1
-24
/
+80
*
Tests: remove redundant build tests
George Roman
2018-07-05
1
-43
/
+0
*
Tests: unit tests for build.builtin
George Roman
2018-07-05
1
-19
/
+454
*
Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIR
George Roman
2018-07-05
1
-3
/
+6
*
Tests: replace small fixture files with inline content
George Roman
2018-06-21
1
-9
/
+90
*
builtin: if "libraries" is used but "external_dependencies" is not given, aut...
Hisham Muhammad
2018-06-14
1
-0
/
+27
*
builtin: auto-detect modules when build.modules (or build!) is absent
Hisham Muhammad
2018-06-14
1
-0
/
+42
*
build: make "builtin" the default build.type
Hisham Muhammad
2018-06-06
1
-0
/
+27
*
Tests: luarocks init (#811)
George Roman
2018-06-05
1
-4
/
+19
*
Tests: replace #blackbox with #integration and #whitebox with #unit
George Roman
2018-06-04
1
-1
/
+1
*
Tests: cache build of mock server dependencies to speed up tests
Hisham Muhammad
2018-05-28
1
-2
/
+2
*
Tests: build: pin version in test
Hisham Muhammad
2018-05-07
1
-1
/
+1
*
Tests: build_dependencies
Hisham Muhammad
2018-04-13
1
-0
/
+8
*
Add support for namespaces.
Hisham Muhammad
2018-04-11
1
-0
/
+35
*
Reorganize test suite files
Hisham Muhammad
2018-01-08
1
-6
/
+6
*
Tests: add dependencies to mock-server tests
Hisham Muhammad
2018-01-04
1
-2
/
+2
*
Tests: mark tests with #mock to fix Appveyor failures
Hisham Muhammad
2018-01-02
1
-1
/
+1
*
Tests: build using INCDIR for an external dependency
Hisham Muhammad
2017-11-06
1
-4
/
+22
*
Use versioned files only. (#734)
Hisham Muhammad
2017-10-04
1
-20
/
+20
*
Tests: luarocks_bool commands log their outputs on failure.
Hisham
2016-09-08
1
-4
/
+4
*
Change APPVEYOR_OPENSSL to OPENSSL_DIRS for better test readability
roboo
2016-08-22
1
-15
/
+3
*
Windows and appveyor support for tests
roboo
2016-08-21
1
-29
/
+60
[next]