Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Err msg unicode #6

Closed
wants to merge 245 commits into from
Closed

Conversation

tomaszkapela
Copy link
Collaborator

Let me look at the diff a bit to see whether everything is ok.

pbalcer and others added 30 commits November 23, 2016 14:54
Use proper C++ includes since benchmarks are compiled as C++.
Wrong cleanup routine caused a reinitialization of one mutex.
This is a workaround for reported clang static analyzer false
positives from queue.h.

Ref: pmem/issues#309
…mem_map

common: remove leftovers of pmem_map
win: add resource file for libvmem versioning
Corrects path handling in the script.
win: fix references identity to vmem
Install a customized version of libcxx both on ubuntu and fedora.
The isset, setbit macros are defined in sys/param.h
There is nothing in benchmark code that requires C++11.
Also, it appears like '-std=c++11' is not supported by the current
version of Coverity Scan Analysis Tool that is integrated with TravisCI.
doc: fix typo in libpmemblk man page
common: queue.h clang static analyzer fix
examples: Remove unused LIBS variable from some makefiles
krzycz and others added 28 commits February 5, 2017 12:35
Managed to build libpmemobj with incosistent PMEMmutex
and PMEMrwlock types. This basic error should definitely be
caught compile time, not just in obj_layout tests.

Ref: pmem/issues#427
... reported by Coverity for nondebug build.
make test does NOT depend on make sync-remote.
make sync-remote depends on make test.
make check-remote depends on make sync-remote.
(Keeping the script in sync with other projects using the same script)

The output log and the match file don't have
to be in the same directory.
This helps while using the match script in
out of source builds. E.g.:

$(SRC)/match -o $(BUILD)/output_log $(SRC)/matchfile
…cies

common: fix make test and make sync-remote issue
common: suppress errors after ASSERT* macros
It shouldn't have any visible effect, because memset internally
truncates higher 24-bits.

Reported by Coverity.
If other part in replica has valid pool header it is possible to use it to
validate arch_flags. arch_flags in all parts of the replica should be equal.

Ref: pmem/issues#387
On the odd case the tv_nsec=10e9, the timedlock fails with EINVAL.
test: new argument to match script
test: fix sync timeout calculation
match, check-whitespace and check-license should accept UTF-16 encoded files
Fix printing proper file name after converting to UTF-8.
@tomaszkapela tomaszkapela deleted the err_msg_unicode branch April 10, 2017 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.