1. 04 Oct, 2017 - 1 commit
    • Timur Pocheptsov's avatar
      CoreBluetooth - fix compilation errors for 10.13 SDK · 18af3226
      Timur Pocheptsov authored
      
      Apple broke source code compatibility by moving 'identifier' properties from
      CBPeripheral and CBCentral classes into the new CBPeer class and marking it
      as "since 10.13". As a result we have compilation errors in the code
      that was valid since 10.7. To workaround this issue, we introduce a
      category with 'identifier' property declarations for SDK >= 10.13
      and target < 10.13.
      
      Change-Id: Id7c9d33a9c8ae7627a06b4c1930e70cede1e5b07
      Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@qt.io>
      2 tags
      18af3226
  2. 30 Aug, 2017 - 8 commits
  3. 07 Aug, 2017 - 1 commit
  4. 04 Aug, 2017 - 5 commits
  5. 02 Aug, 2017 - 2 commits
  6. 31 Jul, 2017 - 1 commit
  7. 26 Jul, 2017 - 2 commits
  8. 24 Jul, 2017 - 2 commits
  9. 20 Jul, 2017 - 1 commit
  10. 19 Jul, 2017 - 1 commit
    • Alex Blasche's avatar
      Make bluez compile test pass again · 7d5ff0b7
      Alex Blasche authored
      
      The compiler error is:
      
      In file included from main.cpp:29:0:
      main.cpp: In function 'int main()'
      main.cpp:33:11: error: taking address of temporary [-fpermissive]
           bacmp(BDADDR_ANY, BDADDR_NONE);
                 ^
      main.cpp:33:23: error: 'BDADDR_NONE' was not declared in this scope
           bacmp(BDADDR_ANY, BDADDR_NONE);
      
      BDADDR_NONE only exists in Linux iBluetooth kernel headers but not in the
      Bluez project headers. Furthermore the usage of the BDADDR_* defines
      is known to trigger -fpermissive violations. For the prupose of this test
      fpermissive is not relevant as the test is never executed and the focus
      is in checking the existence of the very same defines.
      
      Change-Id: I56db5406ec91fdd5e7998cac4900ee9f9b628c00
      Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@qt.io>
      Reviewed-by: default avatarJérôme Duval <jerome.duval@gmail.com>
      7d5ff0b7
  11. 18 Jul, 2017 - 3 commits
  12. 16 Jul, 2017 - 1 commit
  13. 12 Jul, 2017 - 1 commit
  14. 11 Jul, 2017 - 1 commit
  15. 10 Jul, 2017 - 5 commits
  16. 06 Jul, 2017 - 1 commit
  17. 04 Jul, 2017 - 2 commits
  18. 30 Jun, 2017 - 2 commits