Skip to content

Commit

Permalink
Cmake fixes (#151)
Browse files Browse the repository at this point in the history
* * Adding a g++ strict-safe version of strncpy to all usages of strncpy

* * Simplified the preincrement and decrement of KnowledgeRecord. Hopefully, this will also fix the warnings in KnowledgeRecord in workflow/CI also.
* Fixed a formatting issue in GlobalLogger

* * Adding checked pointer logging macro for those classes that may have a potential null pointer for a logger pointer

* * Fixed an issue in network containers that was causing warnings in strictest mode

* * Removing warnings where possible in strict compilation

* * Removed additional warning from Counter container

* * Attempting to fix warnings related to emplace in KnowledgeRecord on Github workflows
* Renaming ubuntu-tests to madara-tests and will eventually make this action more universal for supported platforms
* Updated README.md to hopefully view status of madara-tests.yaml as build indicator

* * Updated to version 3.4.0

* * Attempting to reconnect readthedocs to doxygen generation

* * Attempting to fix sphinx and doxygen integration
  • Loading branch information
jredmondson committed Dec 22, 2023
1 parent 0b1504f commit e9dc2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import subprocess
subprocess.call('cd .. ; doxygen', shell=True)

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit e9dc2f7

Please sign in to comment.