Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
    • Thomas Holenstein's avatar
      Remove the main files from (hopefully) all tests. · 6a4c9498
      Thomas Holenstein authored
      Our tests are linked with gunit_main (or gunit_main_no_google3), which means that main is already defined in another translation unit. Having two main functions violates ODR and hence can result in undefined behavior.
      
      There is no need to fear losing tests. If a build system tries to run a test and there is no main function, then it will fail. Hence, i cannot see a way for this to stop testing a test.
      
      PiperOrigin-RevId: 213593596
      GitOrigin-RevId: 1fd8b2dcc18d24901d77170082587557cc5303e3
      6a4c9498
  2. Jun 06, 2018
  3. Apr 04, 2018
  4. Mar 18, 2018
  5. Dec 11, 2017
    • Bartosz Przydatek's avatar
      Removing protos-dependency of C++ subtle. · ddd1b8d1
      Bartosz Przydatek authored
      Also putting all subtle-classes in namespace crypto::tink::subtle.
      
      Change-Id: I47fece5df4ef524521449320d619b13ba8466373
      ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com>
      GitOrigin-RevId: 39ba523aecf79247e31f87e974f79eec3dfaf1bc
      ddd1b8d1
  6. Oct 26, 2017
Loading