mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
27174aba9c
Adds a `protect()` function to trigger safety for an item. This commit also optimizes away all instances of virtual function calls for function calls and storage. Will need to test speed to see how it works out. Closes #133 Closes #134 Closes #135 Closes #136
66 lines
727 B
Plaintext
66 lines
727 B
Plaintext
# Python (Bytecode)
|
|
*.pyc
|
|
|
|
# ninja files
|
|
*.ninja
|
|
|
|
# Visual Studio
|
|
*.props
|
|
*.user
|
|
.vs/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.idb
|
|
*.sln
|
|
*.gitattributes
|
|
|
|
# Compiler outputs
|
|
obj/*
|
|
bin/*
|
|
|
|
# Dropbox interference
|
|
.dropbox*
|
|
|
|
# QtCreator
|
|
*.creator.user.*
|
|
*.config
|
|
*.creator
|
|
*.files
|
|
*.includes
|
|
|
|
# Scratchpad Files
|
|
main2.cpp
|
|
main.cpp
|
|
|
|
# Local Lua Testbeds
|
|
lua-5.3.2/
|
|
lua-5.3.1/
|
|
lua-5.3.0/
|
|
lua-5.2.4/
|
|
lua-5.2.2/
|
|
lua-5.2.3/
|
|
lua-5.1.5/
|
|
luajit-2.0.4/
|
|
luajit-2.0.3/
|
|
include/
|
|
liblua.a
|
|
lib/liblua5.2.a
|
|
|
|
# Windows Crap
|
|
desktop.ini
|
|
*.sublime-workspace
|
|
docs/build/
|
|
*.sublime-project
|
|
m.lua
|
|
single/sol.hpp
|
|
*.db
|
|
lua53.dll
|
|
main.exe
|
|
main.o
|
|
lua-5.3.3/
|