develop #15
cromer
commented 2023-02-23 01:10:57 -03:00
Owner
No description provided.
cromer
added 64 commits 2023-02-23 01:10:58 -03:00
remove sqlite log method from knowledge base
cc080fbd45
Merge pull request 'remove sqlite log method from knowledge base' (#11) from feature/remove_sqlite_log_method into develop
6d0eeb77eb
remove compile commands since meson will handle it now
1d5870f025
start building doxygen documentation
9e6772cb59
document the obelisk namespace
c5ff5479a5
only build docs if doxygen is present
c4792d88fc
tidy up the doc meson.build file
6a3fccdcba
document the lexer
768a0906d3
use capital L so that it creates a link to the class name in docs
102a182559
remove deprecated functions
7d43df95e6
update doxygen config
b5d68cc418
add throws to lexer docs
d805ce137f
add license to meson build
f2008baacb
make sure llvm is available
0e178d673e
make sure llvm core module is present
2edcaaf1fa
remove comments from implementation file
be67df0692
document the knowledge base
7d9c8be36f
change some wording in the lexer documentation
bd5483e689
make sure the comments are split on 80 characters
991fe84c01
add in and out docuementation to a few of the methods
d6a7913993
add action documentation
26a861772c
make the word action link to the action page of the manual
8dd82abb55
make lexer exceptions link to the lexer exception page of the manual
f810a25c0b
add missing class documentation and link manual to it
b908bdf89b
add entity documentation
541ae2db28
refactor database exceptions
74de3c67c0
raise character limit to 120
1f2500a037
allow insertion of facts that haven't been proven true yet
ba7e0b1203
Merge pull request 'feature/documentation' (#12) from feature/documentation into develop
a5d8945cb7
ignore .obk files
e09823bfe8
add command line options
4a7cf9ec2e
make documentation building optional
b9a82a8e3c
fix style
691b7963e3
use kb passed in from args
e77fb73cd0
read obelisk source files and compile the knowledge base
92ec34a000
Merge pull request 'feature/read_file' (#13) from feature/read_file into develop
6761117e24
fix fact db structure
ab83a1626b
remove old comments
3dcfdf23e8
make isTrue optional and default to false
5a884fa2a0
add missing comments to verb header
6062004f67
parse suggested actions
bc93f42c00
refactor select and insert methods to be less redundant
f7b62e4645
make it more obvious that name is used in the select
7b515f1f07
add the obelisk library source
f6e93a1b67
make lib and bin optional to only compile what is wanted
bf5033c70d
restructure library location
48955026c4
print the version by accessing it directly
841914bae8
restructure the link between the compiler and the library
6ef6d14d18
move knowledge base into the library
36b8889a62
update the documentation locations
b220b1c215
refactor and complete parts of the knowledge base
91cce4c170
finish inserting the suggested actions
d8ae5e1b95
fix incorrect enum
2f54f13b54
implement rules
ba8788af56
add missing class doc
fc0984904c
finish knowledge base insertion
88f17011ef
finish up comments
09925b567c
format to 80 columns for terminal display
adc5042c6c
create a C wrapper for obelisk
0e9cc0f832
improvements to the C wrapper and close a memory leak
e665ff044f
allow the library to query the knowledge base
d84f2a944c
fix typo
d6532715bd
add query for suggested actions
3a23121743
Merge pull request 'feature/kb' (#14) from feature/kb into develop
1f8cc98ee2
cromer
merged commit 1940fe377a into master 2023-02-23 01:11:48 -03:00
cromer
referenced this issue from a commit 2023-02-23 01:11:48 -03:00
Merge pull request 'develop' (#15) from develop into master
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?