commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
5ba0ff1950cda97c019401e56cba37a5eeec0596 | resources/scripts/scrape/duckduckgo.ads | resources/scripts/scrape/duckduckgo.ads | -- Copyright 2021 Jeff Foley. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
name = "DuckDuckGo"
type = "scrape"
function start()
setratelimit(1)
end
function vertical(ctx, domain)
scrape(ctx, {['url']="https://html.duckduckgo.com/html/?... | -- Copyright 2021 Jeff Foley. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
name = "DuckDuckGo"
type = "scrape"
function start()
setratelimit(1)
end
function vertical(ctx, domain)
scrape(ctx, {['url']=buildurl(domain)})
end
function bu... | Exclude www from DuckDuckGo search result | Exclude www from DuckDuckGo search result | Ada | apache-2.0 | caffix/amass,caffix/amass |
c73b2a83da61a709a748b9a3aa4ddad94be9ac66 | src/gen-commands-info.ads | src/gen-commands-info.ads | -----------------------------------------------------------------------
-- gen-commands-info -- Collect and give information about the project
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licens... | -----------------------------------------------------------------------
-- gen-commands-info -- Collect and give information about the project
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
dd579e30f700d1950577dd153ee69603fda22434 | awa/regtests/awa-mail-modules-tests.ads | awa/regtests/awa-mail-modules-tests.ads | -----------------------------------------------------------------------
-- awa-mail-module-tests -- Unit tests for Mail 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 thi... | -----------------------------------------------------------------------
-- awa-mail-module-tests -- Unit tests for Mail module
-- Copyright (C) 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 u... | Add new tests for mail Cc and Bcc | Add new tests for mail Cc and Bcc
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
827c3ce72ca31f16885f809a4c436d3beed1ff3e | awa/plugins/awa-counters/src/awa-counters-definition.ads | awa/plugins/awa-counters/src/awa-counters-definition.ads | -----------------------------------------------------------------------
-- awa-counters-definition -- Counter definition
-- Copyright (C) 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... | -----------------------------------------------------------------------
-- awa-counters-definition -- Counter definition
-- Copyright (C) 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... | Change the Field parameter to be optional | Change the Field parameter to be optional
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
75baa9b76472b63a7a2a119922787c85014b5e5f | mat/src/matp.adb | mat/src/matp.adb | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | Load the MAT files passed in the command line argument | Load the MAT files passed in the command line argument
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
c07896268b3a1be5d6cb418504473e15530165a7 | src/util-commands.ads | src/util-commands.ads | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- 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 thi... | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- 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 thi... | Declare the Default_Argument_List and override the Get_Count and Get_Argument operations | Declare the Default_Argument_List and override the Get_Count and Get_Argument operations
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
5b0b4a558b5c3205044fb5a57dfa8417c61cfd26 | src/asf-lifecycles-default.ads | src/asf-lifecycles-default.ads | -----------------------------------------------------------------------
-- asf-lifecycles-default -- Default Lifecycle handler
-- Copyright (C) 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 thi... | -----------------------------------------------------------------------
-- asf-lifecycles-default -- Default Lifecycle handler
-- Copyright (C) 2010, 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... | Update Initialize to use a ASF.Applications.Views.View_Handler'Class | Update Initialize to use a ASF.Applications.Views.View_Handler'Class
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
4371ca7c8bd1a5f86fd7bc9694f74274d79d76e4 | regtests/util-dates-tests.ads | regtests/util-dates-tests.ads | -----------------------------------------------------------------------
-- util-dates-tests - Test for dates
-- Copyright (C) 2018, 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 excep... | -----------------------------------------------------------------------
-- util-dates-tests - Test for dates
-- Copyright (C) 2018, 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 excep... | Add Test_Is_Same_Day to check the Is_Same_Day operation | Add Test_Is_Same_Day to check the Is_Same_Day operation
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
67dd28110d63a9d0eb65cd8623ac9deb8ac2551c | src/gen-commands-project.ads | src/gen-commands-project.ads | -----------------------------------------------------------------------
-- gen-commands-project -- Project creation 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... | -----------------------------------------------------------------------
-- gen-commands-project -- Project creation command for dynamo
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
221c3eb5dbed978e8e1310dfa06d561b2dc97767 | 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;
synth_version_major : constant String := "1";
synth_version_minor : constant String := "02";
copyright_years : constant String := "2015-2016";
host_localbase... | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
synth_version_major : constant String := "1";
synth_version_minor : constant String := "03";
copyright_years : constant String := "2015-2016";
host_localbase... | Bump to version 1.03 (term/dtrace fixes self-confirmed) | Bump to version 1.03 (term/dtrace fixes self-confirmed)
| Ada | isc | jrmarino/synth,jrmarino/synth,jrmarino/synth,jrmarino/synth |
80d8835ded5d6289555075188f352813f694a933 | regtests/security-testsuite.adb | regtests/security-testsuite.adb | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- 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... | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- 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... | Add the new unit tests | Add the new unit tests
| Ada | apache-2.0 | stcarrez/ada-security |
9ec7dc42a5848802e292cf5c6381f3784bd5b5ff | awa/plugins/awa-tags/src/awa-tags.ads | awa/plugins/awa-tags/src/awa-tags.ads | -----------------------------------------------------------------------
-- awa-tags -- Tags management
-- 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 complia... | -----------------------------------------------------------------------
-- awa-tags -- Tags management
-- 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 complia... | Document the Tags plugin in AWA | Document the Tags plugin in AWA | Ada | apache-2.0 | Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
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 |
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 |
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 |
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 |
fb8f7f1cf7a663a6ff22cbd2255abb8b7de8ebae | awa/regtests/awa_harness.adb | awa/regtests/awa_harness.adb | -----------------------------------------------------------------------
-- AWA - Unit tests
-- 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 file except in compli... | -----------------------------------------------------------------------
-- AWA - Unit tests
-- 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 this file except in ... | Call the Finish procedure after executing the testsuite Finish will destroy the AWA application that was allocated dynamically | Call the Finish procedure after executing the testsuite
Finish will destroy the AWA application that was allocated dynamically
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
689e10214201b442c0563f6c0044e726ac1c28f2 | regtests/security-testsuite.adb | regtests/security-testsuite.adb | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- 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... | -----------------------------------------------------------------------
-- Security testsuite - Ada Security Test suite
-- 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... | Add the new unit tests | Add the new unit tests
| Ada | apache-2.0 | Letractively/ada-security |
ca75e6900380036a05c5ce6330dc232c0c79af27 | mat/src/mat-formats.ads | mat/src/mat-formats.ads | -----------------------------------------------------------------------
-- mat-formats - Format various types for the console or GUI interface
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- mat-formats - Format various types for the console or GUI interface
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Declare the Event function to format an event in a printable short description | Declare the Event function to format an event in a printable short description
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
225ddf74376da5a89f53dbcde8eea57064ecee76 | src/gen-commands-distrib.ads | src/gen-commands-distrib.ads | -----------------------------------------------------------------------
-- gen-commands-distrib -- Distrib command for dynamo
-- 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 us... | -----------------------------------------------------------------------
-- gen-commands-distrib -- Distrib command for dynamo
-- Copyright (C) 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 us... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
f16023ad92a6be1cf7665cdc9c6cc44e4b920d21 | src/gen-commands.ads | src/gen-commands.ads | -----------------------------------------------------------------------
-- gen-commands -- Commands 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 may not use this fi... | -----------------------------------------------------------------------
-- gen-commands -- Commands for dynamo
-- Copyright (C) 2011, 2012, 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 use t... | Update to use the No_Parser for commands | Update to use the No_Parser for commands
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
012dc4bd70fdfd05692dcf8de01d1bb8eefff8cc | awa/plugins/awa-workspaces/src/awa-workspaces.ads | awa/plugins/awa-workspaces/src/awa-workspaces.ads | -----------------------------------------------------------------------
-- awa-workspaces -- Module workspaces
-- 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... | -----------------------------------------------------------------------
-- awa-workspaces -- Module workspaces
-- 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... | Add the Ada beans in the workspace documentation | Add the Ada beans in the workspace documentation
| Ada | apache-2.0 | Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
0b34b35ce477b31573529b60f8bf2f4eab3c0138 | src/base/beans/util-beans-objects-time.ads | src/base/beans/util-beans-objects-time.ads | -----------------------------------------------------------------------
-- Util.Beans.Objects.Time -- Helper conversion for Ada Calendar Time
-- Copyright (C) 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | -----------------------------------------------------------------------
-- util-beans-objects-time -- Helper conversion for Ada Calendar Time
-- Copyright (C) 2010, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Add To_Object and To_Time with a Nullable_Time type | Add To_Object and To_Time with a Nullable_Time type
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
e4ea0b00f0f9deb3c8aca8acce9c64b3ed159280 | awa/plugins/awa-tags/src/awa-tags.ads | awa/plugins/awa-tags/src/awa-tags.ads | -----------------------------------------------------------------------
-- awa-tags -- Tags management
-- 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 complia... | -----------------------------------------------------------------------
-- awa-tags -- Tags management
-- 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 complia... | Document the Tags plugin in AWA | Document the Tags plugin in AWA
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
3d649c52302f22085d57e3422b43f295ed936779 | src/gen-commands-database.ads | src/gen-commands-database.ads | -----------------------------------------------------------------------
-- gen-commands-database -- Database creation from application model
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | -----------------------------------------------------------------------
-- gen-commands-database -- Database creation from application model
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
c44636eef7002c239dde452cab4d5ae3bfc2f16e | src/gen-commands-propset.ads | src/gen-commands-propset.ads | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- 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 us... | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
31f10974b069933e9c0691f9e45d740bc6373484 | tools/druss-commands-devices.ads | tools/druss-commands-devices.ads | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | Add a device selector to the Do_List procedure | Add a device selector to the Do_List procedure
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
233b030fe6c6e48276b77d6a35bf0f692b00f325 | src/ado-schemas-databases.ads | src/ado-schemas-databases.ads | -----------------------------------------------------------------------
-- ado-schemas-databases -- Database creation
-- Copyright (C) 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 ex... | -----------------------------------------------------------------------
-- ado-schemas-databases -- Database creation
-- Copyright (C) 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 ex... | Update the Create_Database to use a Data_Source as configuration parameters | Update the Create_Database to use a Data_Source as configuration parameters
| Ada | apache-2.0 | stcarrez/ada-ado |
9496af418a57a78692fc1585c2cf4c2e2ca201a3 | resources/scripts/api/gitlab.ads | resources/scripts/api/gitlab.ads | -- Copyright 2021 Jeff Foley. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
name = "GitLab"
type = "api"
function start()
set_rate_limit(1)
end
function check()
local c
local cfg = datasrc_config()
if cfg ~= nil then
c =... | -- Copyright 2021 Jeff Foley. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
name = "GitLab"
type = "api"
function start()
set_rate_limit(1)
end
function check()
local c
local cfg = datasrc_config()
if cfg ~= nil then
c =... | Fix Gitlab data source script | Fix Gitlab data source script | Ada | apache-2.0 | caffix/amass,caffix/amass |
f8c0c5014e96fbeb001cb9d3e00e4f695ca9a456 | ibv_message_passing_ada_project/source/coverage_for_ada_task/coverage_for_ada_task.adb | ibv_message_passing_ada_project/source/coverage_for_ada_task/coverage_for_ada_task.adb | -- @file coverage_for_ada_task.adb
-- @date 28 May 2022
-- @author Chester Gillon
-- @brief Example program to test getting coverage for an Ada task
with Ada.Text_IO;
procedure Coverage_For_Ada_Task is
task Print_Task is
entry Print;
end Print_Task;
task body Print_Task is
begin
loop
... | -- @file coverage_for_ada_task.adb
-- @date 28 May 2022
-- @author Chester Gillon
-- @brief Example program to test getting coverage for an Ada task
with Ada.Text_IO;
procedure Coverage_For_Ada_Task is
generic
Name : String;
package Generic_Name is
procedure Display_Name;
end Generic_Name;
pa... | Add coverage test for simple generic package | Add coverage test for simple generic package
| Ada | mit | Chester-Gillon/ibv_message_passing,Chester-Gillon/ibv_message_passing,Chester-Gillon/ibv_message_passing |
26441e9cc26bebfa7c85b0711f59facb415ba5fd | t0032.adb | t0032.adb | -- t0032.adb - Tue Jan 14 20:20:46 2014
--
-- (c) Warren W. Gay VE3WWG ve3wwg@gmail.com
--
-- Protected under the following license:
-- GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
with Ada.Text_IO;
with Posix;
use Posix;
procedure T0032 is
use Ada.Text_IO;
Res : s_rusage;
Err... | -- t0032.adb - Tue Jan 14 20:20:46 2014
--
-- (c) Warren W. Gay VE3WWG ve3wwg@gmail.com
--
-- Protected under the following license:
-- GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
with Ada.Text_IO;
with Posix;
use Posix;
procedure T0032 is
use Ada.Text_IO;
Res : s_rusage;
Err... | Increase loop for FreeBSD test | Increase loop for FreeBSD test
| Ada | lgpl-2.1 | ve3wwg/adafpx,ve3wwg/adafpx |
8548eca4d803a079f89ee0a0249108b48f800e74 | src/asf-security.ads | src/asf-security.ads | -----------------------------------------------------------------------
-- asf-security -- ASF Security
-- 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 compli... | -----------------------------------------------------------------------
-- asf-security -- ASF Security
-- 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 compli... | Package ASF.Security moved to Servlet.Security | Package ASF.Security moved to Servlet.Security
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
6f371af13a8ba870eee9b1ad5c3b256adc39e763 | awa/plugins/awa-blogs/src/awa-blogs.ads | awa/plugins/awa-blogs/src/awa-blogs.ads | -----------------------------------------------------------------------
-- awa-blogs -- 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 file except in com... | -----------------------------------------------------------------------
-- awa-blogs -- 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 file except in com... | Add the specific queries and Ada beans in the documentation | Add the specific queries and Ada beans in the documentation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e9f4160d35e7a5cc739ee49b7040ae1091f9d007 | awa/plugins/awa-blogs/src/awa-blogs.ads | awa/plugins/awa-blogs/src/awa-blogs.ads | -----------------------------------------------------------------------
-- awa-blogs -- 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 file except in com... | -----------------------------------------------------------------------
-- awa-blogs -- 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 file except in com... | Add the specific queries and Ada beans in the documentation | Add the specific queries and Ada beans in the documentation
| Ada | apache-2.0 | tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
2833042551b4031f930f280c89dbaf1695ec0359 | 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... | Add the Ada beans in the Storages plugin documentation | Add the Ada beans in the Storages plugin documentation
| Ada | apache-2.0 | Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa |
2efb5be733d8c5694781fd4c0e47520d141a1f41 | tools/druss-commands-wifi.ads | tools/druss-commands-wifi.ads | -----------------------------------------------------------------------
-- druss-commands-wifi -- Wifi related commands
-- 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 file ... | -----------------------------------------------------------------------
-- druss-commands-wifi -- Wifi related commands
-- 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 file ... | Declare the Set_Enable and Do_Status operations | Declare the Set_Enable and Do_Status operations
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
9772acdb4718191e696148306a9a5e4b81382403 | test/FrontendAda/negative_field_offset.adb | test/FrontendAda/negative_field_offset.adb | -- RUN: %llvmgcc -c %s
with System;
procedure Negative_Field_Offset (N : Integer) is
type String_Pointer is access String;
-- Force use of a thin pointer.
for String_Pointer'Size use System.Word_Size;
P : String_Pointer;
begin
P := new String (1 .. N);
end;
| -- RUN: %llvmgcc -c %s
with System;
procedure Negative_Field_Offset (N : Integer) is
type String_Pointer is access String;
-- Force use of a thin pointer.
for String_Pointer'Size use System.Word_Size;
P : String_Pointer;
procedure Q (P : String_Pointer) is
begin
P (1) := 'Z';
end;
begin
... | Check that accessing a struct field that occurs before the start of the struct (!) works correctly. | Check that accessing a struct field that occurs before the start
of the struct (!) works correctly.
git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@84853 91177308-0d34-0410-b5e6-96231b3b80d8
| Ada | bsd-2-clause | dslab-epfl/asap,dslab-epfl/asap,dslab-epfl/asap,GPUOpen-Drivers/llvm,llvm-mirror/llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,chubbymaggie/asap,apple/swift-llvm,apple/swift-llvm,GPUOpen-Drivers/llvm,dslab-epfl/asap,GPUOpen-Drivers/llvm,apple/swift-llvm,dslab-epfl/asap,apple/swift-llv... |
8418a148e1b87f0a87e6771384069b20b3ad4866 | src/security.ads | src/security.ads | -----------------------------------------------------------------------
-- security -- Security
-- 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 use this file except in co... | -----------------------------------------------------------------------
-- security -- Security
-- 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 use this file except in co... | Add the permission in the documentation | Add the permission in the documentation
| Ada | apache-2.0 | Letractively/ada-security |
0323d352d90970d5a86901fd42cf1cf0010eb12c | examples/usart_interruptive_echo/src/main.adb | examples/usart_interruptive_echo/src/main.adb | #if MCU="ATMEGA2560" then
with AVR.USART;
with AVR.INTERRUPTS;
#end if;
procedure Main is
-- Out_Flag_Char : Character;
begin
#if MCU="ATMEGA2560" then
AVR.INTERRUPTS.Disable;
AVR.USART.Initialize
(In_Port => AVR.USART.USART1,
In_Setup =>
(Sync_Mode => AVR.USART.ASYNCHRONOUS,
... | #if MCU="ATMEGA2560" then
with AVR.USART;
with AVR.INTERRUPTS;
#end if;
procedure Main is
Counter : Long_Integer := 0;
Out_Buffer : AVR.USART.Buffer_64_Type;
begin
#if MCU="ATMEGA2560" then
AVR.INTERRUPTS.Disable;
AVR.USART.Initialize
(In_Port => AVR.USART.USART1,
In_Setup =>
(Sync_M... | Read from usart1 in interruptive mode. | Read from usart1 in interruptive mode.
| Ada | mit | pvrego/adaino,pvrego/adaino |
9c2ffadf3fb29c01739edc1509e3cb45a0dedd73 | src/babel-base.ads | src/babel-base.ads | -----------------------------------------------------------------------
-- babel-base -- File filters
-- 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 co... | -----------------------------------------------------------------------
-- babel-base -- Database for files
-- 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... | Define the abstract Database type to represent the database of backup files | Define the abstract Database type to represent the database of backup files
| Ada | apache-2.0 | stcarrez/babel |
b8d99d444be9277ac70b052bc3f94fc20e4bcfe5 | awa/awaunit/awa-tests-helpers.ads | awa/awaunit/awa-tests-helpers.ads | -----------------------------------------------------------------------
-- awa-tests-helpers - Helpers for AWA unit tests
-- Copyright (C) 2011, 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 th... | -----------------------------------------------------------------------
-- awa-tests-helpers - Helpers for AWA unit tests
-- Copyright (C) 2011, 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 th... | Declare the Extract_Link function to extract a href from a HTML response | Declare the Extract_Link function to extract a href from a HTML response
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
74f4071f8cacf6671e0387d5beaa133e5b7a2927 | src/asf-components-ajax-factory.ads | src/asf-components-ajax-factory.ads | -----------------------------------------------------------------------
-- components-ajax-factory -- Factory for AJAX Components
-- 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 ... | -----------------------------------------------------------------------
-- components-ajax-factory -- Factory for AJAX Components
-- Copyright (C) 2011, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Change the Definition function into a Register procedure | Change the Definition function into a Register procedure
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
a54ef28f1ba98cadc3572310adf2884a2aeb59c1 | awa/plugins/awa-votes/regtests/awa-votes-modules-tests.ads | awa/plugins/awa-votes/regtests/awa-votes-modules-tests.ads | -----------------------------------------------------------------------
-- awa-votes-modules-tests -- Unit tests for vote service
-- 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 ... | -----------------------------------------------------------------------
-- awa-votes-modules-tests -- Unit tests for vote service
-- 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 ... | Add unit test for undo vote | Add unit test for undo vote
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
1a999614af4680bd7f6db1b7b5ba4bc669740872 | mat/src/mat-targets.ads | mat/src/mat-targets.ads | -----------------------------------------------------------------------
-- 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 fil... | -----------------------------------------------------------------------
-- 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 fil... | Add the symbols in the target object | Add the symbols in the target object
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
955ee4407f9d071729cf67278695300e06262722 | regtests/util-streams-tests.ads | regtests/util-streams-tests.ads | -----------------------------------------------------------------------
-- util-streams-tests -- Unit tests for encoding buffered streams
-- Copyright (C) 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | -----------------------------------------------------------------------
-- util-streams-tests -- Unit tests for encoding buffered streams
-- Copyright (C) 2017, 2019, 2021 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
... | Declare the Test_Copy_Stream procedure to test the Util.Streams.Copy procedures | Declare the Test_Copy_Stream procedure to test the Util.Streams.Copy procedures
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
d603fd0bb2519543a4f128dde437863325ef1c66 | awa/plugins/awa-counters/src/awa-counters-definition.ads | awa/plugins/awa-counters/src/awa-counters-definition.ads | -----------------------------------------------------------------------
-- awa-counters-definition -- Counter definition
-- Copyright (C) 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... | -----------------------------------------------------------------------
-- awa-counters-definition -- Counter definition
-- Copyright (C) 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... | Move the Counter_Arrays.Definition package instantiation in the private part | Move the Counter_Arrays.Definition package instantiation in the private part
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
44c319c4ab59e5dabc029a4f187256e6484f58d9 | src/sqlite/ado-sqlite.adb | src/sqlite/ado-sqlite.adb | -----------------------------------------------------------------------
-- ado-sqlite -- SQLite 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 ... | -----------------------------------------------------------------------
-- ado-sqlite -- SQLite 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 ... | Implement the Initialize procedure and use it | Implement the Initialize procedure and use it
| Ada | apache-2.0 | stcarrez/ada-ado |
8c5858c3859a982abaed7ea3b2aebe1e92667ad1 | src/babel-base.ads | src/babel-base.ads | -----------------------------------------------------------------------
-- babel-base -- Database for files
-- 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... | -----------------------------------------------------------------------
-- babel-base -- Database for files
-- 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 co... | Declare the Iterate and Copy procedures | Declare the Iterate and Copy procedures
| Ada | apache-2.0 | stcarrez/babel |
ec9594bdf26c1d6a71b30dd376f746f0d3999a6f | src/gen-commands-model.ads | src/gen-commands-model.ads | -----------------------------------------------------------------------
-- gen-commands-model -- Model creation 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... | -----------------------------------------------------------------------
-- gen-commands-model -- Model creation command for dynamo
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
ee209a391c4829f918c315179d01e778235a93c1 | regtests/ado-schemas-tests.ads | regtests/ado-schemas-tests.ads | -----------------------------------------------------------------------
-- schemas Tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | -----------------------------------------------------------------------
-- schemas Tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | Declare Test_Table_Iterator procedure to test the table iterator | Declare Test_Table_Iterator procedure to test the table iterator
| Ada | apache-2.0 | stcarrez/ada-ado |
ce0281f49c4ba2ddb05804df0431a5489107284d | src/asf-streams-json.adb | src/asf-streams-json.adb | -----------------------------------------------------------------------
-- asf-streams-json -- JSON Print streams for servlets
-- Copyright (C) 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 thi... | -----------------------------------------------------------------------
-- asf-streams-json -- JSON Print streams for servlets
-- Copyright (C) 2016, 2017 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 clause Util.Serialize.IO.JSON | Remove unused with clause Util.Serialize.IO.JSON
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
6b2e3a8e9276050f46a5425823a8ed39f3747f91 | tools/druss-config.ads | tools/druss-config.ads | -----------------------------------------------------------------------
-- druss-config -- Configuration management for Druss
-- 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... | -----------------------------------------------------------------------
-- druss-config -- Configuration management for Druss
-- 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... | Add a Path parameter to the Initialize procedure | Add a Path parameter to the Initialize procedure
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
0c030d1de447711c6b0636f64d8dfc65ed35babb | src/gen-commands-database.ads | src/gen-commands-database.ads | -----------------------------------------------------------------------
-- gen-commands-database -- Database creation from application model
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License"... | -----------------------------------------------------------------------
-- gen-commands-database -- Database creation from application model
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
de321942df923f89366c4b60d58036d939cd7e06 | orka/src/orka/interface/orka-atomics.ads | orka/src/orka/interface/orka-atomics.ads | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 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) 2017 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 protected type Counter lock free | orka: Make protected type Counter lock free
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
aa02552f0c12d01ba0b9e63ca22d6d562611a000 | src/gen-commands-propset.ads | src/gen-commands-propset.ads | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | Update to use an in out parameter for Help procedure | Update to use an in out parameter for Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
26e68a922285d96b523d6d265e3b32b7f7e1a99d | src/wiki-parsers-markdown.ads | src/wiki-parsers-markdown.ads | -----------------------------------------------------------------------
-- wiki-parsers-markdown -- Markdown parser operations
-- Copyright (C) 2016 - 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | -----------------------------------------------------------------------
-- wiki-parsers-markdown -- Markdown parser operations
-- Copyright (C) 2016 - 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | Remove declaration of internal Parse_Table procedure | Remove declaration of internal Parse_Table procedure
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
6818a85e4d41cb6d11aa9bdd1ef06b15f5f03b44 | src/gen-commands-generate.ads | src/gen-commands-generate.ads | -----------------------------------------------------------------------
-- 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, 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 to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
ad2daf98cb80fb425c86a4927ea73ce16b752333 | src/wiki-helpers-parser.ads | src/wiki-helpers-parser.ads | -----------------------------------------------------------------------
-- wiki-helpers-parser -- Generic procedure for the wiki parser
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | -----------------------------------------------------------------------
-- wiki-helpers-parser -- Generic procedure for the wiki parser
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Change the Element operation to a procedure that gets and updates the position | Change the Element operation to a procedure that gets and updates the position
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
1bf422dc6949d3fdf4a63040b9be0af2d92ce86e | ARM/STMicro/STM32/components/lcd/rortech_stm32f7disco/stm32-lcd.ads | ARM/STMicro/STM32/components/lcd/rortech_stm32f7disco/stm32-lcd.ads | with STM32.LTDC;
with STM32.LCDInit;
package STM32.LCD is new
STM32.LTDC (LCD_Width => 480,
LCD_Height => 272,
LCD_HSync => 41,
LCD_HBP => 13,
LCD_HFP => 32,
LCD_VSYNC => 10,
LCD_VBP => 2,
... | with STM32.LTDC;
with STM32.LCDInit;
package STM32.LCD is new
STM32.LTDC (LCD_Width => 480,
LCD_Height => 272,
LCD_HSync => 41,
LCD_HBP => 13,
LCD_HFP => 32,
LCD_VSYNC => 10,
LCD_VBP => 2,
... | Fix LCD too slow on the STM32F7-Disco. | Fix LCD too slow on the STM32F7-Disco.
| Ada | bsd-3-clause | lambourg/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library,ellamosi/Ada_BMP_Library,simonjwright/Ada_Drivers_Library |
b68c3779eb4d9f2043bb97e60fa34ca4e9a215c5 | src/asf-helpers-beans.ads | src/asf-helpers-beans.ads | -----------------------------------------------------------------------
-- asf-helpers-beans -- Helper packages to write ASF applications
-- 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 ... | -----------------------------------------------------------------------
-- asf-helpers-beans -- Helper packages to write ASF applications
-- Copyright (C) 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | Declare the Get_Request_Bean generic function | Declare the Get_Request_Bean generic function
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
431d39042769bfb6005b2b9ea0350bb3982b4dac | src/gen-commands-layout.ads | src/gen-commands-layout.ads | -----------------------------------------------------------------------
-- gen-commands-layout -- Layout creation command for dynamo
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- y... | -----------------------------------------------------------------------
-- gen-commands-layout -- Layout creation command for dynamo
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
15592ccd524fe7003ddea8f74285b424cc1f8f66 | src/gen-commands-plugins.ads | src/gen-commands-plugins.ads | -----------------------------------------------------------------------
-- gen-commands-plugins -- Plugin creation and management commands for dynamo
-- Copyright (C) 2012, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the ... | -----------------------------------------------------------------------
-- gen-commands-plugins -- Plugin creation and management commands for dynamo
-- Copyright (C) 2012, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
bcffe2bfc9a85fadcfd69015b3f2b56b33228c45 | src/babel-base.ads | src/babel-base.ads | -----------------------------------------------------------------------
-- babel-base -- Database for files
-- 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... | -----------------------------------------------------------------------
-- babel-base -- Database for files
-- 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... | Define the Insert operation on the Database abstract type | Define the Insert operation on the Database abstract type
| Ada | apache-2.0 | stcarrez/babel |
2e6b5e880fe1f45d39331661543dae568a3f613e | tools/druss-commands-ping.ads | tools/druss-commands-ping.ads | -----------------------------------------------------------------------
-- druss-commands-ping -- Ping devices from the gateway
-- 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 th... | -----------------------------------------------------------------------
-- druss-commands-ping -- Ping devices from the gateway
-- 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 th... | Add a device selector to the Do_Ping procedure | Add a device selector to the Do_Ping procedure
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
f2c66ba99bd0dc5aaf84b5764b59b24e6f5486f4 | src/gen-commands-generate.ads | src/gen-commands-generate.ads | -----------------------------------------------------------------------
-- gen-commands-generate -- Generate command for dynamo
-- Copyright (C) 2011, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- gen-commands-generate -- Generate command for dynamo
-- Copyright (C) 2011, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
f1549e07ad371d50186db25711292fc3fb7d1803 | src/gen-commands-model.ads | src/gen-commands-model.ads | -----------------------------------------------------------------------
-- gen-commands-model -- Model creation command for dynamo
-- Copyright (C) 2011, 2017, 2018 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, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Add Name parameter to the Help procedure | Add Name parameter to the Help procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
37917bb9370ede46abcb209ab7235462d3a90875 | lumen.ads | lumen.ads |
-- Lumen -- A simple graphical user interface library based on OpenGL
--
-- Chip Richards, NiEstu, Phoenix AZ, Spring 2010
-- Lumen would not be possible without the support and contributions of a cast
-- of thousands, including and primarily Rod Kay.
-- This code is covered by the ISC License:
--
-- Copyright (c) 2... |
-- Lumen -- A simple graphical user interface library based on OpenGL
--
-- Chip Richards, NiEstu, Phoenix AZ, Spring 2010
-- Lumen would not be possible without the support and contributions of a cast
-- of thousands, including and primarily Rod Kay.
-- This code is covered by the ISC License:
--
-- Copyright (c) 2... | Change license text to mixed case instead of SHOUTING it | Change license text to mixed case instead of SHOUTING it
| Ada | isc | darkestkhan/lumen2,darkestkhan/lumen |
b92bccd7ab3b96d73c78b48966ad152cf9aa628d | src/asf-components-html-factory.ads | src/asf-components-html-factory.ads | -----------------------------------------------------------------------
-- html-factory -- Factory for HTML UI Components
-- 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 th... | -----------------------------------------------------------------------
-- html-factory -- Factory for HTML UI Components
-- 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");
-- you may not ... | Change the Definition function into a Register procedure | Change the Definition function into a Register procedure
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
1f75cb5f92bd5ed8b546955ba065ef30d8531ef7 | src/sys/os-win32/util-systems-constants.ads | src/sys/os-win32/util-systems-constants.ads | -- Generated by utildgen.c from system includes
with Interfaces.C;
package Util.Systems.Constants is
pragma Pure;
-- Flags used when opening a file with open/creat.
O_RDONLY : constant Interfaces.C.int := 8#000000#;
O_WRONLY : constant Interfaces.C.int :... | -- Generated by utildgen.c from system includes
with Interfaces.C;
package Util.Systems.Constants is
pragma Pure;
-- Flags used when opening a file with open/creat.
O_RDONLY : constant Interfaces.C.int := 8#000000#;
O_WRONLY : constant Interfaces.C.int := 8#0000... | Fix O_CLOEXEC undefined in keystore-io-files.adb (win32) | Fix O_CLOEXEC undefined in keystore-io-files.adb (win32)
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
ec084716b9199c3b823ecbec044a841f2baa5c2d | src/util-dates-iso8601.ads | src/util-dates-iso8601.ads | -----------------------------------------------------------------------
-- util-dates-iso8601 -- ISO8601 dates
-- Copyright (C) 2011, 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 exc... | -----------------------------------------------------------------------
-- util-dates-iso8601 -- ISO8601 dates
-- Copyright (C) 2011, 2013, 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 fi... | Declare Precision_Type enumeration Declare new Image function | Declare Precision_Type enumeration
Declare new Image function
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
7e0a6f0575cc39219eacd23c2f58f084530e4466 | awa/src/awa.ads | awa/src/awa.ads | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009 - 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 in c... | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009 - 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 in c... | Include the AWA commands documentation | Include the AWA commands documentation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
58868546577bd497edaa337d1d0a59c7bda8a408 | src/util-events.ads | src/util-events.ads | -----------------------------------------------------------------------
-- util-events -- Events
-- Copyright (C) 2001, 2002, 2003, 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... | -----------------------------------------------------------------------
-- util-events -- Events
-- Copyright (C) 2001, 2002, 2003, 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 thi... | Change the Event type to a limited type | Change the Event type to a limited type
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
926364568a81d03a08a83fdf83d1e442e657c176 | awa/plugins/awa-votes/regtests/awa-votes-modules-tests.ads | awa/plugins/awa-votes/regtests/awa-votes-modules-tests.ads | -----------------------------------------------------------------------
-- awa-votes-modules-tests -- Unit tests for vote service
-- 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 ... | -----------------------------------------------------------------------
-- awa-votes-modules-tests -- Unit tests for vote service
-- 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 ... | Add unit test for undo vote | Add unit test for undo vote | Ada | apache-2.0 | tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
e7d02a1cc2114950c4a4c4e6fe6620879c395bd9 | src/asf-components-core-factory.ads | src/asf-components-core-factory.ads | -----------------------------------------------------------------------
-- core-factory -- Factory for UI Core Components
-- 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 ... | -----------------------------------------------------------------------
-- core-factory -- Factory for UI Core Components
-- 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");
-- you ma... | Change the Definition function into a Register procedure | Change the Definition function into a Register procedure
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
4f069f1ea3979f0b4bed3f91fb2134724e206f65 | regtests/util-serialize-io-json-tests.ads | regtests/util-serialize-io-json-tests.ads | -----------------------------------------------------------------------
-- serialize-io-json-tests -- Unit tests for JSON 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 t... | -----------------------------------------------------------------------
-- serialize-io-json-tests -- Unit tests for JSON 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... | Declare Test_Output and Write_Stream procedures | Declare Test_Output and Write_Stream procedures
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b474166df879b452873d9e50e9292498b7ba711f | mat/src/matp.adb | mat/src/matp.adb | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | -----------------------------------------------------------------------
-- mat-types -- Global types
-- 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 complianc... | Update to call the target Start procedure | Update to call the target Start procedure
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
f62527203709bd722a16c19bfa579322cb33ad3d | awa/plugins/awa-questions/regtests/awa-questions-services-tests.ads | awa/plugins/awa-questions/regtests/awa-questions-services-tests.ads | -----------------------------------------------------------------------
-- awa-questions-services-tests -- Unit tests for question service
-- 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... | -----------------------------------------------------------------------
-- awa-questions-services-tests -- Unit tests for question service
-- 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... | Add unit tests for the questionVote bean | Add unit tests for the questionVote bean | Ada | apache-2.0 | Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa,tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
b6b6d68814fc5833de259c95dc5979112a3646b8 | mat/regtests/mat-testsuite.adb | mat/regtests/mat-testsuite.adb | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | -----------------------------------------------------------------------
-- mat-testsuite - MAT Testsuite
-- 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 compl... | Add the stack frames unit tests | Add the stack frames unit tests
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
edaaf48ed03608b6cc9d348b9f184b8cbb0addb2 | mat/src/gtk/mat-targets-gtkmat.ads | mat/src/gtk/mat-targets-gtkmat.ads | -----------------------------------------------------------------------
-- mat-targets-gtkmat - Gtk target 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 this file ex... | Define a targets package for the Gtk UI | Define a targets package for the Gtk UI
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
84123815e19f71efe25504cfcbad0e4f6f9a9543 | regtests/ado-datasets-tests.adb | regtests/ado-datasets-tests.adb | -----------------------------------------------------------------------
-- ado-datasets-tests -- Test executing queries and using datasets
-- 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... | Implement the unit test on datasets | Implement the unit test on datasets
| Ada | apache-2.0 | Letractively/ada-ado | |
8100b19dd2b2ab4959f75774ee95064c268bb3d7 | src/babel-files-queues.adb | src/babel-files-queues.adb | -----------------------------------------------------------------------
-- babel-files-queues -- File and directory queues
-- 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 fi... | Implement the Has_Directory and Peek_Directory operation for the Directory_Queue | Implement the Has_Directory and Peek_Directory operation for the Directory_Queue
| Ada | apache-2.0 | stcarrez/babel | |
fb0065f3a78757517efd34e11c09a3b6481df38d | src/wiki-helpers-parser.adb | src/wiki-helpers-parser.adb | -----------------------------------------------------------------------
-- wiki-helpers-parser -- Generic procedure for the wiki parser
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Implement the generic procedure Wiki.Helpers.Parser to allow easily provide a Parser with various content types | Implement the generic procedure Wiki.Helpers.Parser to allow easily
provide a Parser with various content types
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
4cb8bf1cae8997eeee3dde138a2579c1e1bd7d80 | awa/plugins/awa-counters/src/awa-counters-components.ads | awa/plugins/awa-counters/src/awa-counters-components.ads | -----------------------------------------------------------------------
-- awa-counters-components -- Counter UI component
-- Copyright (C) 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 fi... | Change the UICounter to use the UIHtmlComponent base type | Change the UICounter to use the UIHtmlComponent base type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
4a1aa56936cf5b0f32f33fd6d51002b0285171db | src/asis/a4g-itests.ads | src/asis/a4g-itests.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i | Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
455313528c5043594b74c35289d782fc17a32af2 | src/wiki-streams-html-stream.ads | src/wiki-streams-html-stream.ads | -----------------------------------------------------------------------
-- wiki-streams-html-stream -- Generic Wiki HTML output stream
-- Copyright (C) 2016, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Refactor the HTML Text_IO stream into a generic package | Refactor the HTML Text_IO stream into a generic package
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
6d1eefae2d8522dfa8782c1a050674e450d7d7f4 | mat/src/readline/readline.ads | mat/src/readline/readline.ads | -----------------------------------------------------------------------
-- readline -- A simple readline binding
-- 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 ... | Define the Readline package with the Get_Line operation | Define the Readline package with the Get_Line operation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
8b5b8d763f4a8bc71f0e2523cab116d49c5c27a9 | src/asis/asis-exceptions.ads | src/asis/asis-exceptions.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT INTERFACE COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
cf9de94b13f8447306f4e72e7cf1dd0f23a7b00b | matp/src/mat-interrupts.adb | matp/src/mat-interrupts.adb | -----------------------------------------------------------------------
-- mat-interrupts - SIGINT management to stop long running commands
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Implement the SIGINT interrupt handler with operations to install, check and clear the interrupt flag | Implement the SIGINT interrupt handler with operations to install, check
and clear the interrupt flag
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
e0c0d518354777d494bb839fd96c92b6cf20cbd1 | src/wiki-plugins-variables.adb | src/wiki-plugins-variables.adb | -----------------------------------------------------------------------
-- wiki-plugins-variables -- Variables plugin
-- Copyright (C) 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 ex... | Implement the variables plugin to set variables from wiki text | Implement the variables plugin to set variables from wiki text
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
a824bdb40f380bc024645528b141559565b31ea8 | regtests/asf-navigations-tests.ads | regtests/asf-navigations-tests.ads | -----------------------------------------------------------------------
-- asf-navigations-tests - Tests for ASF navigation
-- 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 ... | Add navigation rule unit test | Add navigation rule unit test | Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf | |
732dd630adec0c350cc988743f6fa08efb2d87e8 | regtests/util-properties-form-tests.adb | regtests/util-properties-form-tests.adb | -----------------------------------------------------------------------
-- util-properties-form-tests -- Test reading JSON file into properties
-- Copyright (C) 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | Implement new test for Parse_Form and register it for execution | Implement new test for Parse_Form and register it for execution
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
678225b830678911d6f6ed9a1bca01d5fe4474a7 | regtests/babel-base-users-tests.adb | regtests/babel-base-users-tests.adb | -----------------------------------------------------------------------
-- babel-base-users-tests - Unit tests for babel users
-- Copyright (C) 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 thi... | Implement a simple unit test for the Find operation | Implement a simple unit test for the Find operation
| Ada | apache-2.0 | stcarrez/babel | |
436af7a953dfbbfc83e436f099111fdf92598e97 | src/asf-components-widgets-factory.adb | src/asf-components-widgets-factory.adb | -----------------------------------------------------------------------
-- widgets-factory -- Factory for 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 not use ... | Implement the widget component factory | Implement the widget component factory
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
2e225359ac059445f4b90c7a3c4b7c1ed7238fe3 | matp/src/events/mat-events-tools.adb | matp/src/events/mat-events-tools.adb | -----------------------------------------------------------------------
-- 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... | Implement the MAT.Events.Tools package with the Find operation | Implement the MAT.Events.Tools package with the Find operation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
4c85c10ca64cac1b8e22c32bf092436c17d71d82 | mat/src/memory/mat-memory-readers.ads | mat/src/memory/mat-memory-readers.ads | -----------------------------------------------------------------------
-- Memory Events - Definition and Analysis of memory events
-- 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... | Package to read the memory events | Package to read the memory events
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
b5e48cc3525fbcfc2c2671236be8e98a5a0ba0d3 | src/asf-rest-definition.adb | src/asf-rest-definition.adb | -----------------------------------------------------------------------
-- asf-rest -- REST Support
-- Copyright (C) 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 except in compliance... | Implement the Rest definition package to dispatch the request to the API handler | Implement the Rest definition package to dispatch the request to the API handler
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
5412d9facbf5cf8b5a280be79bb9dee9a44d6889 | mat/regtests/mat-expressions-tests.ads | mat/regtests/mat-expressions-tests.ads | -----------------------------------------------------------------------
-- mat-expressions-tests -- Unit tests for MAT expressions
-- 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... | Add unit tests for MAT.Expressions | Add unit tests for MAT.Expressions
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
9dd3130f9fbb5ad2d6fc00420eabfc60f05fe84d | awa/plugins/awa-counters/src/awa-counters-definition.ads | awa/plugins/awa-counters/src/awa-counters-definition.ads | -----------------------------------------------------------------------
-- awa-counters-definition -- Counter definition
-- Copyright (C) 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... | Define the generic package for a counter definition | Define the generic package for a counter definition
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
edd174bcca7ded13835bc622b01ff1380cbc4dea | test/AdaFrontend/vce.adb | test/AdaFrontend/vce.adb | -- RUN: %llvmgcc -c %s -o /dev/null
procedure VCE is
S : String (1 .. 2);
B : Character := 'B';
begin
S := 'A' & B;
end;
| Test that the size of a view converted object is determined by the target type, not the source type. | Test that the size of a view converted object is determined by the target
type, not the source type.
git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@35106 91177308-0d34-0410-b5e6-96231b3b80d8
| Ada | apache-2.0 | llvm-mirror/llvm,dslab-epfl/asap,apple/swift-llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,chubbymaggie/asap,dslab-epfl/asap,apple/swift-llvm,llvm-mirror/llvm,GPUOpen-Drivers/llvm,chubbymaggie/asap,apple/swift-llvm,dslab-epfl/asap,dslab-epfl/asap,llvm-mirror/llvm,apple/swift-llvm,chubbymaggie/asap,llvm-mirror/llvm,dslab-e... | |
daf4b5c5cec0dae4e79c4d68f52d685223a7c729 | src/asf-components-widgets-gravatars.ads | src/asf-components-widgets-gravatars.ads | -----------------------------------------------------------------------
-- components-widgets-gravatars -- Gravatar 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 not use thi... | Define the gravatar UI component | Define the gravatar UI component
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.