We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Home (markdown)
fix: URL encode all links containing :: in _Sidebar for GitHub Wiki compatibility - Convert :: to %3A%3A in all IPC class links (ipc::buffer, ipc::route, ipc::channel) - Convert :: to %3A%3A in all sync primitive links (ipc::sync::mutex, etc) - Convert :: to %3A%3A in all namespace links (namespace-ipc::shm, etc) - Total 11 links fixed to ensure proper clickability in GitHub Wiki sidebar This fixes the issue where links containing :: were not rendered as clickable hyperlinks in the GitHub Wiki sidebar navigation.
docs: complete Wiki documentation for all components Added documentation for all missing headers, classes and namespaces: Header Files: - Add buffer.h.md: buffer header documentation - Add condition.h.md: condition variable header - Add export.h.md: export macros documentation - Add ipc.h.md: main IPC header documentation - Add mutex.h.md: mutex header documentation - Add pool_alloc.h.md: memory pool allocator documentation - Add semaphore.h.md: semaphore header documentation - Update def.h.md: enhanced types and constants documentation - Update rw_lock.h.md: enhanced rw_lock header documentation Classes: - Update ipc::spin_lock.md: comprehensive spin_lock documentation with examples - Update ipc::rw_lock.md: comprehensive rw_lock documentation with usage patterns Namespaces: - Update namespace-ipc.md: enhanced root namespace documentation - Add namespace-ipc::sync.md: sync namespace documentation with platform details Navigation: - Rewrite _Sidebar.md: clean, organized structure with emoji icons * Grouped by functionality (IPC, Sync, Memory, etc.) * Clear section separators * All components properly linked All new documentation includes: - Detailed API reference - Usage examples and best practices - Platform-specific notes - Performance characteristics - Cross-references Total: 7 new header docs, 1 new namespace doc, 3 updated class docs, 3 updated utility docs
docs: comprehensive Wiki update for v1.4.0 - Update Home.md: add v1.4.0 release info and FreeBSD support - Update _Sidebar.md: add synchronization primitives and reorganize navigation - Add ipc::buffer.md: complete buffer class documentation - Add ipc::route.md: complete route (1-to-N IPC) documentation - Add ipc::channel.md: complete channel (N-to-N IPC) documentation - Add ipc::sync::mutex.md: complete mutex documentation with examples - Add ipc::sync::semaphore.md: complete semaphore documentation with patterns - Add ipc::sync::condition.md: complete condition variable documentation - Add Platform-Support.md: comprehensive platform support documentation All documentation includes: - Detailed API reference - Usage examples and patterns - Platform-specific notes - Best practices and common pitfalls - Cross-references to related documentation
Updated Tutorial (markdown)
Updated 全局常量定义 (markdown)
Created def.h (markdown)
Updated _Sidebar (markdown)
Created namespace ipc (markdown)
Created 全局常量定义 (markdown)
Updated rw_lock.h (markdown)
Created rw_lock.h (markdown)
Created ipc::rw_lock (markdown)
Updated ipc::spin_lock (markdown)