Commit Graph

75 Commits (47a210788a8f14b93acc8dc97ee166e7c7e12a99)

Author SHA1 Message Date
buff 62e44827aa fixes typo 3 years ago
buff 0c2ef92893 stops requireing a certain folder structure in local.conf defined dirs 3 years ago
Volker Birk 4a8c598ae8 otherwise the binary will not be compatible with macOS before 10.14 3 years ago
Roker 491f33e300 fix Makefile. Add BOOST_MT variable because on my Mac the boost libraries have -mt in their file names. 3 years ago
Volker Birk 8f3558aac4 new Makefile for static linking; for docu make help 3 years ago
Roker 006cab02ee remove libevent, ev_http. remove own thread handlign. switch to pEp::Webserver. 3 years ago
Roker 68d8547514 okay, for those who are just want to build the library, mention it in the README.md 3 years ago
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