Commit Graph

68 Commits (28c5dc759e8fae298eb07ab982d18b5f831f2880)

Author SHA1 Message Date
Roker 895f4b6ac6 JSON-124 make html_directory configurable via Makefile & macros, instead of echo 4 years ago
Roker 70ed7749b7 big refactoring. move all non-library stuff from JsonAdapter into mini-adapter-impl. But injectSyncMsg is still an issue, because the JsonAdapter calls init() and init() has this fn ptr as parameter. :-/ 4 years ago
Roker cc1bae3085 renamed the binary into pEp-mini-json-adapter, renamed unittest_pep.cc into unittest_pEp.cc 4 years ago
Roker b6e69784ff add serialization & deserialization test for pEp_message. 4 years ago
Roker 82eef125d2 use $(AR) instead of ar for building .a files, so it can be overridden in local.conf 5 years ago
Roker af53441b5b Line length limit in Makefile 5 years ago
Roker 822a6293c3 add a pseudo unittest for the logger 5 years ago
Roker da5e5a24df add unittest for RPC calls. \o/ 5 years ago
Lars Rohwedder f86b67545d implement CanonicalDecompose according to Unicode standard 5 years ago
Roker 120b807694 add unittest_nfc.cc to exclusion list 5 years ago
Lars Rohwedder e656fb215f merge "default" into "JSON-80" 5 years ago
Lars Rohwedder f52880d6c9 add unittest for NFC functions 5 years ago
Claudio Luck 5b1566a0fe true daemon, copy-up retvals, wait for init complete via pipe
- fork first, then initialize in daemon process
 - use intermediate processes to copy up return values
 - use transient pipe to get feedback from daemon
5 years ago
Damiano Boppart aa23e73276 Properly quote variables used with cp/mkdir, fix run/test prereq 5 years ago
Damiano Boppart a5110b90eb Fix install target 5 years ago
Damiano Boppart 64529a7dfe Fix clean target 5 years ago
Damiano Boppart e4b5ce8850 Fix Makefile again 5 years ago
Damiano Boppart da28cd0c45 Fix Makefile 5 years ago
Damiano Boppart c6c415fd16 Fix -MM compiler call 5 years ago
Damiano Boppart 6c70a9beeb First attempt at gtest in Makefile without hardcoding paths 5 years ago
Lars Rohwedder e08510fc84 use gtest_main instead of own main() function. that allowes several unit test source files linked together easily 5 years ago
Lars Rohwedder 4702391e34 add unit test using Googletest framework. Works only on Debian for now. Please generalize the Makefile!!! 5 years ago
Claudio Luck 558d6a7b23 mini-adapter: make html_directory fixed and relative for the time being 5 years ago
Volker Birk c0aaabc7bd one dependency extra for lazy people like me 5 years ago
Damiano Boppart 531ef4bc1e Do not hardcode prereq. names of target all 6 years ago
Damiano Boppart a183933d75 LDLIBS comes after object files when linking (required by newer GCC versions) 6 years ago
Damiano Boppart b9a9b2fdfc clean removes *.d 6 years ago
Damiano Boppart ed38ab06bf Add dependency generation for cpp files as well 6 years ago
Damiano Boppart a16f696ff0 Make run target use the right library path for *.a 6 years ago
Damiano Boppart ddad7e04ab Fix CMD_PFX 6 years ago
Damiano Boppart ed524d9bdd Fix self-references in make variables 6 years ago
Damiano Boppart 44880dedc9 Fix self-referencing variable 6 years ago
Damiano Boppart 76895bf63d More refactoring that needs testing 6 years ago
Damiano Boppart 2f3261193a Fix install target 6 years ago
Damiano Boppart 05662c52f7 Shuffle around compiler flags until everything works again 6 years ago
Damiano Boppart 2b19793e61 First attempt at clean-up, needs testing 6 years ago
Damiano Boppart 600aba908a Clean-up before refactor 6 years ago
Roker 06351e15fc strange... "echo -e" no longer works, but simple "echo" behaves like it and interprets backslash sequences. Very strange... 6 years ago
Damiano Boppart b1d1238514 Move out configurable variables from Makefile to Makefile.conf. Add license information 6 years ago
Damiano Boppart c8f25887f9 Fix problem finding libasn1 at compile-time 6 years ago
Roker 84b1534ffe add make target "install" 6 years ago
Roker 4ff37b3bbb remove redundancies in Makefile 6 years ago
Roker a859796dd0 add HTML_DIRECTORY to Makefile & C++ code 6 years ago
Damiano Boppart cd66a7dc86 Fix Makefile and update build instructions for macOS 6 years ago
Roker 8a74086b30 JSON-18 #comment Add function getGpgEnvironment() that returns an object with 3 optional strings (which each might be null). 6 years ago
Roker 4f3d91a629 JSON-16 renamed "mt-server" into "psp-json-server" 7 years ago
Roker 5b00c07c4a fix teh Makefile. 7 years ago
Roker 51cecd4e2b move the slow-compiling json-sprit files in the Makefile to front, so they are compiled first which speed-up compilation time 7 years ago
Roker e529c79edc add servertest program that tests the locked_queue with many parallel threads 7 years ago
Roker 49b6f05a2c make the JSON parser thread-safe! needs -lboost_thread now. :-o 7 years ago