Commit Graph

85 Commits

Author SHA1 Message Date
Twarit
0388ca39d5 Fix missing semicolon in travis file + use C++17 in CI build 2020-03-30 13:34:35 +05:30
Twarit
db05e54d00 Fix missing compiler and some C++ errors 2020-03-30 13:30:27 +05:30
Twarit
07876bff06 Use dev console in windows CI build 2020-03-30 13:20:40 +05:30
Twarit
827dabced8 Switch back to generating bindings in CI 2020-03-30 12:57:51 +05:30
Twarit
7bdda124aa Select OS in CI build 2020-03-30 12:49:32 +05:30
Twarit
5ddb2d44e5 Remove artifacts left over from copied .travis.yml 2020-03-30 12:42:34 +05:30
Twarit
7e57104764 Add macos CI + clean build script 2020-03-30 12:24:42 +05:30
Twarit
b44a9c29a9 Add Windows build to CI 2020-03-30 12:11:21 +05:30
Twarit
17dc47e151 Fix ambiguous conversion in git_api.cpp 2020-03-30 02:01:43 +05:30
Twarit
19627c4063 Use latest GCC in build 2020-03-30 01:40:10 +05:30
Twarit
f1feb86c42 Limit Travis to only Linux builds 2020-03-30 01:38:35 +05:30
Twarit
271fc3e996 Remove CI compilaion warnings/errors 2020-03-30 01:20:47 +05:30
Twarit
20e1148d39 Acquire scons before running SCons 2020-03-30 01:07:13 +05:30
Twarit
80fa3f185f Fix incorrect build scrit invokation in Travis 2020-03-30 01:04:19 +05:30
Twarit
3fc9aa263c Add Travis back in 2020-03-30 01:00:04 +05:30
Twarit
6ab8845dd2 Make build_libs.sh executable 2020-03-30 00:53:19 +05:30
Twarit
3364a0ef16 Automate compiling libgit2 2020-03-30 00:38:40 +05:30
Twarit
cc512c0a17 Shift gitsubmodule to godot-cpp root 2020-03-29 23:37:11 +05:30
Twarit
f0a5bf16d9 Removed submodule IronicallySerious/godot-cpp 2020-03-29 23:04:39 +05:30
Twarit
02d3df348f Update to godot-cpp from 3.2stable 2020-03-29 22:59:02 +05:30
Twarit Waikar
4908788e24 Replace link to GSoC progress report by Wiki link 2020-02-15 01:49:35 +05:30
Twarit
6dbac88d8f Fix crash on missing user.email and user.name in gitconfig 2020-02-15 01:28:40 +05:30
Twarit Waikar
bed4e799d6 Remove Travis CI (explanantion)
The godot-cpp build needs to refer to godot engine binary to extract the latest 3.2 GDNative API. Since godot-cpp has not been updated for 3.2, using any kind of CI will be a lot more effort than just setting up a build script
2020-02-14 22:53:20 +05:30
Twarit
ba4a907f89 Make build shell scripts executable 2020-02-14 22:48:37 +05:30
Twarit Waikar
f1e8e0ac1d Fix OS mismatch on debug and release jobs 2020-02-14 22:44:53 +05:30
Twarit Waikar
990ccfd0bc Add Travis CI build conf 2020-02-14 22:39:44 +05:30
Twarit Waikar
7dec368991 Add MIT license v1.1 2020-02-05 17:44:19 +05:30
Twarit Waikar
23af5c9f50 Merge pull request #14 from follower/patch-1
Add brief installation instructions
2020-02-05 13:38:15 +05:30
follower
c71c5c15be Add brief installation instructions
Primarily so people realise building from source isn't required for Windows/Linux.
2020-02-05 15:06:29 +13:00
Twarit
c2485c1346 Remove plugin .so binary 2020-02-03 22:37:07 +05:30
Twarit
c72509109b Gitignore plugin binaries 2020-02-03 22:35:55 +05:30
Twarit
ee3c9c9746 Add new windows binaries 2020-02-03 22:30:38 +05:30
Twarit Waikar
0bf806c508 Delete main.yml 2020-02-03 21:36:42 +05:30
Twarit
5b2d8d48c3 Add release build script 2020-02-03 21:23:40 +05:30
Twarit Waikar
a1d32d04bb Fix command concat for windows cmd in build action 2020-02-03 21:18:10 +05:30
Twarit Waikar
066e951e2f Add Linux and Windows build action 2020-02-03 21:11:19 +05:30
Twarit
b20bde7d3e Update windows binaries for 3.2 beta 2 v1.0 v1.0-alpha-3 2019-11-25 01:13:01 +05:30
IronicallySerious
0e4f8acd3d Fix dirty read on initialiation status for the libgit2 instance 2019-11-25 00:44:12 +05:30
Twarit
531495001e Fix compat with fixed typo in function names 2019-11-24 23:04:47 +05:30
IronicallySerious
a21209bf62 Update linux binaries for #6 fix v1.0-alpha-2 2019-10-09 18:03:09 +05:30
Twarit
cd9239220a Enforce full file name status listings. Fix #6
libgit2 wasn't showing the full file names and showed just the
directory name in case there were many files being added at once
in a new directory.

Added a libgit2 flag that enforces full names on files
appearing in git status queries.
2019-10-09 17:07:01 +05:30
Twarit
b753c0a71b Add updated windows binaries with recent revision v1.0-alpha 2019-08-26 10:23:20 +05:30
IronicallySerious
bde2557be7 Update linux binaries to fix lingering commit index 2019-08-23 19:57:02 +05:30
Twarit Waikar
ed4295a325 Update README.md 2019-08-20 01:47:30 +05:30
Twarit
ffc9becb3d Fix issue where deleted files where not staged + Add error checks 2019-08-17 03:41:19 +05:30
Twarit
483c1ec783 Add contextually aware diff loading 2019-08-16 02:22:49 +05:30
Twarit
b65c336ce3 Add diff loading with useability fixes 2019-08-15 03:07:52 +05:30
IronicallySerious
cfa85954e9 Update addon demo binaries for linux 2019-08-14 14:24:13 +05:30
Twarit
94b14f871e Fix multiple file commits and adds 2019-08-13 14:27:13 +05:30
Twarit
4a5ee6906e Fix null dereference while displaying modified files 2019-08-13 11:28:03 +05:30