-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed: #12 (crash with strange format on xlsx file). - Fixed: Temporary deploy of any XLSX wasn't being made on the proper folder for Windows (Temp one) but in the cwd. - Changed: zip lib updated from 0.1.32 => 0.3.2. - Changed: sxmlc lib updated from 4.5.3 => 4.5.4. - Added: Dynamically linked lib option for GNU/Linux x64: "libxlsx_drone_x64.so", on the "share" folder.
- Loading branch information
1 parent
9774d74
commit 69392d1
Showing
16 changed files
with
9,252 additions
and
5,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ doc/ | |
temp/ | ||
!temp/keep | ||
PROGRAMMERNOTES.md | ||
StartGDBServer.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Rem compile unit_tests.exe | ||
cmd /c rake c | ||
Rem run the gdbserver | ||
start gdbserver localhost:2159 temp/unit_tests.exe | ||
start gdbserver localhost:3333 temp/unit_tests.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.