Darrell Schiebel | ff318f6adabM | Pull request #4: CAS-14106Merge in CASA/casalogger from CAS-14106 to master
* commit '5f5c752164f014c2f8a45d4ee7faa1e92f2a5ddd':
trigger build [CAS-14106]
update casalogger with new version of casacore [CAS-14106] | | CAS-14106 |
Darrell Schiebel | 5f5c752164ftrigger build [CAS-14106] | trigger build [CAS-14106] | | CAS-14106 |
Darrell Schiebel | ed766b926ca | update casalogger with new version of casacore [CAS-14106] | | CAS-14106 |
Darrell Schiebel | e281aa8228c | casalogger does not need wcs, cfitsio, gfortran etc.[CAS-13565] | | CAS-13565 |
Darrell Schiebel | e00c3a1d305 | update casa-source [CAS-13565] | | CAS-13565 |
Darrell Schiebel | 03865cd5488 | casalogger does not depend on grpc [CAS-13565] | | CAS-13565 |
Ville Suoranta | 5cfdcd55107M | Pull request #3: Add X11 headers to be removed from casa6Merge in CASA/casalogger from CAS-13868 to master
* commit 'fd7f952dd40554529c1dc43683a7d05959fb2d72':
Add X11 headers to be removed from casa6 | | CAS-13868 |
C. Enrique Garcia Dabo | fd7f952dd40 | Add X11 headers to be removed from casa6Fixes partially CAS-13868 | | CAS-13868 |
C. Enrique Garcia Dabo | 62471eae600M | Pull request #2: CAS-13867: Clean up of #ifdef conditional compilationsMerge in CASA/casalogger from CAS-13867 to master
* commit '12ac6e287e0daaa47da1240e7cb93b931e537e8e':
Do not define CASATOOLS or CASA6. Define only USE_GRPC
Move forward casa-source pointer to latest CAS-13867 branch
Remove deprecated CASATOOLS ifdef
Point to casa-source in CAS-13867
Do not define CASATOOLS. Define USE_GRPC where needed. | | CAS-13867 |
C. Enrique Garcia Dabo | 12ac6e287e0 | Do not define CASATOOLS or CASA6. Define only USE_GRPCFixes partially CAS-13867 | | CAS-13867 |
C. Enrique Garcia Dabo | 2c2ddceba0f | Move forward casa-source pointer to latest CAS-13867 branch | | CAS-13867 |
C. Enrique Garcia Dabo | 4637cb38307M | Merge branch 'master' into CAS-13867 | | CAS-13867 |
C. Enrique Garcia Dabo | d8ec3d3e8deM | Pull request #1: CAS-13859 Break circular dependency of casacpp modulesMerge in CASA/casalogger from CAS-13859 to master
* commit '9d0f64b619e8978b2f674c4cfa39c4a0638498b8':
Update casa-source
Remove files from the build configuration that no longer exist. | | CAS-13859 |
C. Enrique Garcia Dabo | c1ecb24ab20 | Remove deprecated CASATOOLS ifdefFixies partially CAS-13867 | | CAS-13867 |
C. Enrique Garcia Dabo | cc1c9f275cb | Point to casa-source in CAS-13867 | | CAS-13867 |
C. Enrique Garcia Dabo | 902f0e6a4a1 | Do not define CASATOOLS. Define USE_GRPC where needed.Fixes partially CAS-13867 | | CAS-13867 |
C. Enrique Garcia Dabo | 9d0f64b619e | Update casa-source | | |
C. Enrique Garcia Dabo | cac3f90a610 | Remove files from the build configuration that no longer exist. | | |
C. Enrique Garcia Dabo | 08cc2075b7c | Revert "updated casa-source to most recent casa6 CAS-13857 changes"This reverts commit c7e89f2d9fa49cb3ebfdaf10420838a3a08a5fca. | | CAS-13857 |
C. Enrique Garcia Dabo | c7e89f2d9fa | updated casa-source to most recent casa6 CAS-13857 changes | | CAS-13857 |
Joshua Hoskins | c9a12884b70 | Reformat and add new information to . | | |
Joshua Hoskins | 1f5c322fcda | Docstring & indent fix. | | |
Joshua Hoskins | fb9aff3c7ad | fix indentation error in casalogger.py | | |
Joshua Hoskins | 41a823c4ecf | Add _static and png files to finish build. | | |
Joshua Hoskins | 0fcce888401 | Fixed conf.py. | | |
Joshua Hoskins | bf15e44d2a0 | Added doc strings to casalogger function. | | |
Darrell Schiebel | bf8b212b9bf | changes for casalogger readthedocs | | |
Ville Suoranta | 88a71190fa5 | Add library and include path for the generic Docker build image | | |
Joshua Hoskins | 70a7ba024a4 | Add yml file needed to build qt environment. | | |
Joshua Hoskins | 0c2f13eb6df | Added extra instructions to README.md | | |
Joshua Hoskin | 49ba31b1403 | Added platform check to determine which binary should be used for Linux(MacOS) | | |
Joshua Hoskin | 1ae3e7edb95 | Added MacOS support. | | |
Darrell Schiebel | 8ddce7f2b35 | add stripping executable (CAS-13565) | | CAS-13565 |
Darrell Schiebel | a209bafad9b | move src files from casa6 repository (CAS-13565) | | CAS-13565 |
Joshua Hoskins | 7f18e7a367f | Fixed issue where casalogger window doesn't spawn when run from terminal. | | |
Joshua Hoskins | 8a4bb925866 | The default casalogger file is now set by casalog.logfile() and the session is killed when exiting the python terminal usecase. | | |
Joshua Hoskins | 2e27f511fde | This update allows the user to spawn `casalogger` both form the command-line and from the python terminal without blocking behavior. The user can also choose to specify a casalogger output file or accept the standard format file.Usecases:
The `.log` file is optional in all cases.
- Command-line
```
python -m casalogger </path/to/logger.log>
```
- Python terminal
```
>>> from casalogger import casalogger
>>> caaslogger()
```
or
```
>>> from casalogger import casalogger
>>> caaslogger(logfile="/path/to/logger.log")
``` | | |
Joshua Hoskins | 7976e0b17fc | Fixed problem with relative path realted to casalogger module. | | |
Joshua Hoskins | ea336a3df92 | Cleared up casalogger.py by removing extra output logging file.Added README to aid in installation. | | |
Joshua Hoskins | 0773cd4822f | Added casalogger.py and __init__.py to build. | | |
Joshua Hoskins | 00254235069 | Add modules to allow the user to import and run cassalogger | | |
Joshua Hoskins | 36faac29f7b | Removed src/module directory.It is generated and thus doesn't need to be in the repository. | | |
Darrell Schiebel | a9289bfe9bcM | Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casaloggerConflicts:
casalogger.pro | | |
Darrell Schiebel | 76aa3c7287a | tweaks for building wheel (CAS-13565) | | CAS-13565 |
Joshua Hoskins | 21f71a8af97 | This commit brings a few changes, additions and some cleanups of the repository.- Local directories such as `legacy` have been removed now that the kinks are worked out of the AppImage build.
- A new directory containing a preliminary `.pro` for building with `qt5` has been added. This has been tested on RHEL8 and successfully builds with ease as is.
- Fixed some spelling errors in the output of `scripts/casalogger-config`
- Removed the commented out legacy code from `casa... | | |
Darrell Schiebel | a80b82804c3 | missed casalogger.cc mod (CAS-13565) | | CAS-13565 |
Darrell Schiebel | 2b35748a517 | clean up icons, remove files, build on rhel7 | | |
Joshua Hoskins | 54754f258fc | Remove Makefile and add revised logger.pro file and scripts | | |
Joshua Hoskins | f7d12ee2979 | Almost there | | |
Joshua Hoskins | 3336a6fd434 | qmake .pro file now compiles except for the Q_INIT_RESOURCE issue. | | |