649fdc0d0502d62d160c150684356fef2c273484 |
|
11-Feb-2018 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
1811 provide graphql api (#1829)
* Fixme (Remove 'True') - Add GraphQL starting point to the web server.
* Add GraphQL Schema.
* Experiment with the graphql-api package.
* Remove the graphql-api package again.
* Respond with GraphQL mimics.
* Add types for GraphQL mimicking.
* Add example queries.
* Add proof of concept database fetching.
* Add Signature query resolver.
* Add SignatureMorphism query resolver.
* Add missing key to result JSON.
* Add Serialization resolver.
* Split code for conversion and retrieval of data.
* Fix indentation.
* Add OMS query.
* Add DGraph query.
* Remove commit and document from example queries.
* Remove GraphQLApi constructor again.
* Save libenv to database via RESTful interface.
* Fix line lengths
* as library name, ensure a URL containing, in case of file://, an absolute file path
* correction: urls should not be treated as file path
* avoid re-reading for xmi and qvt; corrected computation of full filename
* strip file:// prefix for OWL parser
* strip file:// prefix for QVT parser
* introduced utility function tryToStripPrefix
* strip file:// when writing files |
a389e88e0acb83d8489bdc5e55bc5522b152bbec |
|
05-Jan-2018 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
[WIP] 1691 dg calculus on database (#1752)
* Add database dependencies.
* first experimental version of DB interface - just store DG names
* also write dg nodes to db
* hints for further programming
* Connect to PostgreSQL databases using a Rails database.yml.
* Move the schema to an own module.
* mapping of Hets datatypes to DB
* more explanation on index maps
* Save the LogicGraph and Development Graph in the database.
* Add config option for DB file.
* Move dbConfig into HetcatsOpts, move migrations into onDatabase.
* Save errors to the database.
* Associate the data with a given file version.
* Fix saving independent documents, non-signature symbols and remove debug prints.
* Remove theoryMap from DBCache.
* Fix names of Loc/Ids.
* Drop unneeded database columns.
* Save SignatureMorphisms and SymbolMappings. Major refactoring in Persistence.DevGraph.
* Handle Library and NativeDocument properly.
* Rename Range to FileRange because of constraints in Ontohub.
* Use PostgreSQL Enums.
* Rename Warning to Warn because of constraints in Ontohub.
* Use proper location as Loc/Id.
* Include persistent-fork into Hets repository as a git submodule.
* Find the FileVersion of an import and save the Document accordingly.
* Add advisoryLocked function.
* Ignore the _dependencies directory.
* Only save a Document if it does not yet exist.
* Lock language migration and document saving.
* Use mutex, write logic graph in ins own command
Write logic graph: Since both commands, DG analysis and LG output need
to write Logics to the database, we need the same mutex kex for these
two tasks. This splits the LG output into its own command to allow for
multiple processes to write analysis data at once.
* Get the submodule via https.
* Add readme for the persistence layer.
* Fix findFileVersion function.
* Fix export warning.
* Find a FileVersion at the current commit instead of the previous version.
* Make the symbolKind part of a symbol's Loc/Id.
* Make concatMapM more generic.
* Correctly associate symbols along heterogeneous links.
* Set evaluationState of FileVersion.
* Allow to omit the --database-fileversion-id option.
* Simplify the travis configuration.
* Add database job to travis.
* Find FileVersion of the last change.
* Fix dependency relation order.
* Add MySQL support.
* Add restack target to Makefile.
* Add option to disallow migrations
That means, PostgreSQL can be used without Ontohub.
* Remove unused import.
* Update Stack release and use persistent-template of the fork.
* Make the existing columns in the schema MySQL compatible.
* Work-around migration errors caused by class table inheritance.
* Use PostgreSQL and MySQL in travis.
* Use better job labels in Travis.
* Possibly fix travis.
* Add SQLite to Travis.
* Add installation instructions.
* Add DGVerificationGeneric constructor.
* Rename ConsStatus to ConservativityStatus.
* Add error handling.
* Fix symbol's fullName.
* Set Logic name to Language Name when there is no Logic name.
* Do not print migrations.
* Fix key length for MySQL.
* Add namespace to Loc/Ids.
* Add option for re-analysis.
* Add a testfile.
* Improve error messages.
* Create the freeness parameter OMS.
* Add failing testfiles.
* Remove code duplication.
* Temporarily remove failing test files - until #1655 and #1597 have been solved.
* Try longer locId in MySQL.
* Fix mapping type.
* Add default implementation of symbolKind.
* Add Indexes.
* Quiet down PostgreSQL on CREATE INDEX IF NOT EXISTS.
* Add PostgreSQL 9.6 to addons.
* Allow Hets-database to run without ontohub.
* Reduce column size for MySQL.
* Move the database-specific dependencies into their own module.
* Upgrade persistent (rebase on master).
* Minimise the module exports on Database.
* Upgrade stack.yml to new stack version.
* Fix SQLite module.
* WIP: Try System.Plugins.
* Remove System.Plugins again.
* Deactivate MySQL.
* Remove System.Plugins from the dependencies.
* Finalise db_mapping.txt
* Update readme.
* Don't use PostgreSQL for hets-desktop.
* Use hets_server in Travis/PostgreSQL job.
* Add PostgreSQL as a dependency to the server package.
* Update some documentation.
* Fix runtime dependencies.
* Describe main db options in the UserGuide.
* Add libpq5 to debian dependencies.
* Clean the database.yml files and link them from the UserGuide. |
55282ad62e8b6758abec43734ebde0015ac14b89 |
|
21-Nov-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Remove dependencies: wget, cat, tac, grep/ggrep (#1729)
* Use http-client instead of wget.
* Remove wget dependency.
* Add option to disable certificate verification.
* Call egrep instead of grep/ggrep.
* Stop calling cat and tac.
* Catch client and server errors. |
7bb0a9e92bc7a6f868eaa0b9c3212c0af4f96b7f |
|
22-Aug-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Complete TPTP support (#1707)
* Add option to print the AST in XML/JSON output. Turn it off by default.
* Add abstract syntax of TPTP.
* Add parens and brackets to Common.Lexer.
* Add TPTP Parser.
* Add TPTP Sign.
* Add TPTP Morphism.
* Add TPTP StaticAnalysis.
* Fix IRI character parsing.
* Add TPTP Pretty.
* Add TPTP Logic.
* Map the tptp and p file extension to the TPTP logic for input.
* Add LibDefn parser for TPTP.
* Write TPTP output.
* Add EProver to TPTP.
* Add TPTP Sublogics.
* Add SPASS prover to TPTP.
* Add Vampire prover to TPTP.
* Add Darwin prover to TPTP.
* Add Leo-II prover to TPTP.
* Add Geo-III prover to TPTP - It does not support a timeout.
* Add CVC4 prover to TPTP.
* Add Isabelle prover to TPTP.
* Make IRI compatible with TPTP library file names.
* Revert "fail if names of sentences appear as names of symbols #1630"
This is a combination of 3 commits:
* Revert "check that the Result has no errors"
This reverts commit 9542b929f3cfabf1491c3f0489acf92ba703968f.
* Revert "better error message"
This reverts commit a7ea46d4c76b11735234092d0a50efcbc56f9642.
* Revert "fail if names of sentences appear as names of symbols"
This reverts commit 2487bae09bf3aabc7085880aee616648fe5ca241.
* Fix usage of magic file
There were other (system) magic files invoked as well with a higher
priority. Using the MAGIC environment variable instead of the
argument --magic-file overrides this behaviour and only uses the
specified magic file.
* Fix magic file
The escaping of "@" and "(" is not needed.
The escaping of a trailing space in clif is needed.
* Add TPTP to magic file.
* Add Satallax prover to TPTP.
* Properly check for http[s] URIs.
* Allow file:// in libdirs.
* Allow only one http[s] libdir - Parse the port correctly.
* Fix all remaining parsing problems.
* Move functions to debug the parser to a separate module.
* Get rid of all TPTP related compiler warnings.
* Move the type 'Morphism' to 'TPTP.Morphism'.
* Rename: TPTP/Logic.hs -> TPTP/Logic_TPTP.hs
* Implement all_sublogics.
* Recognise negated_conjecture as a proof obligation. |
1c4dfa148603d4fcf4cdd2ed66c8b6e1de0dd696 |
|
15-Aug-2017 |
Till Mossakowski <till@iws.cs.ovgu.de> |
ensure exit status 2 in case of errors; avoid long useage message |
60e6795dd310e10194e12bb660575aadf941328b |
|
14-Aug-2017 |
Eugen Kuksa <kuksa.eugen@gmail.com> |
Introduce semantic versioning (#1716)
* Put the version into Driver/Version.hs.
* Fix version strings.
* Add --numeric-version option.
* Adjust HETS_VERSION in Makefile.
* Remove rev.txt.
* get fully rid of GIT_TIMESTAMP + minor simplifications
* Rename function hetcats_version to hets_version.
* Use camelCase. |
46c318705d1532d90572abf9ee869016583d985b |
|
08-Aug-2017 |
Till Mossakowski <till@iws.cs.ovgu.de> |
HetCASL -> DOL at various places |
e9458b1a7a19a63aa4c179f9ab20f4d50681c168 |
|
25-Mar-2016 |
Jens Elkner <jel+git@iws.cs.uni-magdeburg.de> |
applied utils/replaceAllHeaders.sh
- all $Header$ tokens in doc comments replaced with corresponding filename |
fb9ec1e4dd1877781ec2b491fb0a6bcd38a7b04d |
|
28-Nov-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
always report only mime-type of files |
23b1f89c05c67d7778e2736bd24fdec33212f323 |
|
24-Nov-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
try to improve error message for missing wget |
8762d0e3d492aba4d1621fb0de685f0be1372864 |
|
01-Sep-2014 |
notanartist <notanartist@outlook.com> |
removed DOL from OwlFormats, and added the original RDFIn-Out types in case .rdf file is not owl. |
c3d02da98e2806333eacf170309abff7a1377e14 |
|
29-Aug-2014 |
notanartist <notanartist@outlook.com> |
fixes behaviour of guessXml for certain owl files |
df87ff823273ae2969e9d29e833845b4c0a9ee77 |
|
29-Aug-2014 |
notanartist <notanartist@outlook.com> |
removed unneccessary code |
bbba10ee00dcf6bcbc9f22473b1acd0983b10512 |
|
25-Aug-2014 |
notanartist <notanartist@outlook.com> |
added infrastructure to support any owl format for in- and output. functionality at the momemt is as-before. implementation for the formats will go as required; fst goal is rdf.xml. |
2cff1f0e5a572a33bc692c96ce2a1590f160eed7 |
|
25-Aug-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
added documentation |
bfda2d14f172a668e5590942e7f90954dc587524 |
|
12-Aug-2014 |
notanartist <notanartist@outlook.com> |
added infrastructure to support any owl format for in- and output. functionality at the momemt is as-before. implementation for the formats will go as required; fst goal is rdf.xml. |
93603bd881e43d4ff5a57d7ca4e2b9fa619f25b4 |
|
25-Jul-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
replaced underline by hyphen |
c4b508b43eb5e3a92e464b5f85b5a2b5ecd7d3c3 |
|
24-Jul-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
actually append access token to URI when downloading #1292 |
f448ac6b7846addfe6041275edf1fb90962e76ea |
|
21-Jul-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
keep the original file name for the clif analysis #1291 |
2ccdb81b4018e0a76f6dad3a940ba1241e98f6d9 |
|
30-Jun-2014 |
cmaeder <cmaeder@users.noreply.github.com> |
added hashkeys to sessions #1266 |
be110dccc9f7bd9e987b35943b16ccb22922248f |
|
27-Jun-2014 |
Christian Maeder <cmaeder@users.noreply.github.com> |
only moved code |
ea2dff2ba7790f5c9f8f5454181f86f45d2674d2 |
|
27-Jun-2014 |
Christian Maeder <cmaeder@users.noreply.github.com> |
refactored file type extraction |
91eeff7b19b22d7e5c5d83fa6e357496e291c718 |
|
27-Jun-2014 |
Christian Maeder <cmaeder@users.noreply.github.com> |
refined file type checking |
9a7f7c6399a1014e51abc7049a5fbd265461e1a7 |
|
26-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
also check .xml file extension for #1256
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18564 cec4b9c1-7d33-0410-9eda-942365e851bb |
593ac6474255679d77ce1961474355822176ba43 |
|
26-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
assume that xml content starts with < for #1256
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18563 cec4b9c1-7d33-0410-9eda-942365e851bb |
dbfcde1d87e8cc6d23bd72214e78ea50e0bafff1 |
|
21-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
some non-xml is recognized as xml #1256
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18557 cec4b9c1-7d33-0410-9eda-942365e851bb |
dab742f3b90c81f4a926ef2cdb096d358fb72c12 |
|
21-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
better fix for #1256
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18556 cec4b9c1-7d33-0410-9eda-942365e851bb |
924b175d98a85ed5ff607b4e6ffa57c6e09e13f5 |
|
21-Mar-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
reject unknown xml #1256
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18554 cec4b9c1-7d33-0410-9eda-942365e851bb |
d0c8d69c1a35ed2972ae093ecf7abb12dfbafb4d |
|
13-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
extended export list for ATCTest
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18482 cec4b9c1-7d33-0410-9eda-942365e851bb |
66771c3723200a54eceaf0d82de861ca4b917b05 |
|
11-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused code and added export list
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18479 cec4b9c1-7d33-0410-9eda-942365e851bb |
2a9702a373738717c83824512bd9389b5870fc92 |
|
11-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
re-allow to read top-level .env files broken by spechub/Hets@d0cc19953154042415f3a85ada1c905397884936
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18475 cec4b9c1-7d33-0410-9eda-942365e851bb |
0130083f314580170af1195037be3325f125fbce |
|
10-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored content reading
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18474 cec4b9c1-7d33-0410-9eda-942365e851bb |
06b97c160c9160682f18591409cadc9e97873020 |
|
07-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow to read .xml files as OWL
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18466 cec4b9c1-7d33-0410-9eda-942365e851bb |
ffd2214759f0055aa5dfa95583a6060516ad766f |
|
07-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
unified file content treatment with downloaded URLs
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18465 cec4b9c1-7d33-0410-9eda-942365e851bb |
9afcba73c8296edd2d4f682a48d30312b9d91533 |
|
07-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused LANGUAGE CPP
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18464 cec4b9c1-7d33-0410-9eda-942365e851bb |
2ca39b9545cad63df411619615736d9070ad7932 |
|
07-Feb-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
splitted reading files and lib-defns
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18462 cec4b9c1-7d33-0410-9eda-942365e851bb |
9f7cd2db42cbc88253af8034f8d1fb83e1ecd4cd |
|
14-Jan-2014 |
Christian Maeder <Christian.Maeder@dfki.de> |
made #1237 work
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18439 cec4b9c1-7d33-0410-9eda-942365e851bb |
11c3a215d5cf043181e83929f1ce214df65cb587 |
|
18-Dec-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
show lib-ids without ankle brackets
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18401 cec4b9c1-7d33-0410-9eda-942365e851bb |
8afdc7d2fb79cf52635332a9f40f9885cf9838a7 |
|
16-Dec-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
properly convert lib iri to filename
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18390 cec4b9c1-7d33-0410-9eda-942365e851bb |
4a8de8e9b8ebf0aca7a401253c4d56334bdbdd48 |
|
13-Dec-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
renamed to guessInput
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18384 cec4b9c1-7d33-0410-9eda-942365e851bb |
966ad5a92ae6faa736f7abd8aff54aa239037f0a |
|
12-Dec-2013 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
first fix #1223
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18380 cec4b9c1-7d33-0410-9eda-942365e851bb |
f730570f7c284b252ad2e24cf23cc594021f9e25 |
|
02-Dec-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
read in tptp files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18353 cec4b9c1-7d33-0410-9eda-942365e851bb |
3d3889e0cefcdce9b3f43c53aaa201943ac2e895 |
|
29-Nov-2013 |
Jonathan von Schroeder <sternkinder@gmail.com> |
removed lots of hlint warnings
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18342 cec4b9c1-7d33-0410-9eda-942365e851bb |
db6729e623b4053149084ccf4b35e5308ac7e359 |
|
27-Nov-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to IRIs in LibName #1155
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18336 cec4b9c1-7d33-0410-9eda-942365e851bb |
12324a24aa5aa42edc749c7473fcf5264d4a81e4 |
|
22-Nov-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
added owl.xml input type #1217
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18325 cec4b9c1-7d33-0410-9eda-942365e851bb |
bf16859d70b6a1f4c9a88b125cdf30709a46eea7 |
|
28-Oct-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
remove duplicate code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18290 cec4b9c1-7d33-0410-9eda-942365e851bb |
3753288339ad80053053d92409bd37b335a96197 |
|
28-Oct-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
detect .obo files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18289 cec4b9c1-7d33-0410-9eda-942365e851bb |
9f226cec9f978edaba67aee4c4e04e3d3b994b87 |
|
03-Sep-2013 |
Daniel Calegari <dcalegar@fing.edu.uy> |
first incomplete version of QVTR comorphism
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18160 cec4b9c1-7d33-0410-9eda-942365e851bb |
3965655e8f7247c93633c17944c9bc46ec1155bd |
|
30-Jul-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
added xmi reading
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18094 cec4b9c1-7d33-0410-9eda-942365e851bb |
a68ff26ddb1d300f7e16097edef615f130fcd5ce |
|
30-Jul-2013 |
Christian Maeder <Christian.Maeder@dfki.de> |
prepared for xmi to LibDefn
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@18089 cec4b9c1-7d33-0410-9eda-942365e851bb |
1596a4d2cc01bff500afdd3789a43ec93210e81f |
|
21-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
remove modification time from lib-name
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17217 cec4b9c1-7d33-0410-9eda-942365e851bb |
7242e6bea0919135c6ef667c118ad3f47c023b46 |
|
07-Aug-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
set current logic once and for all
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@17123 cec4b9c1-7d33-0410-9eda-942365e851bb |
98b8c78fe34cb02dcfd4a05765b4e45899cdb590 |
|
09-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
removed Tracing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16770 cec4b9c1-7d33-0410-9eda-942365e851bb |
ea39a854498febb718cbdd6035fb935fd145daac |
|
06-Apr-2012 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added DOL-parser, serialization syntax, prefix-map into GlobalAnnotations
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16768 cec4b9c1-7d33-0410-9eda-942365e851bb |
0ce46d5315b16108b74d20b86aeff37c48f48828 |
|
03-Apr-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed DirectLink to avoid further modifications of unused code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16754 cec4b9c1-7d33-0410-9eda-942365e851bb |
897a04683fb30873e84dc3360dea770a4435971c |
|
16-Mar-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
test xml content
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16734 cec4b9c1-7d33-0410-9eda-942365e851bb |
734257b9ea9fcaa18d4e3627f54f5295a99aa1f7 |
|
11-Mar-2012 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
changed RDF abstract syntax
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16701 cec4b9c1-7d33-0410-9eda-942365e851bb |
1505aa1712db2b61534f28f4f24e12e228e48ce8 |
|
08-Mar-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
fix #1003
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16691 cec4b9c1-7d33-0410-9eda-942365e851bb |
b47b1ea8a412f6e4c731779f6a572384e7cf06d8 |
|
24-Jan-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
cleaned up owl and common logic files types
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16630 cec4b9c1-7d33-0410-9eda-942365e851bb |
f5c2b764ff0bb8e0b5c5756d14aad6db0da7e909 |
|
23-Jan-2012 |
Christian Maeder <Christian.Maeder@dfki.de> |
check file type before parsing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16622 cec4b9c1-7d33-0410-9eda-942365e851bb |
e4f0eaffd002e9e553ee113be33f9aa6e4181c43 |
|
06-Dec-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow compilation without rdf4h
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16524 cec4b9c1-7d33-0410-9eda-942365e851bb |
c4076ff1721f8901a30e4b7aa004479ecb2631e0 |
|
06-Dec-2011 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
added instances for rdf
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16521 cec4b9c1-7d33-0410-9eda-942365e851bb |
c9aea3ddff233893c2a8524fedbb45bf1ba535fb |
|
04-Oct-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
restructured CL DevGraph handling
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16227 cec4b9c1-7d33-0410-9eda-942365e851bb |
f4cfe5a1aaa836736b71bc28e98af70e8346068a |
|
26-Sep-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
cleaned the code
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16173 cec4b9c1-7d33-0410-9eda-942365e851bb |
4aeb146e8d730320cd17c273df8e5f1deb23a284 |
|
26-Sep-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
CL-imports use external libraries now
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16171 cec4b9c1-7d33-0410-9eda-942365e851bb |
308834907a120fd8771e18292ed2ca9cd767c12d |
|
25-Aug-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed OWL1
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@16026 cec4b9c1-7d33-0410-9eda-942365e851bb |
d5206f4c00e0ab064bc49a19cad9740781940689 |
|
16-Aug-2011 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
added parseCLAsLibDefn, re-made CL sublogic projections
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15968 cec4b9c1-7d33-0410-9eda-942365e851bb |
752bf343332214d4f8280604a5ef6f56dd88ed9a |
|
23-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added CPP for -DNOOWLLOGIC
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15260 cec4b9c1-7d33-0410-9eda-942365e851bb |
4de4f1a94a5fc175dbd374390b1839d5f80afab6 |
|
21-Jun-2011 |
Felix Gabriel Mance <f.mance@jacobs-university.de> |
ms changed
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15236 cec4b9c1-7d33-0410-9eda-942365e851bb |
115aacea2aea0f79a8ca2e8c2adba3cfa6b70782 |
|
21-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
currently not working
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15232 cec4b9c1-7d33-0410-9eda-942365e851bb |
bbcb456803d40f9b48dd43b1c84bdf8932d2672b |
|
17-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
called owl parser
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15199 cec4b9c1-7d33-0410-9eda-942365e851bb |
8acac20a235839e60ea2d43709fce47de1c68bc1 |
|
17-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved lib name functions
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15197 cec4b9c1-7d33-0410-9eda-942365e851bb |
9ce0fba27eba94c4340d94513ef1bdba77845195 |
|
17-Jun-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
added owl2 input type
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15194 cec4b9c1-7d33-0410-9eda-942365e851bb |
53a3042e1da2253fd3f103bfef4deb47fc0bf6a6 |
|
17-Jun-2011 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
added a freecad writer to hets
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15176 cec4b9c1-7d33-0410-9eda-942365e851bb |
e3dd45134effd2d59d2ba505d915742b86dd9fb3 |
|
14-Jun-2011 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
hooked in the parser, but still bugfixes necessary
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15121 cec4b9c1-7d33-0410-9eda-942365e851bb |
af6e92e4a9ca308f928f9909acee115f801c5db5 |
|
14-Jun-2011 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
refactored readLibDefnM to a io-monad action
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15120 cec4b9c1-7d33-0410-9eda-942365e851bb |
f997c50e79d277ae8d7d3bc536a276d67b75f953 |
|
01-Jun-2011 |
Simon Ulbricht <tekknix@informatik.uni-bremen.de> |
refactored findFileOfLibNameAux
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15047 cec4b9c1-7d33-0410-9eda-942365e851bb |
08cff0930dd4fc81524cf63e4ac63b01411e3fd2 |
|
01-Jun-2011 |
Simon Ulbricht <tekknix@informatik.uni-bremen.de> |
generalized findFileOfLibName, now other inTypes are supported
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@15046 cec4b9c1-7d33-0410-9eda-942365e851bb |
6ccaeced9d4aa7b1c0268eea85e2b6118ee1dff7 |
|
15-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
keep current logic in sync between parsing and static analysis
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14920 cec4b9c1-7d33-0410-9eda-942365e851bb |
e90b8ee3fac5c932d83af2061579c6b57d528885 |
|
13-Apr-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
adjusted verbosity for reading to 2
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14906 cec4b9c1-7d33-0410-9eda-942365e851bb |
94c729aeac99df6d844da014f46d584c035a91a6 |
|
17-Mar-2011 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed conversion of files to lib-names
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14730 cec4b9c1-7d33-0410-9eda-942365e851bb |
4f0d8d65a59a041e708beee93586f1fb6cab21e9 |
|
14-Sep-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
cut off leading slashes after filtering
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@14067 cec4b9c1-7d33-0410-9eda-942365e851bb |
98890889ffb2e8f6f722b00e265a211f13b5a861 |
|
01-Sep-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Added see license.txt to license field
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13959 cec4b9c1-7d33-0410-9eda-942365e851bb |
b87efd3db0d2dc41615ea28669faf80fc1b48d56 |
|
11-Aug-2010 |
Corneliu-Claudiu Prodescu <Corneliu-Claudiu.Prodescu@dfki.de> |
Changed haddock headers and inserted empty headers for the ones missing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13857 cec4b9c1-7d33-0410-9eda-942365e851bb |
fec4f289b26cdc4ee859392beaa6f3c75de9a97e |
|
05-Aug-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
filter out illegal library chars
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13838 cec4b9c1-7d33-0410-9eda-942365e851bb |
cfb7069971483fa348cd0631d3745db2dd8a622c |
|
30-Jul-2010 |
Christian Maeder <Christian.Maeder@dfki.de> |
make sure no . is left in library name
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13798 cec4b9c1-7d33-0410-9eda-942365e851bb |
9cc0b0787faff7d9d04da66e450f4b13e6ba41a4 |
|
19-Mar-2010 |
Ewaryst Schulz <Ewaryst.Schulz@dfki.de> |
libname to file now really removes the suffix
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@13255 cec4b9c1-7d33-0410-9eda-942365e851bb |
429df04296fa571432f62cbfad6855e1420e0fd6 |
|
22-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
file and library name cosmetics
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12689 cec4b9c1-7d33-0410-9eda-942365e851bb |
f39c70229e74147a02d15bd45c05a0b1b325532d |
|
16-Oct-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
compute filename from library name always using HETS_LIB
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12657 cec4b9c1-7d33-0410-9eda-942365e851bb |
e49fd57c63845c7806860a9736ad09f6d44dbaed |
|
23-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored, camel cased, library names
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12493 cec4b9c1-7d33-0410-9eda-942365e851bb |
be43c3fa0292555bd126784ae27ff5c1d23438cb |
|
22-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
use </> (combine) from System.FilePath
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12487 cec4b9c1-7d33-0410-9eda-942365e851bb |
14864bdcb82335f7e415892363fb123386d8eb0c |
|
10-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
also check the current path for library files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12455 cec4b9c1-7d33-0410-9eda-942365e851bb |
bcd35fcdda4233c42766519772b2e9fbab57f975 |
|
01-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
try to find files in all paths
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12377 cec4b9c1-7d33-0410-9eda-942365e851bb |
cb2044812811d66efe038d914966e04290be93fa |
|
01-Sep-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
allow a list of library paths
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12375 cec4b9c1-7d33-0410-9eda-942365e851bb |
b0b5ce95f738d35e520c20d1b0bd253f152a677f |
|
14-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
refactored aterm package
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12127 cec4b9c1-7d33-0410-9eda-942365e851bb |
ef9e8535c168d3f774d9e74368a2317a9eda5826 |
|
13-Aug-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved ATerm library to separate directory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@12107 cec4b9c1-7d33-0410-9eda-942365e851bb |
254df6f22d01eacf7c57b85729e0445747b630d9 |
|
20-Jul-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
made a separat class for shared aterms that need a logic graph when read
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11975 cec4b9c1-7d33-0410-9eda-942365e851bb |
d984a18ec62f6ece500c1e49cbcb866f2d700ad2 |
|
20-Jul-2009 |
Christian Maeder <Christian.Maeder@dfki.de> |
reduced import dependencies
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@11973 cec4b9c1-7d33-0410-9eda-942365e851bb |
d5fe06af711a6912ae028ebf873eada4ee8733f8 |
|
23-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced umlaut in Luettich
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10718 cec4b9c1-7d33-0410-9eda-942365e851bb |
4c8d3c5a9e938633f6147b5a595b9b93bfca99e6 |
|
23-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated HetCASL and LibEnv related parts
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10717 cec4b9c1-7d33-0410-9eda-942365e851bb |
697e63e30aa3c309a1ef1f9357745111f8dfc5a9 |
|
22-Sep-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated library names from HetCASL libraries
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@10708 cec4b9c1-7d33-0410-9eda-942365e851bb |
818b228955ef40dd5a253bd942dd6ab8779ed713 |
|
11-Mar-2008 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused ASTreeIn input type
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9737 cec4b9c1-7d33-0410-9eda-942365e851bb |
33a7e3e73f3764839eb3ec9b04dc6ba7ade9effd |
|
30-Nov-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
do not delete files if reading fails
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9276 cec4b9c1-7d33-0410-9eda-942365e851bb |
4b0e0613129ebfc53e3e87985c20a537da91d18d |
|
09-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
take default logic from command line options
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@9015 cec4b9c1-7d33-0410-9eda-942365e851bb |
906ef80f8176b11a70a6c459d7f75d26d7d437ae |
|
02-Oct-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed AnyLogic as parser state
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8981 cec4b9c1-7d33-0410-9eda-942365e851bb |
34bff097c14521b5e57ce37279a34256e1f78aa5 |
|
25-Jul-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
changed maintainer
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8483 cec4b9c1-7d33-0410-9eda-942365e851bb |
ec4cd348ff383eae8c3b112ec3c1566922a9cf42 |
|
13-Jul-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
return Nothing if prf file has wrong library name
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8366 cec4b9c1-7d33-0410-9eda-942365e851bb |
3c86474ce7ea89c4fca7de5d63ee0b3f2936fc11 |
|
21-Jun-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
corrected reading of prf files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8109 cec4b9c1-7d33-0410-9eda-942365e851bb |
4fc3dccf009f8ad9522960e54ab7a5c3d601e342 |
|
21-Jun-2007 |
Klaus Luettich <luettich@informatik.uni-bremen.de> |
fixing ticket #315
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@8103 cec4b9c1-7d33-0410-9eda-942365e851bb |
c4040537e6f2153af475dd8b07260a1ee9a56ac0 |
|
14-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
used ClockTime for modification time
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7901 cec4b9c1-7d33-0410-9eda-942365e851bb |
d83155889d85cfbd1213debbf79476b297c9cebb |
|
14-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
file path must be empty for save-as to work
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7900 cec4b9c1-7d33-0410-9eda-942365e851bb |
8a2f18f56cc083acea15615185e5e9366bc9ecee |
|
14-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
set modification time together with file path
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7899 cec4b9c1-7d33-0410-9eda-942365e851bb |
1a9eda0b2b247fc56132281d9e571f2ea9066ceb |
|
14-May-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
used Int as modification time
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7898 cec4b9c1-7d33-0410-9eda-942365e851bb |
70d01ccb07ab33f912bb912d285d4b675fcaa008 |
|
12-May-2007 |
Thiemo Wiedemeyer <raider@informatik.uni-bremen.de> |
Added a field for the last modification time of a libfile. This is needed to implement the reloadfunction, that only reloads changed libfiles.
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7895 cec4b9c1-7d33-0410-9eda-942365e851bb |
a39bbf10179b906783d3477e75ce71171b148cc2 |
|
04-Apr-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
corrected reading prf-Files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7788 cec4b9c1-7d33-0410-9eda-942365e851bb |
2c607bb855b4e585f4b249c1573ccb7fc24e8584 |
|
04-Apr-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
ticket 315 demo
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7786 cec4b9c1-7d33-0410-9eda-942365e851bb |
2609f8b3af49723093f033f495bce7e729a0c617 |
|
19-Mar-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
don't store the file name in LIB_ID because open, save and save-as do not work then
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7706 cec4b9c1-7d33-0410-9eda-942365e851bb |
f52683a1b4d67bb6d08562f940f8deb99d534e0e |
|
19-Mar-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added rmSuffix to construct prfFile
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7697 cec4b9c1-7d33-0410-9eda-942365e851bb |
4641c5f711b349e3085d2d5b09ed56fa2137f1ca |
|
12-Mar-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
set the file path after parsing
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7658 cec4b9c1-7d33-0410-9eda-942365e851bb |
dc693ae883096a1ee8a9e1edd217357bfeec0f8f |
|
12-Mar-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
added original file path to indirect links of LIB_ID
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7647 cec4b9c1-7d33-0410-9eda-942365e851bb |
ad270004874ce1d0697fb30d7309f180553bb315 |
|
21-Feb-2007 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to Data.Set, Data.Map and Data.Dynamic
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7491 cec4b9c1-7d33-0410-9eda-942365e851bb |
e6d40133bc9f858308654afb1262b8b483ec5922 |
|
01-Jan-2007 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added Description header
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@7287 cec4b9c1-7d33-0410-9eda-942365e851bb |
91a356d176c7e9b4eef6e8734559bfb858d5e630 |
|
26-Jun-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
switched to new doc
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@6520 cec4b9c1-7d33-0410-9eda-942365e851bb |
dfddbbf9a0f4994d8f88bb89144321c6032bd9b9 |
|
30-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
introduced applyProofHistory
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5736 cec4b9c1-7d33-0410-9eda-942365e851bb |
62bbd101258986a461e4f339b21dc0a88706c306 |
|
30-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
reverse history lists
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5735 cec4b9c1-7d33-0410-9eda-942365e851bb |
04d04d19fdd5320953c78ad5b6d2d11f85bc4bcf |
|
17-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed type synonyms ProofStatus and LibNode
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5654 cec4b9c1-7d33-0410-9eda-942365e851bb |
a081d56252673c9e4a017e6282f59766f0cbcd42 |
|
16-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
store libname with .env and .prf files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5648 cec4b9c1-7d33-0410-9eda-942365e851bb |
e3a1fee943e7a42163de462c5cff0b6b803c82bc |
|
16-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
removed unused proofStatusFromShATerm
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5646 cec4b9c1-7d33-0410-9eda-942365e851bb |
a1c6679d00e15a949730ab640159e0adc5b0e3e7 |
|
16-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
implemented PrfIn, removed DGIn
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5644 cec4b9c1-7d33-0410-9eda-942365e851bb |
333780eae2be9f20fe46dedbf5eb46ffa0cbfd02 |
|
13-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
incorporated ProofHistory into LibEnv as ProofStatus
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5637 cec4b9c1-7d33-0410-9eda-942365e851bb |
7968d3a131e5a684ec1ff0c6d88aae638549153d |
|
12-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved ProofHistory and Status from DevGraph to StatusUtils, added prf files, omitted export list in Driver.Options
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5634 cec4b9c1-7d33-0410-9eda-942365e851bb |
73dfcef93ee2ba07fedf4f3c74bace31853d1b9f |
|
03-Jan-2006 |
Christian Maeder <Christian.Maeder@dfki.de> |
speeded up reading shared ATerms
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5586 cec4b9c1-7d33-0410-9eda-942365e851bb |
38c817b94e0a5b1ae94178b1075c187e07bcc5e1 |
|
30-Dec-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
only used short version string for ATC files
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5567 cec4b9c1-7d33-0410-9eda-942365e851bb |
ab6ab8ca8832538f343b2f493cdef7ab6ba4bea8 |
|
09-Nov-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
delete result-less file
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5361 cec4b9c1-7d33-0410-9eda-942365e851bb |
8869b0b47d4ebc275098d1777301b652648b3c45 |
|
27-Oct-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
separated versioning
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5289 cec4b9c1-7d33-0410-9eda-942365e851bb |
3bcd9d942601d59dd55a6069d8b2d1c33d7ced0e |
|
11-Oct-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
revived gen_trm input
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5162 cec4b9c1-7d33-0410-9eda-942365e851bb |
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0 |
|
29-Sep-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
expanded tabs to spaces
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@5106 cec4b9c1-7d33-0410-9eda-942365e851bb |
a059fb5629939bb0d74da56094b12bb793759f0c |
|
25-Aug-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
move Proofs.Proofs types to DevGraph
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4980 cec4b9c1-7d33-0410-9eda-942365e851bb |
42c01284bba8d7c8d995c8dfb96ace57d28ed1bc |
|
15-Jul-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
refactoring: [Pos] replaced with Range in order to exclude positions from equality of abstract syntax
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4671 cec4b9c1-7d33-0410-9eda-942365e851bb |
11280087fb7891a39bae5305886e76c0cc30886c |
|
20-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
in Proofs.Proofs is not much left
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4469 cec4b9c1-7d33-0410-9eda-942365e851bb |
f3a94a197960e548ecd6520bb768cb0d547457bb |
|
15-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
aligned module description for haddock-0.7
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4438 cec4b9c1-7d33-0410-9eda-942365e851bb |
97018cf5fa25b494adffd7e9b4e87320dae6bf47 |
|
15-Jun-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
replaced Licence with License for haddock-07
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4433 cec4b9c1-7d33-0410-9eda-942365e851bb |
b4fbc96e05117839ca409f5f20f97b3ac872d1ed |
|
13-Jun-2005 |
Till Mossakowski <mossakow@iws.cs.uni-magdeburg.de> |
added maintainers
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4412 cec4b9c1-7d33-0410-9eda-942365e851bb |
c64d33a7fbeae730cbe65193fe3cc24e7aa1ddd6 |
|
09-May-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
changed PosItem and ShATermConversion instance generation
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@4217 cec4b9c1-7d33-0410-9eda-942365e851bb |
b53688bfed888214b485cf76439d57262d80e0a7 |
|
25-Feb-2005 |
Christian Maeder <Christian.Maeder@dfki.de> |
moved from hetcats for hierarchical modules
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3857 cec4b9c1-7d33-0410-9eda-942365e851bb |