Added credit in source codes
authorJean-Paul Mari <djipi.mari@gmail.com>
Fri, 15 Jan 2021 19:06:36 +0000 (14:06 -0500)
committerJean-Paul Mari <djipi.mari@gmail.com>
Fri, 15 Jan 2021 19:06:36 +0000 (14:06 -0500)
Credit is related to the work done for the Linux build fix.

docs/vj_HistoryNotes.txt
src/debugger/DBGManager.cpp
src/debugger/DWARFManager.cpp
src/debugger/ELFManager.cpp
src/debugger/HWLABELManager.cpp
src/debugger/debuggertab.cpp
src/debugger/localbrowser.cpp
src/file.cpp
src/gui/configdialog.cpp
src/gui/mainwin.cpp
src/settings.h

index c7bb8f1..d4821be 100644 (file)
@@ -27,6 +27,8 @@ Release 5 (TBA)
 18) Show the SR value as a readable form in the CPU browser
 19) Potential fix to compile on Linux
 -- Added the relative directory path for the Qt include files
+20) Merge the Linux build fixes from @richard42
+-- Jaguar core's makefile and Qt pro file updates, fix filenames case sensitive & fixes for Linux
 
 Release 4a (15th August 2019)
 -----------------------------
index 0dec2c0..a2f358d 100644 (file)
@@ -4,6 +4,7 @@
 // by Jean-Paul Mari\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // WHO  WHEN        WHAT\r
 // ---  ----------  ------------------------------------------------------------\r
@@ -14,6 +15,7 @@
 // JPM   Oct./2018  Cosmetic changes, added source file search paths, and ELF function name\r
 // JPM   Aug./2019  Added new functions mainly for source text lines\r
 // JPM  Sept./2019  Support the unsigned/signed short type\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 // To Do\r
index 028b1e4..a9fcc3e 100644 (file)
@@ -4,6 +4,7 @@
 // by Jean-Paul Mari\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // WHO  WHEN        WHAT\r
 // ---  ----------  ------------------------------------------------------------\r
@@ -13,6 +14,7 @@
 // JPM   Aug./2019  Added new functions to handle DWARF information, full filename fix\r
 // JPM   Mar./2020  Fix a random crash when reading the source lines information\r
 // JPM   Aug./2020  Added a source code file date check when reading DWARF information\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 // To Do\r
index 69aae73..d180138 100644 (file)
@@ -4,6 +4,7 @@
 // by Jean-Paul Mari
 //
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>
+//  RG = Richard Goedeken
 //
 // WHO  WHEN        WHAT
 // ---  ----------  ------------------------------------------------------------
@@ -11,6 +12,7 @@
 // JPM  07/13/2017  ELF DWARF format support improvement
 // JPM  10/20/2018  Added function name support from ELF structure
 // JPM  03/13/2020  Added ELF & DWARF .debug* types
+//  RG   Jan./2021  Linux build fixes
 //
 
 #include <stdlib.h>
index e67e000..1150d88 100644 (file)
@@ -1,14 +1,16 @@
 //\r
-// ELFManager.cpp: HW Label manager\r
+// HWLABELManager.cpp: HW Label manager\r
 //\r
 // by Jean-Paul Mari\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // WHO  WHEN        WHAT\r
 // ---  ----------  ------------------------------------------------------------\r
 // JPM  02/08/2017  Created this file\r
 // JPM  02/08/2017  HW Label support\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 #include <stdlib.h>\r
index d73f1f0..ac0cfe7 100644 (file)
@@ -4,12 +4,14 @@
 // by Jean-Paul Mari\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // WHO  WHEN        WHAT\r
 // ---  ----------  ------------------------------------------------------------\r
 // JPM  Sept./2016  Created this file, and added Soft debugger support\r
 // JPM  10/09/2018  Added source file search paths\r
 // JPM  04/06/2019  Added ELF sections check\r
+//  RG   Jan./2021  Linux build fix\r
 //\r
 \r
 #include "debuggertab.h"\r
index 453fa7c..9cafa71 100644 (file)
@@ -4,11 +4,13 @@
 // by Jean-Paul Mari\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // Who  When        What\r
 // ---  ----------  -----------------------------------------------------------\r
 // JPM  11/03/2017  Created this file\r
 // JPM  Sept./2018  Added a status bar and better status report, and set information values in a tab\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 // STILL TO DO:\r
index 50e9af0..9201c1e 100644 (file)
@@ -7,6 +7,7 @@
 //\r
 // JLH = James Hammons <jlhamm@acm.org>\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // Who  When        What\r
 // ---  ----------  ------------------------------------------------------------\r
@@ -18,6 +19,7 @@
 // JPM  04/06/2019  Added ELF sections check\r
 // JPM  03/12/2020  Added ELF section types check and new error messages\r
 // JPM   Aug./2020  ELF executable file information\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 #include "file.h"\r
index 0533cd3..a665730 100644 (file)
@@ -6,6 +6,7 @@
 //
 // JLH = James Hammons <jlhamm@acm.org>
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>
+//  RG = Richard Goedeken
 //
 // Who  When        What
 // ---  ----------  ------------------------------------------------------------
@@ -16,6 +17,7 @@
 // JPM  06/19/2016  Soft debugger support
 // JPM  09/  /2017  Added a Keybindings tab
 // JPM  09/03/2018  Added a Models & Bios tab
+//  RG   Jan./2021  Linux build fix
 //
 
 #include "configdialog.h"
index 66897b4..eca4846 100644 (file)
@@ -5,6 +5,8 @@
 //\r
 // JLH = James Hammons <jlhamm@acm.org>\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
+\r
 //\r
 // Who  When        What\r
 // ---  ----------  ------------------------------------------------------------\r
@@ -25,6 +27,7 @@
 // JPM  April/2019  Added ELF sections check, added a save memory dump\r
 // JPM   Aug./2019  Update texts descriptions, set cartridge view menu for debugger mode only, added a HW registers browser and source level tracing\r
 // JPM  Marc./2020  Added the step over for source level tracing\r
+//  RG   Jan./2021  Linux build fixes\r
 //\r
 \r
 // FIXED:\r
index a41b77d..eef2963 100644 (file)
@@ -2,6 +2,7 @@
 // settings.h: Header file\r
 //\r
 // JPM = Jean-Paul Mari <djipi.mari@gmail.com>\r
+//  RG = Richard Goedeken\r
 //\r
 // Who  When        What\r
 // ---  ----------  ------------------------------------------------------------\r
@@ -9,6 +10,7 @@
 // JPM  Sept./2018  Added the new Models and BIOS handler, and a screenshot settings\r
 // JPM  10/10/2018  Added search paths in settings\r
 // JPM  04/06/2019  Added ELF sections check\r
+//  RG   Jan./2021  Linux build fix\r
 //\r
 \r
 #ifndef __SETTINGS_H__\r