commit stringlengths 40 40 | old_file stringlengths 2 205 | new_file stringlengths 2 205 | old_contents stringlengths 0 32.9k | new_contents stringlengths 1 38.9k | subject stringlengths 3 9.4k | message stringlengths 6 9.84k | lang stringlengths 3 13 | license stringclasses 13
values | repos stringlengths 6 115k |
|---|---|---|---|---|---|---|---|---|---|
2eb1e5450d37aa3d5bd2b5845082208a3e270d8f | src/mysql/mysql-my_list.ads | src/mysql/mysql-my_list.ads | with Interfaces.C; use Interfaces.C;
with System;
package Mysql.My_list is
-- arg-macro: function list_rest (a)
-- return (a).next;
-- arg-macro: function list_push (a, b)
-- return a):=list_cons((b),(a);
-- Copyright (C) 2000 MySQL AB
-- This program is free software; you can redistribut... | with Interfaces.C; use Interfaces.C;
with System;
package Mysql.My_list is
pragma Pure;
-- arg-macro: function list_rest (a)
-- return (a).next;
-- arg-macro: function list_push (a, b)
-- return a):=list_cons((b),(a);
-- Copyright (C) 2000 MySQL AB
-- This program is free software; yo... | Make the package Pure | Make the package Pure
| Ada | apache-2.0 | Letractively/ada-ado |
b7284564ed543d63b6d6135ca9c1acf5103abbf5 | src/security-controllers-roles.adb | src/security-controllers-roles.adb | -----------------------------------------------------------------------
-- security-controllers-roles -- Simple role base security
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- security-controllers-roles -- Simple role base security
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Check if the principal implements the Role_Principal_Context interface and get the user's roles with it | Check if the principal implements the Role_Principal_Context interface
and get the user's roles with it
| Ada | apache-2.0 | stcarrez/ada-security |
305529b6da3c626722f8447464decfe3b24f0bc0 | awa/src/awa-users-beans.ads | awa/src/awa-users-beans.ads | -----------------------------------------------------------------------
-- awa-users-beans -- ASF Beans for user module
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- awa-users-beans -- ASF Beans for user module
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Declare the Load_User procedure | Declare the Load_User procedure
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
910c23eb2df76e3aeae73cb42bb91375201a26c3 | src/asf-components-widgets-inputs.adb | src/asf-components-widgets-inputs.adb | -----------------------------------------------------------------------
-- asf-components-widgets-inputs -- Input widget components
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | -----------------------------------------------------------------------
-- asf-components-widgets-inputs -- Input widget components
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Use the attribute 'autocompleteList' to define the list of autocompletion | Use the attribute 'autocompleteList' to define the list of autocompletion
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
f9df6d7e105221269a7b7d1d4d20f9cc093065b9 | regtests/el-expressions-tests.adb | regtests/el-expressions-tests.adb | -----------------------------------------------------------------------
-- EL testsuite - EL Testsuite
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | -----------------------------------------------------------------------
-- EL testsuite - EL Testsuite
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | Add test for empty operator | Add test for empty operator
| Ada | apache-2.0 | stcarrez/ada-el |
0d0b78a9240ea9f3942161bd9335cc29a842c8ae | regtests/util-listeners-tests.adb | regtests/util-listeners-tests.adb | -----------------------------------------------------------------------
-- util-listeners-tests -- Unit tests for listeners
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- util-listeners-tests -- Unit tests for listeners
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Fix compilation warning | Fix compilation warning
| Ada | apache-2.0 | flottokarotto/ada-util,Letractively/ada-util,flottokarotto/ada-util,Letractively/ada-util |
266c2d00a6a7a28b9bc638386efdd2bfe677cb55 | src/babel-files.adb | src/babel-files.adb | -- bkp-files -- File and directories
-----------------------------------------------------------------------
-- Copyright (C) 2014 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | -- bkp-files -- File and directories
-----------------------------------------------------------------------
-- Copyright (C) 2014 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | Implement the Get_Group operation | Implement the Get_Group operation
| Ada | apache-2.0 | stcarrez/babel |
5c4d01360d0e88704c0df8e2a8fe4eac8889775c | src/http/aws/util-http-clients-web.adb | src/http/aws/util-http-clients-web.adb | -----------------------------------------------------------------------
-- util-http-clients-web -- HTTP Clients with AWS implementation
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- util-http-clients-web -- HTTP Clients with AWS implementation
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Add some log to help solving web issues | Add some log to help solving web issues
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b7e070ea64169cd5e4c50f690111b8d7e5b57fe4 | mat/src/mat-consoles-text.adb | mat/src/mat-consoles-text.adb | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Fix compilation warnings | Fix compilation warnings
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
9b002529dcce84625a78e7fa6b24dac323fe24ef | src/asf-components-html-forms.ads | src/asf-components-html-forms.ads | -----------------------------------------------------------------------
-- html.forms -- ASF HTML Form Components
-- Copyright (C) 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- html.forms -- ASF HTML Form Components
-- Copyright (C) 2010, 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Declare the Get_Parameter function for UIInput tagged record | Declare the Get_Parameter function for UIInput tagged record
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
8b598fdc7534734f5406b02be10a9da750b834c9 | regtests/ado-schemas-tests.adb | regtests/ado-schemas-tests.adb | -----------------------------------------------------------------------
-- schemas Tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2012, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | -----------------------------------------------------------------------
-- schemas Tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2012, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | Fix the schema unit test | Fix the schema unit test
| Ada | apache-2.0 | stcarrez/ada-ado |
4cf0c7ccf92b60dd389f7ff55bc76a5ba1ed13cd | awa/awaunit/awa-tests-helpers-users.adb | awa/awaunit/awa-tests-helpers-users.adb | -----------------------------------------------------------------------
-- files.tests -- Unit tests for files
-- Copyright (C) 2011, 2012, 2013, 2014, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | -----------------------------------------------------------------------
-- files.tests -- Unit tests for files
-- Copyright (C) 2011, 2012, 2013, 2014, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Implement the Recover_Password procedure to simulate a password recovery and reset the password for the user to the test password 'admin' Update Find_Access_Key to find the access key according to a SIGNUP_KEY or a RESET_PASSWORD_KEY type | Implement the Recover_Password procedure to simulate a password recovery and reset
the password for the user to the test password 'admin'
Update Find_Access_Key to find the access key according to a SIGNUP_KEY or
a RESET_PASSWORD_KEY type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
ee7e7fd1145a7b16c0a7b43c7670c23fb57c2612 | samples/variables.adb | samples/variables.adb | -----------------------------------------------------------------------
-- el -- Evaluate an EL expression
-- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- This file is part of ASF.
--
-- This program is free software; you can redistr... | -----------------------------------------------------------------------
-- el -- Evaluate an EL expression
-- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- This file is part of ASF.
--
-- This program is free software; you can redistr... | Add an example of Value_Expression and call to Set_Value | Add an example of Value_Expression and call to Set_Value
| Ada | apache-2.0 | stcarrez/ada-el |
69efcb859896e91d312d8b07e551511816c72cf6 | regtests/asf-requests-tests.ads | regtests/asf-requests-tests.ads | -----------------------------------------------------------------------
-- asf-requests-tests - Unit tests for requests
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ... | -----------------------------------------------------------------------
-- asf-requests-tests - Unit tests for requests
-- Copyright (C) 2012, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Declare the Test_Set_Attribute procedure to check the Set/Get/Remove attribute | Declare the Test_Set_Attribute procedure to check the Set/Get/Remove attribute
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
0ad2b8da66da9d575d81c90e0e49b397d59f799e | src/sqlite/ado-schemas-sqlite.adb | src/sqlite/ado-schemas-sqlite.adb | -----------------------------------------------------------------------
-- ado.schemas -- Database Schemas
-- Copyright (C) 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except ... | -----------------------------------------------------------------------
-- ado.schemas -- Database Schemas
-- Copyright (C) 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except ... | Declare and implement String_To_Length and use it to get the column size | Declare and implement String_To_Length and use it to get the column size
| Ada | apache-2.0 | stcarrez/ada-ado |
03e34649700c9933bab5d51410a2a7125b49c620 | orka_numerics/src/orka-integrators.ads | orka_numerics/src/orka-integrators.ads | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2021 onox <denkpadje@gmail.com>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/L... | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2021 onox <denkpadje@gmail.com>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/L... | Make package Orka.Integrators Preelaborate instead of Pure | numerics: Make package Orka.Integrators Preelaborate instead of Pure
It might happen that the compiler caches results if the package is Pure,
even when the function F returns different values when it represents a
time-variant system.
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
bb3fc68a84738fc328c2f48d7abe7280cf4adfae | mat/src/mat-expressions.adb | mat/src/mat-expressions.adb | -----------------------------------------------------------------------
-- mat-expressions -- Expressions for memory slot selection
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- mat-expressions -- Expressions for memory slot selection
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Implement the Is_Selected operation on Expression_Type | Implement the Is_Selected operation on Expression_Type
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
ebd468b17b10c9729752d4c193b65e266ef54501 | src/el-methods-func_1.ads | src/el-methods-func_1.ads | -----------------------------------------------------------------------
-- EL.Methods.Func_1 -- Function Bindings with 1 argument
-- Copyright (C) 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | -----------------------------------------------------------------------
-- EL.Methods.Func_1 -- Function Bindings with 1 argument
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | Change the function parameter to a limited parameter allowing to pass limited types | Change the function parameter to a limited parameter allowing to pass limited types
| Ada | apache-2.0 | Letractively/ada-el |
d81917095ce62101dc4219375a1e314a263e1fd1 | src/sys/os-windows/util-systems-os.ads | src/sys/os-windows/util-systems-os.ads | -----------------------------------------------------------------------
-- util-system-os -- Windows system operations
-- Copyright (C) 2011, 2012, 2015, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | -----------------------------------------------------------------------
-- util-system-os -- Windows system operations
-- Copyright (C) 2011, 2012, 2015, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Declare the Sys_Lseek procedure | Declare the Sys_Lseek procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
66bc862facde4e1a8b44cd08dfe7f6b78bdb2868 | matp/src/mat-readers-marshaller.adb | matp/src/mat-readers-marshaller.adb | -----------------------------------------------------------------------
-- mat-readers-marshaller -- Marshalling of data in communication buffer
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | -----------------------------------------------------------------------
-- mat-readers-marshaller -- Marshalling of data in communication buffer
-- Copyright (C) 2014, 2015, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lice... | Fix compilation warning with GNAT 2018 | Fix compilation warning with GNAT 2018
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
a83c407601ce29e72c4324f9ff543818e36fa835 | src/gen-commands-generate.adb | src/gen-commands-generate.adb | -----------------------------------------------------------------------
-- gen-commands-generate -- Generate command for dynamo
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | -----------------------------------------------------------------------
-- gen-commands-generate -- Generate command for dynamo
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Call the Finish operation after generating the model files | Call the Finish operation after generating the model files
| Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen |
97a4660412aeb9853723940209c0cf4614e77f28 | src/gen-model-enums.ads | src/gen-model-enums.ads | -----------------------------------------------------------------------
-- gen-model-enums -- Enum definitions
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exc... | -----------------------------------------------------------------------
-- gen-model-enums -- Enum definitions
-- Copyright (C) 2011, 2012, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | Add Nullable_Type member to Enum_Definition record | Add Nullable_Type member to Enum_Definition record
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
7566a8b57281297c2c9d6f438eda416f642b9ade | awa/plugins/awa-votes/src/awa-votes-modules.adb | awa/plugins/awa-votes/src/awa-votes-modules.adb | -----------------------------------------------------------------------
-- awa-votes-modules -- Module votes
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | -----------------------------------------------------------------------
-- awa-votes-modules -- Module votes
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | Add a log when the rating is created | Add a log when the rating is created | Ada | apache-2.0 | tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
040ac5fd5ff70fdb3b103a2314bd4fff7321de90 | src/util-commands.ads | src/util-commands.ads | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | Add a Name to the Dynamic_Argument_List type for the command name | Add a Name to the Dynamic_Argument_List type for the command name
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
f8a75f30963df2132b20e2463bb897ec9d9955be | src/gen-commands-project.adb | src/gen-commands-project.adb | -----------------------------------------------------------------------
-- gen-commands-project -- Project creation command for dynamo
-- Copyright (C) 2011, 2012, 2013, 2014, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | -----------------------------------------------------------------------
-- gen-commands-project -- Project creation command for dynamo
-- Copyright (C) 2011, 2012, 2013, 2014, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | Fix compilation warning | Fix compilation warning
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
d58269f5ee5529046dac92b0e27b2bea7f47c57e | src/util-concurrent-pools.adb | src/util-concurrent-pools.adb | -----------------------------------------------------------------------
-- Util.Concurrent.Pools -- Concurrent Pools
-- Copyright (C) 2011, 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use t... | -----------------------------------------------------------------------
-- util-concurrent-pools -- Concurrent Pools
-- Copyright (C) 2011, 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Update the header | Update the header
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
95880958f105d4b3a56bfffe99308c2e53c9554b | src/util-processes-tools.ads | src/util-processes-tools.ads | -----------------------------------------------------------------------
-- util-processes-tools -- System specific and low level operations
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- util-processes-tools -- System specific and low level operations
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Declare more Execute procedures as helper to launch a command and get the output | Declare more Execute procedures as helper to launch a command and get the output
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
80eede101af509e5afe085754b06a83d555554a2 | testutil/ahven/util-xunit.adb | testutil/ahven/util-xunit.adb | -----------------------------------------------------------------------
-- util-xunit - Unit tests on top of AHven
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | -----------------------------------------------------------------------
-- util-xunit - Unit tests on top of AHven
-- Copyright (C) 2011, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... | Fix indentation | Fix indentation
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
de3e6b147a1c72ac27518af7d8b58ea6107fdacb | regtests/util-streams-sockets-tests.adb | regtests/util-streams-sockets-tests.adb | -----------------------------------------------------------------------
-- util-streams-sockets-tests -- Unit tests for socket streams
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | -----------------------------------------------------------------------
-- util-streams-sockets-tests -- Unit tests for socket streams
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Update the unit test | Update the unit test | Ada | apache-2.0 | Letractively/ada-util,flottokarotto/ada-util,Letractively/ada-util,flottokarotto/ada-util |
416fb1e874900332dad5d135530facceb54484c7 | regtests/asf-contexts-writer-tests.adb | regtests/asf-contexts-writer-tests.adb | -----------------------------------------------------------------------
-- Writer Tests - Unit tests for ASF.Contexts.Writer
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- Writer Tests - Unit tests for ASF.Contexts.Writer
-- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Fix compilation warning | Fix compilation warning
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
d3aa8645d4d29fd834d6ef66d3c5201af2694f78 | regtests/ado-drivers-tests.adb | regtests/ado-drivers-tests.adb | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Implement Test_Set_Connection_Server procedure | Implement Test_Set_Connection_Server procedure
| Ada | apache-2.0 | stcarrez/ada-ado |
ab9833ae716f1e65fc7b67a89b9671068693b2f1 | Ada/src/Problem_74.adb | Ada/src/Problem_74.adb | with Ada.Text_IO;
package body Problem_74 is
package IO renames Ada.Text_IO;
procedure Solve is
begin
IO.Put_Line("The Answer");
end Solve;
end Problem_74;
| with Ada.Text_IO;
package body Problem_74 is
package IO renames Ada.Text_IO;
factorial_cache : constant Array(0 .. 9) of Integer := (1, 1, 2, 6, 24, 120, 720, 5_040, 40_320, 362_880);
type count is new Integer range -1 .. 127;
for count'size use 8;
type count_cache_array is Array(Positive range <>) of co... | Implement Problem 74. | Implement Problem 74.
| Ada | unlicense | Tim-Tom/project-euler,Tim-Tom/project-euler,Tim-Tom/project-euler |
c3ba204d21c79d4e71d41976b56697591d684b7b | src/sys/encoders/util-encoders-sha1.ads | src/sys/encoders/util-encoders-sha1.ads | -----------------------------------------------------------------------
-- util-encoders-sha1 -- Compute SHA-1 hash
-- Copyright (C) 2011, 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | -----------------------------------------------------------------------
-- util-encoders-sha1 -- Compute SHA-1 hash
-- Copyright (C) 2011, 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Remove unused with Ada.Streams clause | Remove unused with Ada.Streams clause
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
8c5571f1d6693d9462365890612c44dd91a5e63d | src/asf-components-core.adb | src/asf-components-core.adb | -----------------------------------------------------------------------
-- components-core -- ASF Core Components
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | -----------------------------------------------------------------------
-- components-core -- ASF Core Components
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Fix nesting UIView components - If the UIView is not the root component, propagate the event to the parent | Fix nesting UIView components
- If the UIView is not the root component, propagate the event to the parent
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
fef9427c6748550a0721c8438f45b6eed90af1da | awa/plugins/awa-storages/src/awa-storages.ads | awa/plugins/awa-storages/src/awa-storages.ads | -----------------------------------------------------------------------
-- awa-storages -- Storage module
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in comp... | -----------------------------------------------------------------------
-- awa-storages -- Storage module
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in comp... | Document the storage service | Document the storage service
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
f800a34d36239082927c4efe8c7c884914251189 | src/gen-utils-gnat.adb | src/gen-utils-gnat.adb | -----------------------------------------------------------------------
-- gen-utils-gnat -- GNAT utilities
-- Copyright (C) 2011, 2012, 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | -----------------------------------------------------------------------
-- gen-utils-gnat -- GNAT utilities
-- Copyright (C) 2011, 2012, 2014, 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Update to use the GPR library instead of the src/gnat files that were imported from the GNU gcc compiler | Update to use the GPR library instead of the src/gnat files that were imported
from the GNU gcc compiler
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
2a776e7f2a849dfdffd7286c8afb5ca637fe5395 | src/http/util-http-clients-mockups.adb | src/http/util-http-clients-mockups.adb | -----------------------------------------------------------------------
-- util-http-clients-mockups -- HTTP Clients
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use t... | -----------------------------------------------------------------------
-- util-http-clients-mockups -- HTTP Clients
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use t... | Implement the Set_Timeout procedure | Implement the Set_Timeout procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
c943417e2d8d6f16ae78c4f3e0d5a41c0ea960ef | src/natools-web-fallback_render.adb | src/natools-web-fallback_render.adb | ------------------------------------------------------------------------------
-- Copyright (c) 2015-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2015-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | refactor the then/else render in a dedicated procedure | fallback_render: refactor the then/else render in a dedicated procedure | Ada | isc | faelys/natools-web,faelys/natools-web |
e59c9653a294e50c290a72cbcbba02f879f76053 | ARM/STMicro/STM32/drivers/ltdc/stm32-ltdc.adb | ARM/STMicro/STM32/drivers/ltdc/stm32-ltdc.adb | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015, AdaCore --
-- --
-- ... | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015, AdaCore --
-- --
-- ... | fix soft x-y swap, factorize. | stm32-ltdc: fix soft x-y swap, factorize.
| Ada | bsd-3-clause | lambourg/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,ellamosi/Ada_BMP_Library,Fabien-Chouteau/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library |
3d1e9f7cd0508dd382fdd9677400ffad1880ab6c | awa/awaunit/awa-tests-helpers-users.adb | awa/awaunit/awa-tests-helpers-users.adb | -----------------------------------------------------------------------
-- files.tests -- Unit tests for files
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exc... | -----------------------------------------------------------------------
-- files.tests -- Unit tests for files
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exc... | Fix compilation | Fix compilation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
33ab9926e1c0a2c4d1e21e13349a2afa472dc2c6 | regtests/asf-contexts-writer-tests.adb | regtests/asf-contexts-writer-tests.adb | -----------------------------------------------------------------------
-- Writer Tests - Unit tests for ASF.Contexts.Writer
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- Writer Tests - Unit tests for ASF.Contexts.Writer
-- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Fix compilation warning | Fix compilation warning | Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
463c5d2e4a4453c7e5ac47c39ce6a7908bef774d | mat/src/mat-targets.ads | mat/src/mat-targets.ads | -----------------------------------------------------------------------
-- mat-targets - Representation of target information
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | -----------------------------------------------------------------------
-- mat-targets - Representation of target information
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Declare the Iterator procedure to iterate over the processes | Declare the Iterator procedure to iterate over the processes
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
60c3c26a82b445659b6f524bc6a5b5fad175baaf | src/security-auth-oauth.adb | src/security-auth-oauth.adb | -----------------------------------------------------------------------
-- security-auth-oauth -- OAuth based authentication
-- Copyright (C) 2013, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use... | -----------------------------------------------------------------------
-- security-auth-oauth -- OAuth based authentication
-- Copyright (C) 2013, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Create a nonce when the association is built and add it to the OAuth2 request | Create a nonce when the association is built and add it to the OAuth2 request
| Ada | apache-2.0 | stcarrez/ada-security |
0ab958653ab0f6b5128125155e994c55f3d588ed | src/core/util-nullables.ads | src/core/util-nullables.ads | -----------------------------------------------------------------------
-- util-nullables -- Basic types that can hold a null value
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- util-nullables -- Basic types that can hold a null value
-- Copyright (C) 2017, 2021 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Fix compilation warning with GNAT 2021 | Fix compilation warning with GNAT 2021
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b815907911c6dce7069ef96067d5cb923554e7c0 | samples/variables.adb | samples/variables.adb | -----------------------------------------------------------------------
-- el -- Evaluate an EL expression
-- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- This file is part of ASF.
--
-- This program is free software; you can redistr... | -----------------------------------------------------------------------
-- el -- Evaluate an EL expression
-- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- This file is part of ASF.
--
-- This program is free software; you can redistr... | Add an example of Value_Expression and call to Set_Value | Add an example of Value_Expression and call to Set_Value
| Ada | apache-2.0 | Letractively/ada-el |
1964a74aa709d38579ffa8103affb49628775c4f | src/babel-files-buffers.ads | src/babel-files-buffers.ads | -----------------------------------------------------------------------
-- babel-files-buffers -- File buffer management
-- Copyright (C) 2014 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | -----------------------------------------------------------------------
-- babel-files-buffers -- File buffer management
-- Copyright (C) 2014 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Define the Buffer_Pool type | Define the Buffer_Pool type
| Ada | apache-2.0 | stcarrez/babel |
cdb056531fe10f8030313deebdd7d681936f2ec1 | matp/src/events/mat-events-targets.adb | matp/src/events/mat-events-targets.adb | -----------------------------------------------------------------------
-- mat-events-targets - Events received and collected from a target
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- mat-events-targets - Events received and collected from a target
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Fix the event backward search | Fix the event backward search
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
4c236d131b12a7d664981a06562530d8982dbaeb | awa/src/awa-users-modules.ads | awa/src/awa-users-modules.ads | -----------------------------------------------------------------------
-- awa-users-module -- User management module
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | -----------------------------------------------------------------------
-- awa-users-module -- User management module
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Update the user module documentation | Update the user module documentation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
b27f8b5bf4e6a6f23c35b70fd11b5dbaee0272f5 | mat/src/events/mat-events-probes.adb | mat/src/events/mat-events-probes.adb | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in complia... | Convert the time in usec to make computation easier | Convert the time in usec to make computation easier
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
df82ea2c39820e042c125498267f171cb2b14c28 | awa/regtests/awa-testsuite.adb | awa/regtests/awa-testsuite.adb | -----------------------------------------------------------------------
-- Util testsuite - Util Testsuite
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "... | -----------------------------------------------------------------------
-- Util testsuite - Util Testsuite
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "... | Add more unit tests for Wiki module | Add more unit tests for Wiki module
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
9402f2c007f96358e69c4f9d64c629a9cd7b972e | awa/src/awa-users-services.ads | awa/src/awa-users-services.ads | -----------------------------------------------------------------------
-- awa.users -- User registration, authentication processes
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0... | -----------------------------------------------------------------------
-- awa.users -- User registration, authentication processes
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0... | Declare a Create_User procedure to register a new user with an access key | Declare a Create_User procedure to register a new user with an access key
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
d569d96149c189caf468624f8906674b2f435c6e | awa/src/awa-users-principals.ads | awa/src/awa-users-principals.ads | -----------------------------------------------------------------------
-- awa-users-principals -- User principals
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | -----------------------------------------------------------------------
-- awa-users-principals -- User principals
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Use ASF Principal definitions | Use ASF Principal definitions
| Ada | apache-2.0 | tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa |
60f5dc3e4b15c6849043f552b1e99d9a60112040 | src/sys/encoders/util-encoders-aes.ads | src/sys/encoders/util-encoders-aes.ads | -----------------------------------------------------------------------
-- util-encoders-aes -- AES encryption and decryption
-- Copyright (C) 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- util-encoders-aes -- AES encryption and decryption
-- Copyright (C) 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Declare AES_128_Key, AES_192_Key, AES_256_Key types | Declare AES_128_Key, AES_192_Key, AES_256_Key types
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
87bacaff1d528ad80843d692b5a0c2fb7335f62f | src/sqlite/ado-drivers-connections-sqlite.ads | src/sqlite/ado-drivers-connections-sqlite.ads | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Declare the Create_Database procedure | Declare the Create_Database procedure
| Ada | apache-2.0 | stcarrez/ada-ado |
866585d8d8579acd93c8a3a1e13a5b1145f64edf | src/natools-web-backends-filesystem.adb | src/natools-web-backends-filesystem.adb | ------------------------------------------------------------------------------
-- Copyright (c) 2015, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2015, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | create the containing directory when creating a file | backends-filesystem: create the containing directory when creating a file | Ada | isc | faelys/natools-web,faelys/natools-web |
759ceaeb945b5ab74bcb6df23386514deaedf89a | lua.ads | lua.ads | -- Lua
-- an Ada 2012 interface to Lua
-- Copyright (c) 2015, James Humphry
-- Permission is hereby granted, free of charge, to any person obtaining
-- a copy of this software and associated documentation files (the
-- "Software"), to deal in the Software without restriction, including
-- without limitation the right... | -- Lua
-- an Ada 2012 interface to Lua
-- Copyright (c) 2015, James Humphry
-- Permission is hereby granted, free of charge, to any person obtaining
-- a copy of this software and associated documentation files (the
-- "Software"), to deal in the Software without restriction, including
-- without limitation the right... | Include ERRFILE in Thread_Status enumeration | Include ERRFILE in Thread_Status enumeration
| Ada | mit | jhumphry/aLua |
067cefba1b151973987783db0237f68f44fa6fe3 | awa/src/awa-applications-configs.adb | awa/src/awa-applications-configs.adb | -----------------------------------------------------------------------
-- awa-applications-configs -- Read application configuration files
-- Copyright (C) 2011, 2012, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lic... | -----------------------------------------------------------------------
-- awa-applications-configs -- Read application configuration files
-- Copyright (C) 2011, 2012, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (th... | Update to use the new Reader_Config package to read events configuration files | Update to use the new Reader_Config package to read events configuration files
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
616d99ff53d542d57d8d6b1add41373acc4f50b4 | src/natools-smaz_generic-tools.ads | src/natools-smaz_generic-tools.ads | ------------------------------------------------------------------------------
-- Copyright (c) 2016, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2016-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | fix the precondition of To_Dictionary | smaz_generic-tools: fix the precondition of To_Dictionary | Ada | isc | faelys/natools |
5211b92324e5ff10bf1914fc5d6c636287af6c7a | src/os-linux/util-systems-dlls.ads | src/os-linux/util-systems-dlls.ads | -----------------------------------------------------------------------
-- util-systems-dlls -- Unix shared library support
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- util-systems-dlls -- Unix shared library support
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Define the extension for shared libraries | Define the extension for shared libraries
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
23c4b9406a90b45ec9cfbbf08979bb4fe14d8227 | src/gen-commands-model.adb | src/gen-commands-model.adb | -----------------------------------------------------------------------
-- gen-commands-model -- Model creation command for dynamo
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- gen-commands-model -- Model creation command for dynamo
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Fix compilation warning | Fix compilation warning
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
e24aa3604c807fc4df672af2ad45557f04a145cc | src/util-log-appenders.ads | src/util-log-appenders.ads | -----------------------------------------------------------------------
-- Appenders -- Log appenders
-- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
... | -----------------------------------------------------------------------
-- util-log-appenders -- Log appenders
-- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (t... | Fix header style | Fix header style
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b37f3c1bbc950a342adad4665f8eac89f4664e97 | src/gen-generator.ads | src/gen-generator.ads | -----------------------------------------------------------------------
-- gen-generator -- Code Generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | -----------------------------------------------------------------------
-- gen-generator -- Code Generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2015, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Implement the Error procedure from the Util.Log.Logging interface | Implement the Error procedure from the Util.Log.Logging interface
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
2b804b90608c8a7932b4610dfa48821c5c5beef1 | examples/src/orka_7_half.adb | examples/src/orka_7_half.adb | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2016 onox <denkpadje@gmail.com>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/L... | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2016 onox <denkpadje@gmail.com>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/L... | Fix compilation after changing function Convert to a procedure | examples: Fix compilation after changing function Convert to a procedure
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
38b44a65a9c094284553248c6ea4b5bb40a0d89b | matp/src/events/mat-events-tools.ads | matp/src/events/mat-events-tools.ads | -----------------------------------------------------------------------
-- mat-events-tools - Profiler Events Description
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | -----------------------------------------------------------------------
-- mat-events-tools - Profiler Events Description
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Declare the Collect_Info procedure | Declare the Collect_Info procedure
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
5a6ccbd3699f34064d0f33911ca82a8041b10366 | mat/src/mat-readers-streams-sockets.adb | mat/src/mat-readers-streams-sockets.adb | -----------------------------------------------------------------------
-- mat-readers-sockets -- Reader for TCP/IP sockets
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- mat-readers-sockets -- Reader for TCP/IP sockets
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Implement the Start operation | Implement the Start operation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
07da71b841dbbc7373e1998b4ae96cd3a851967e | mat/src/mat-readers-streams-sockets.adb | mat/src/mat-readers-streams-sockets.adb | -----------------------------------------------------------------------
-- mat-readers-sockets -- Reader for TCP/IP sockets
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | -----------------------------------------------------------------------
-- mat-readers-sockets -- Reader for TCP/IP sockets
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Fix compilation warnings | Fix compilation warnings
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
8328c114f7e81547c7bff2f5d87c82c8ed70c3c2 | awa/plugins/awa-images/src/awa-images-beans.adb | awa/plugins/awa-images/src/awa-images-beans.adb | -----------------------------------------------------------------------
-- awa-images-beans -- Image Ada Beans
-- Copyright (C) 2016, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exc... | -----------------------------------------------------------------------
-- awa-images-beans -- Image Ada Beans
-- Copyright (C) 2016, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | Change Load_Files to accept in out parameter | Change Load_Files to accept in out parameter
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e02b67071a7e769525b06471c8ce49c574b17eda | awa/plugins/awa-questions/src/awa-questions.ads | awa/plugins/awa-questions/src/awa-questions.ads | -----------------------------------------------------------------------
-- awa-questions -- Module questions
-- Copyright (C) 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | -----------------------------------------------------------------------
-- awa-questions -- Module questions
-- Copyright (C) 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Add Preelaborate | Add Preelaborate
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e9e3892057fbcee00683b727a427c61318522297 | awa/plugins/awa-wikis/src/awa-wikis-modules.ads | awa/plugins/awa-wikis/src/awa-wikis-modules.ads | -----------------------------------------------------------------------
-- awa-wikis-modules -- Module wikis
-- Copyright (C) 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | -----------------------------------------------------------------------
-- awa-wikis-modules -- Module wikis
-- Copyright (C) 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Declare the PARAM_IMAGE_PREFIX constant and Configure procedure | Declare the PARAM_IMAGE_PREFIX constant and Configure procedure
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
9a48b5a6f124eeb5ecd723febf7ac9fc4ffe178a | regtests/security-permissions-tests.adb | regtests/security-permissions-tests.adb | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011, 2012, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License")... | Implement the Test_Add_Permission_Set unit test to check the Permission_Index_Set | Implement the Test_Add_Permission_Set unit test to check the Permission_Index_Set
| Ada | apache-2.0 | stcarrez/ada-security |
608d965fb9fc0460432dbd54f03fda7a5ea0ef95 | src/natools-cron.adb | src/natools-cron.adb | ------------------------------------------------------------------------------
-- Copyright (c) 2014, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2014-2015, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | use non-positive periods to mean non-repeating events | cron: use non-positive periods to mean non-repeating events | Ada | isc | faelys/natools |
912735aa2891d570a2aa2b8f27efdf62a7d6bfa3 | matp/src/mat-expressions.adb | matp/src/mat-expressions.adb | -----------------------------------------------------------------------
-- mat-expressions -- Expressions for event and memory slot selection
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | -----------------------------------------------------------------------
-- mat-expressions -- Expressions for event and memory slot selection
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | Fix the Is_Selected function on a memory slot to support the N_IN_FUNC and N_IN_FUNC_DIRECT selections | Fix the Is_Selected function on a memory slot to support the N_IN_FUNC
and N_IN_FUNC_DIRECT selections
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
7ad8a9fdc96b319f706bcb5c246c566eaed242ca | src/wiki-strings.ads | src/wiki-strings.ads | -----------------------------------------------------------------------
-- wiki-strings -- Wiki string types and operations
-- Copyright (C) 2016, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | -----------------------------------------------------------------------
-- wiki-strings -- Wiki string types and operations
-- Copyright (C) 2016, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Add the Element and Index operations | Add the Element and Index operations
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
c0f5b78a2e27b0cff2dbfd24a69529b356ccc3e3 | src/asf-applications-views.adb | src/asf-applications-views.adb | -----------------------------------------------------------------------
-- applications -- Ada Web Application
-- Copyright (C) 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exc... | -----------------------------------------------------------------------
-- applications -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | Use Compose_Path to create the module specific search path | Use Compose_Path to create the module specific search path | Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
29c606117efc8553c43bade95dd0b89d1d965726 | src/asf-navigations-render.adb | src/asf-navigations-render.adb | -----------------------------------------------------------------------
-- asf-navigations-render -- Navigator to render a page
-- Copyright (C) 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | -----------------------------------------------------------------------
-- asf-navigations-render -- Navigator to render a page
-- Copyright (C) 2010, 2011, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Change the Create_Render_Navigator to store the status parameter and the view name as a string Update Navigate operation to change the response status if it was set | Change the Create_Render_Navigator to store the status parameter and the view name as a string
Update Navigate operation to change the response status if it was set
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
ed72ef2ff31f2df47154ccbc2967c088ba985596 | regtests/security-permissions-tests.ads | regtests/security-permissions-tests.ads | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- Security-permissions-tests - Unit tests for Security.Permissions
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Remove the policy specific unit tests | Remove the policy specific unit tests
| Ada | apache-2.0 | stcarrez/ada-security |
0671573db72c7a1b3aa7e0d6dc7bd67f364650f3 | src/gl/implementation/gl-context.adb | src/gl/implementation/gl-context.adb | -- Copyright (c) 2013 Felix Krause <contact@flyx.org>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by a... | -- Copyright (c) 2013 Felix Krause <contact@flyx.org>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by a... | Fix an off-by-one error in GL.Context | gl: Fix an off-by-one error in GL.Context
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
210e938a9b3dd4c7bb5532027d0091b9e0473bdc | awa/regtests/awa-blogs-services-tests.adb | awa/regtests/awa-blogs-services-tests.adb | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | Add unit test for post creation | Add unit test for post creation
| Ada | apache-2.0 | tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa |
d83f8369cbe5caaef18dce94930b73c8b3baba56 | src/security-policies-urls.ads | src/security-policies-urls.ads | -----------------------------------------------------------------------
-- security-permissions -- Definition of permissions
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- security-policies-urls -- URL security policy
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | Remove unused with clauses | Remove unused with clauses
| Ada | apache-2.0 | Letractively/ada-security |
20a334e67c2546f2e146ce2994f6cbafda381d34 | awa/plugins/awa-blogs/src/awa-blogs-modules.adb | awa/plugins/awa-blogs/src/awa-blogs-modules.adb | -----------------------------------------------------------------------
-- awa-blogs-module -- Blog and post management module
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- y... | -----------------------------------------------------------------------
-- awa-blogs-module -- Blog and post management module
-- Copyright (C) 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- y... | Set the post publication date when the post is published for the first time | Set the post publication date when the post is published for the first time
| Ada | apache-2.0 | tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa |
908ef3c56fd64e104d880061c92bdc7a4474b564 | src/wiki.ads | src/wiki.ads | -----------------------------------------------------------------------
-- wiki -- Ada Wiki Engine
-- Copyright (C) 2015, 2016, 2020, 2021, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | -----------------------------------------------------------------------
-- wiki -- Ada Wiki Engine
-- Copyright (C) 2015, 2016, 2020, 2021, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | Remove SYNTAX_MIX because it is not useful Add UNDERLINE as new format | Remove SYNTAX_MIX because it is not useful
Add UNDERLINE as new format
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
c5aa3876c0840730dee5e96154a40fe49e74bab0 | src/ado-sessions-factory.ads | src/ado-sessions-factory.ads | -----------------------------------------------------------------------
-- factory -- Session Factory
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- factory -- Session Factory
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Fix compilation warning detected by GNAT 2017 | Fix compilation warning detected by GNAT 2017
| Ada | apache-2.0 | stcarrez/ada-ado |
4233749489363a0760fd02fb21969e0e7200eb6b | awa/src/awa-permissions.ads | awa/src/awa-permissions.ads | -----------------------------------------------------------------------
-- awa-permissions -- Permissions module
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file e... | -----------------------------------------------------------------------
-- awa-permissions -- Permissions module
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file e... | Use the Permissions.Definition generic package | Use the Permissions.Definition generic package | Ada | apache-2.0 | Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
d15e14f2a957939ffaf8747fdd0b523274c8dba6 | src/security-auth-openid.ads | src/security-auth-openid.ads | -----------------------------------------------------------------------
-- security-openid -- OpenID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use... | -----------------------------------------------------------------------
-- security-openid -- OpenID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Update the documentation | Update the documentation
| Ada | apache-2.0 | stcarrez/ada-security |
cbf2ecdada2366b9089beecc399e45fd58c38639 | src/util-properties-json.ads | src/util-properties-json.ads | -----------------------------------------------------------------------
-- util-properties-json -- read json files into properties
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use... | -----------------------------------------------------------------------
-- util-properties-json -- read json files into properties
-- Copyright (C) 2013, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Document the JSON properties support | Document the JSON properties support
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b15daf195786e445bc301fe4576ef9983e8a3a16 | mat/src/gtk/mat-consoles-gtkmat.adb | mat/src/gtk/mat-consoles-gtkmat.adb | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ex... | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ex... | Add a Justify parameter to the Print_Field procedure | Add a Justify parameter to the Print_Field procedure
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
238699b60576007cf062b4863c2384a29b4efa6d | awa/src/awa-events.adb | awa/src/awa-events.adb | -----------------------------------------------------------------------
-- awa-events -- AWA Events
-- Copyright (C) 2012, 2015, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except i... | -----------------------------------------------------------------------
-- awa-events -- AWA Events
-- Copyright (C) 2012, 2015, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except i... | Implement Set_Parameter procedure with Object as value type | Implement Set_Parameter procedure with Object as value type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
53f8d8fb59eb54a1bf16c769d0b868a3f720a9a8 | src/definitions.ads | src/definitions.ads | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
raven_version_major : constant String := "1";
raven_version_minor : constant String := "76";
copyright_years : constant String := "2015-2021";
raven_tool ... | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
raven_version_major : constant String := "1";
raven_version_minor : constant String := "77";
copyright_years : constant String := "2015-2021";
raven_tool ... | Bump version | Bump version
| Ada | isc | jrmarino/ravenadm,jrmarino/ravenadm,jrmarino/ravenadm |
52e842949d5813c6b7bacaa5977c1b6c7a4fd0dc | mat/src/mat-readers.ads | mat/src/mat-readers.ads | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance wi... | Add the Frame info in the Dispatch operation | Add the Frame info in the Dispatch operation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
e382cfd4e9f8702190b343456b22edee7d768f58 | regtests/util-serialize-io-csv-tests.adb | regtests/util-serialize-io-csv-tests.adb | -----------------------------------------------------------------------
-- serialize-io-csv-tests -- Unit tests for CSV parser
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | -----------------------------------------------------------------------
-- serialize-io-csv-tests -- Unit tests for CSV parser
-- Copyright (C) 2011, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | Implement and register the Test_Output procedure | Implement and register the Test_Output procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
d86257529b71a6e9124e5d64036298b350d50457 | regtests/wiki-tests.adb | regtests/wiki-tests.adb | -----------------------------------------------------------------------
-- Render Tests - Unit tests for AWA Wiki rendering
-- Copyright (C) 2013, 2016, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | -----------------------------------------------------------------------
-- Render Tests - Unit tests for AWA Wiki rendering
-- Copyright (C) 2013, 2016, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Update the test to import HTML into Markdown and verify the result | Update the test to import HTML into Markdown and verify the result
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
182788602188f4bce1efce0b82a64a22b66be2ad | awa/plugins/awa-blogs/regtests/awa-blogs-tests.adb | awa/plugins/awa-blogs/regtests/awa-blogs-tests.adb | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2017, 2018, 2019, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2017, 2018, 2019, 2020, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Implement Test_Image_Blog to check that the blog image server is correct | Implement Test_Image_Blog to check that the blog image server is correct
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
95be7c3737b22b8f447dfed41202288270d31d37 | awa/plugins/awa-blogs/regtests/awa-blogs-tests.ads | awa/plugins/awa-blogs/regtests/awa-blogs-tests.ads | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | -----------------------------------------------------------------------
-- awa-blogs-tests -- Unit tests for blogs module
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | Declare two new unit tests Test_Update_Post and Test_Anonymous_Access | Declare two new unit tests Test_Update_Post and Test_Anonymous_Access
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
d38ca076bec67749f0ec9cdee1cf0716edab8941 | src/security-controllers.ads | src/security-controllers.ads | -----------------------------------------------------------------------
-- security-controllers -- Controllers to verify a security permission
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License... | -----------------------------------------------------------------------
-- security-controllers -- Controllers to verify a security permission
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License... | Fix typo in comment | Fix typo in comment
| Ada | apache-2.0 | Letractively/ada-security |
b02dad30fc9fed9397ab453ce179d68b4bfb5336 | src/util-beans.ads | src/util-beans.ads | -----------------------------------------------------------------------
-- util-beans -- Interface Definition with Getter and Setters
-- Copyright (C) 2009, 2010, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- util-beans -- Interface Definition with Getter and Setters
-- Copyright (C) 2009, 2010, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Integrate some documentation about Ada beans | Integrate some documentation about Ada beans
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
9d9a7ac0322c82a56675e0a87a8ea5215e554425 | src/win32/win32.ads | src/win32/win32.ads | -------------------------------------------------------------------------------
-- Copyright 2012 Julian Schutsch
--
-- This file is part of ParallelSim
--
-- ParallelSim is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Affero General Public License as published
-- by t... | -------------------------------------------------------------------------------
-- Copyright 2012 Julian Schutsch
--
-- This file is part of ParallelSim
--
-- ParallelSim is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Affero General Public License as published
-- by t... | add linker_options pragmas for opengl/win | add linker_options pragmas for opengl/win
adding them to package library in the project file doesnt seem to work.
| Ada | isc | darkestkhan/lumen,darkestkhan/lumen2 |
17a6db8e7ba7148852a41edb4bc1c03ba8f3fa35 | jack-client.adb | jack-client.adb | with C_String.Arrays;
with C_String;
with Interfaces.C;
with System.Address_To_Access_Conversions;
package body Jack.Client is
package C renames Interfaces.C;
use type C.int;
use type Port_Name_t;
use type System.Address;
use type Thin.Port_Flags_t;
use type Thin.Status_t;
--
-- Activate
--
proc... | with C_String.Arrays;
with C_String;
with Interfaces.C;
with System.Address_To_Access_Conversions;
package body Jack.Client is
package C renames Interfaces.C;
use type C.int;
use type Port_Name_t;
use type System.Address;
use type Thin.Port_Flags_t;
use type Thin.Status_t;
--
-- Activate
--
proc... | Check NULL return, correct use of Size | Check NULL return, correct use of Size
| Ada | isc | io7m/coreland-jack-ada,io7m/coreland-jack-ada |
bc36ebe30172a248f6ccb0dc35d3e112c97c00b6 | examples/filesystem/src/main.adb | examples/filesystem/src/main.adb | with HAL; use HAL;
with Virtual_File_System; use Virtual_File_System;
with HAL.Filesystem; use HAL.Filesystem;
with Semihosting;
with Semihosting.Filesystem; use Semihosting.Filesystem;
procedure Main is
procedure List_Dir (FS : in out FS_Driver'Class; Path : Pathname);
procedure List_Dir (FS : in ou... | with HAL; use HAL;
with Virtual_File_System; use Virtual_File_System;
with HAL.Filesystem; use HAL.Filesystem;
with Semihosting;
with Semihosting.Filesystem; use Semihosting.Filesystem;
with File_Block_Drivers; use File_Block_Drivers;
with Partitions; use Partitions;
procedure Main is
procedure List_Dir ... | Add disk partition listing | examples/filesystem: Add disk partition listing
| Ada | bsd-3-clause | AdaCore/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,lambourg/Ada_Drivers_Library,ellamosi/Ada_BMP_Library,AdaCore/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library |
5a3538c864f35bc5184b009d674572c3c67066a6 | src/mysql/ado-mysql.adb | src/mysql/ado-mysql.adb | -----------------------------------------------------------------------
-- ado-mysql -- Database Drivers
-- Copyright (C) 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compl... | -----------------------------------------------------------------------
-- ado-mysql -- Database Drivers
-- Copyright (C) 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compl... | Implement the Initialize procedure and use it | Implement the Initialize procedure and use it
| Ada | apache-2.0 | stcarrez/ada-ado |
ae139d3aa3653318e5ad3a1acf5750cbca6d5359 | src/security-openid.ads | src/security-openid.ads | -----------------------------------------------------------------------
-- security-openid -- Open ID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- security-openid -- Open ID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Document the OpenID process | Document the OpenID process
| Ada | apache-2.0 | Letractively/ada-security |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.