mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-04 19:34:12 +02:00
included scripts for diff and status
This commit is contained in:
@@ -6,3 +6,4 @@ slsDetectorGui/
|
||||
slsDetectorSoftware/
|
||||
slsReceiverSoftware/
|
||||
slsDetectorCalibration/
|
||||
slsImageReconstruction/
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ CXX = $(CC)
|
||||
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
||||
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
||||
FLAGS= -Wall #-DEIGER_DEBUG #-DFIFO_DEBUG
|
||||
FLAGS= -Wall #-DEIGER_DEBUG -DEIGER_DEBUG2 #-DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG
|
||||
# -DVERBOSE
|
||||
|
||||
# Setting up the verbose flags
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
git diff;
|
||||
cd slsDetectorSoftware;
|
||||
git diff;
|
||||
cd ../slsReceiverSoftware;
|
||||
git diff;
|
||||
cd ../slsDetectorGui;
|
||||
git diff;
|
||||
cd ../slsDetectorCalibration;
|
||||
git diff;
|
||||
cd ../slsImageReconstruction;
|
||||
git diff;
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
git status;
|
||||
cd slsDetectorSoftware;
|
||||
git status;
|
||||
cd ../slsReceiverSoftware;
|
||||
git status;
|
||||
cd ../slsDetectorGui;
|
||||
git status;
|
||||
cd ../slsDetectorCalibration;
|
||||
git status;
|
||||
cd ../slsImageReconstruction;
|
||||
git status;
|
||||
Reference in New Issue
Block a user