Skip to content
Snippets Groups Projects
  • CH Chethan Reddy's avatar
    1dfe4435
    Fix issue in the build of device_verification branch (#27) · 1dfe4435
    CH Chethan Reddy authored
    Merge device_verification from Chethan2k1/mtxclient
    
    * Fix build Issue in the crypto_bot.cpp
    
    * Add Linting
    
    * Change the location of DeviceEventVistor
    
    * Fix to_device test
    
    * Remove iostream header
    
    * Fix Remaining Tests
    
    * Remove Sender and Type in KeyRequest
    
    * Add endpoint to construct to_device messages
    
    * Add new endpoint new_send_to_device
    
    * Made Changes in new to_device_send
    
    * Wait for carl's access_token
    Fix issue in the build of device_verification branch (#27)
    CH Chethan Reddy authored
    Merge device_verification from Chethan2k1/mtxclient
    
    * Fix build Issue in the crypto_bot.cpp
    
    * Add Linting
    
    * Change the location of DeviceEventVistor
    
    * Fix to_device test
    
    * Remove iostream header
    
    * Fix Remaining Tests
    
    * Remove Sender and Type in KeyRequest
    
    * Add endpoint to construct to_device messages
    
    * Add new endpoint new_send_to_device
    
    * Made Changes in new to_device_send
    
    * Wait for carl's access_token
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 398 B
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Build artifacts
build*/

# Editor
tags
compile_commands.json
.exrc
.ccls-cache/
.clangd/
.*.swp
.vscode

# Synapse data
data/

# Deps
.third-party
.deps