Przeglądaj źródła

Year updated.

main
offa 6 lat temu
rodzic
commit
0c4f9a3807
16 zmienionych plików z 16 dodań i 17 usunięć
  1. +1
    -1
      LICENSE
  2. +1
    -1
      README.md
  3. +1
    -2
      cmake/scope.in
  4. +1
    -1
      include/detail/scope_guard_base.h
  5. +1
    -1
      include/detail/wrapper.h
  6. +1
    -1
      include/scope.h
  7. +1
    -1
      include/scope_exit.h
  8. +1
    -1
      include/scope_fail.h
  9. +1
    -1
      include/scope_success.h
  10. +1
    -1
      include/unique_resource.h
  11. +1
    -1
      test/CallMocks.h
  12. +1
    -1
      test/ScopeExitTest.cpp
  13. +1
    -1
      test/ScopeFailTest.cpp
  14. +1
    -1
      test/ScopeSuccessTest.cpp
  15. +1
    -1
      test/TestMain.cpp
  16. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
LICENSE Wyświetl plik

MIT License MIT License


Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
README.md Wyświetl plik



**MIT License** **MIT License**


Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

+ 1
- 2
cmake/scope.in Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal
#pragma once #pragma once


#include "scope.h" #include "scope.h"


+ 1
- 1
include/detail/scope_guard_base.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/detail/wrapper.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_exit.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_fail.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_success.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/unique_resource.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/CallMocks.h Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeExitTest.cpp Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeFailTest.cpp Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeSuccessTest.cpp Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/TestMain.cpp Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/UniqueResourceTest.cpp Wyświetl plik

// MIT License // MIT License
// //
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

Ładowanie…
Anuluj
Zapisz