History log of /haiku/src/add-ons/kernel/file_systems/shared/QueryParserUtils.cpp
Revision Date Author Comments
# de9c0613 03-Jul-2014 Axel Dörfler <axeld@pinc-software.de>

bfs: Use the QueryParserUtils instead of its own copy.

* Ingo copied the methods into a shared location, and then obviously
"forgot" to let BFS use them. As a side note for Ingo: the complete
error GCC reported was "std::fssh_size_t" not defined with the macro
wrapper as code location. The actual problem was a "using std::size_t"
in some C++ header that accidentally got included after the wrapper.
* The shared Query code is not yet used. That'll be done another time.
* Renamed BFS_SHELL define to FS_SHELL, such that QueryParserUtils can be
used in any file system shell, not just the bfs_shell.


# 8b07f87a 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

compareKeys(): Also handle B_MIME_STRING_TYPE


# 6cc3dcdb 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move helper function out of QueryParser.h

They live in the new QueryParserUtils.{h,cpp} now.


# a52387c6 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

compareKeys(): Also handle B_MIME_STRING_TYPE


# 01f7f92a 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move helper function out of QueryParser.h

They live in the new QueryParserUtils.{h,cpp} now.


# de9c0613398645390b8d450089051b2888e2e15b 03-Jul-2014 Axel Dörfler <axeld@pinc-software.de>

bfs: Use the QueryParserUtils instead of its own copy.

* Ingo copied the methods into a shared location, and then obviously
"forgot" to let BFS use them. As a side note for Ingo: the complete
error GCC reported was "std::fssh_size_t" not defined with the macro
wrapper as code location. The actual problem was a "using std::size_t"
in some C++ header that accidentally got included after the wrapper.
* The shared Query code is not yet used. That'll be done another time.
* Renamed BFS_SHELL define to FS_SHELL, such that QueryParserUtils can be
used in any file system shell, not just the bfs_shell.


# 8b07f87a9184158e28f49f6a5b86ffe40df171db 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

compareKeys(): Also handle B_MIME_STRING_TYPE


# 6cc3dcdb9baedcc500d02055ff8927cc947f59bf 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move helper function out of QueryParser.h

They live in the new QueryParserUtils.{h,cpp} now.


# a52387c6690ca89344eb5f7df393efc65a9b70d8 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

compareKeys(): Also handle B_MIME_STRING_TYPE


# 01f7f92aef0dada1afd9c57366e3358c309dd825 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Move helper function out of QueryParser.h

They live in the new QueryParserUtils.{h,cpp} now.